mirror of
https://github.com/google/nomulus
synced 2026-08-03 05:46:08 +00:00
Use environment custom worker pool for deploy step in cloud deploy (#3180)
This commit is contained in:
@@ -7,7 +7,6 @@ requireApproval: true
|
||||
executionConfigs:
|
||||
- usages:
|
||||
- RENDER
|
||||
- DEPLOY
|
||||
- ANALYSIS
|
||||
- POSTDEPLOY
|
||||
executionTimeout: 3600s
|
||||
@@ -16,6 +15,16 @@ executionConfigs:
|
||||
artifactStorage: artifactStorage
|
||||
# Placeholder: Replace with project number.
|
||||
serviceAccount: serviceAccount
|
||||
- usages:
|
||||
- DEPLOY
|
||||
executionTimeout: 3600s
|
||||
privatePool:
|
||||
# Placeholder: Replace with worker pool name.
|
||||
workerPool: workerPool
|
||||
# Placeholder: Replace with artifact bucket name.
|
||||
artifactStorage: artifactStorage
|
||||
# Placeholder: Replace with project number.
|
||||
serviceAccount: serviceAccount
|
||||
gke:
|
||||
# Placeholder: Replace with project ID, location, and cluster name.
|
||||
cluster: cluster
|
||||
|
||||
@@ -6,7 +6,6 @@ requireApproval: true
|
||||
executionConfigs:
|
||||
- usages:
|
||||
- RENDER
|
||||
- DEPLOY
|
||||
- ANALYSIS
|
||||
- POSTDEPLOY
|
||||
executionTimeout: 3600s
|
||||
@@ -15,6 +14,16 @@ executionConfigs:
|
||||
artifactStorage: artifactStorage
|
||||
# Placeholder: Replace with project number.
|
||||
serviceAccount: serviceAccount
|
||||
- usages:
|
||||
- DEPLOY
|
||||
executionTimeout: 3600s
|
||||
privatePool:
|
||||
# Placeholder: Replace with worker pool name.
|
||||
workerPool: workerPool
|
||||
# Placeholder: Replace with artifact bucket name.
|
||||
artifactStorage: artifactStorage
|
||||
# Placeholder: Replace with project number.
|
||||
serviceAccount: serviceAccount
|
||||
gke:
|
||||
# Placeholder: Replace with project ID, location, and cluster name.
|
||||
cluster: cluster
|
||||
|
||||
Reference in New Issue
Block a user