Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,11 @@ steps:
- path: '/cache/.m2'
name: 'm2_cache'

serviceAccount: 'projects/enpa-infra/serviceAccounts/development-integration-tests@enpa-integration-testing.iam.gserviceaccount.com'

substitutions:
# Default value
_BUCKET: 'enpa-infra'

options:
# Use higher CPU machines so the caching and build steps are faster.
machineType: 'N1_HIGHCPU_32'
machineType: 'N1_HIGHCPU_32'
logging: CLOUD_LOGGING_ONLY
3 changes: 1 addition & 2 deletions container-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,4 @@ secrets:
options:
# Use higher CPU machines so the caching and build steps are faster.
machineType: 'N1_HIGHCPU_32'

serviceAccount: 'projects/enpa-infra/serviceAccounts/development-integration-tests@enpa-integration-testing.iam.gserviceaccount.com'
logging: CLOUD_LOGGING_ONLY