We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc267d1 commit 0a42e48Copy full SHA for 0a42e48
run/system-package/test/e2e_test_cleanup.yaml
@@ -32,3 +32,9 @@ substitutions:
32
_VERSION: manual
33
_REGION: us-central1
34
_PLATFORM: managed
35
+ _SERVICE_ACCOUNT: ${PROJECT_NUMBER}@cloudbuild.gserviceaccount.com
36
+
37
+serviceAccount: 'projects/${PROJECT_ID}/serviceAccounts/${_SERVICE_ACCOUNT}'
38
+options:
39
+ logging: CLOUD_LOGGING_ONLY
40
+ dynamicSubstitutions: true
run/system-package/test/e2e_test_setup.yaml
@@ -42,6 +42,7 @@ steps:
42
--no-allow-unauthenticated \
43
--add-custom-audiences 'https://action.test/' \
44
--region ${_REGION} \
45
+ --service-account ${_SERVICE_ACCOUNT} \
46
--platform ${_PLATFORM}"
47
48
0 commit comments