Skip to content

Commit ffd8d27

Browse files
committed
execute function deploys in parallel
1 parent fb416cf commit ffd8d27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cloudbuild.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ steps:
99
'--entry-point', 'process_fastly_log',
1010
'--retry'
1111
]
12+
waitFor: ['-']
1213
- name: 'gcr.io/cloud-builders/gcloud'
1314
args: [
1415
'functions', 'deploy', 'linehaul-ingestor',
@@ -19,6 +20,7 @@ steps:
1920
'--entry-point', 'process_fastly_log',
2021
'--retry'
2122
]
23+
waitFor: ['-']
2224
- name: 'gcr.io/cloud-builders/gcloud'
2325
args: [
2426
'functions', 'deploy', 'linehaul-staging-publisher',
@@ -28,6 +30,7 @@ steps:
2830
'--entry-point', 'load_processed_files_into_bigquery',
2931
'--retry'
3032
]
33+
waitFor: ['-']
3134
- name: 'gcr.io/cloud-builders/gcloud'
3235
args: [
3336
'functions', 'deploy', 'linehaul-publisher',
@@ -37,3 +40,4 @@ steps:
3740
'--entry-point', 'load_processed_files_into_bigquery',
3841
'--retry'
3942
]
43+
waitFor: ['-']

0 commit comments

Comments
 (0)