|
1 | 1 | steps:
|
2 | 2 | - name: 'gcr.io/cloud-builders/gcloud'
|
3 | 3 | args: [
|
4 |
| - 'functions', 'deploy', 'linehaul-staging-ingestor', |
5 |
| - '--trigger-resource', 'linehaul-logs-staging', |
| 4 | + 'functions', 'deploy', 'linehaul-ingestor', |
| 5 | + '--trigger-resource', 'linehaul-logs', |
6 | 6 | '--trigger-event', 'google.storage.object.finalize',
|
7 | 7 | '--runtime', 'python311',
|
8 | 8 | '--source', '.',
|
9 | 9 | '--entry-point', 'process_fastly_log',
|
10 | 10 | '--retry'
|
11 | 11 | ]
|
12 | 12 | waitFor: ['-']
|
13 |
| - #- name: 'gcr.io/cloud-builders/gcloud' |
14 |
| - # args: [ |
15 |
| - # 'functions', 'deploy', 'linehaul-ingestor', |
16 |
| - # '--trigger-resource', 'linehaul-logs', |
17 |
| - # '--trigger-event', 'google.storage.object.finalize', |
18 |
| - # '--runtime', 'python311', |
19 |
| - # '--source', '.', |
20 |
| - # '--entry-point', 'process_fastly_log', |
21 |
| - # '--retry' |
22 |
| - # ] |
23 |
| - # waitFor: ['-'] |
24 | 13 | - name: 'gcr.io/cloud-builders/gcloud'
|
25 | 14 | args: [
|
26 |
| - 'functions', 'deploy', 'linehaul-staging-publisher', |
27 |
| - '--trigger-topic', 'linehaul-staging-publisher-topic', |
| 15 | + 'functions', 'deploy', 'linehaul-publisher', |
| 16 | + '--trigger-topic', 'linehaul-publisher-topic', |
28 | 17 | '--runtime', 'python311',
|
29 | 18 | '--source', '.',
|
30 | 19 | '--entry-point', 'load_processed_files_into_bigquery',
|
31 | 20 | ]
|
32 | 21 | waitFor: ['-']
|
33 |
| - #- name: 'gcr.io/cloud-builders/gcloud' |
34 |
| - # args: [ |
35 |
| - # 'functions', 'deploy', 'linehaul-publisher', |
36 |
| - # '--trigger-topic', 'linehaul-publisher-topic', |
37 |
| - # '--runtime', 'python311', |
38 |
| - # '--source', '.', |
39 |
| - # '--entry-point', 'load_processed_files_into_bigquery', |
40 |
| - # ] |
41 |
| - # waitFor: ['-'] |
0 commit comments