-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
We are adding dependencies during changes:
answer = answer.union(PKG_DEPENDENCIES.get(package, set()))but this makes a build with logging only changes trigger BigQuery, Pub / Sub and Storage:
$ #!/bin/bash -eo pipefail
python3.6 test_utils/scripts/get_target_packages.py > ~/target_packages
cat ~/target_packages
bigquery
logging
pubsub
storage
loggingdepends onbigquery,pubsub,storageerror_reportingdepends onlogging
So the real output should be a reverse of the dependency map:
{'logging', 'error_reporting'}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels