Skip to content

Commit 0a42e48

Browse files
committed
service account
1 parent bc267d1 commit 0a42e48

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

run/system-package/test/e2e_test_cleanup.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ substitutions:
3232
_VERSION: manual
3333
_REGION: us-central1
3434
_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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ steps:
4242
--no-allow-unauthenticated \
4343
--add-custom-audiences 'https://action.test/' \
4444
--region ${_REGION} \
45+
--service-account ${_SERVICE_ACCOUNT} \
4546
--platform ${_PLATFORM}"
4647
4748

0 commit comments

Comments
 (0)