Skip to content

Commit

Permalink
Merge pull request #2688 from spiffxp/update-expected-staging-services
Browse files Browse the repository at this point in the history
bash/staging: update expected services
  • Loading branch information
k8s-ci-robot authored Sep 9, 2021
2 parents f40b13b + 98c67e4 commit 0888968
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions infra/gcp/bash/ensure-staging-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ readonly STAGING_PROJECT_SERVICES=(
secretmanager.googleapis.com
# These projects may host binaries in GCS
storage-component.googleapis.com

# Dependencies (gcloud services used to encode these in its response)

# logging used by: cloudbuild
logging.googleapis.com
# pubsub used by: cloudbuild, containerregistry
pubsub.googleapis.com
# storage-api used by: cloudbuild, containerregistry
storage-api.googleapis.com
)

readonly STAGING_PROJECT_DISABLED_SERVICES=(
Expand Down

0 comments on commit 0888968

Please sign in to comment.