|
4 | 4 | 'functions', 'deploy', 'linehaul-staging-ingestor',
|
5 | 5 | '--trigger-resource', 'linehaul-logs-staging',
|
6 | 6 | '--trigger-event', 'google.storage.object.finalize',
|
7 |
| - '--runtime', 'python37', |
8 |
| - '--source', '.', |
9 |
| - '--entry-point', 'process_fastly_log', |
10 |
| - '--retry' |
11 |
| - ] |
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', 'python37', |
| 7 | + '--runtime', 'python311', |
19 | 8 | '--source', '.',
|
20 | 9 | '--entry-point', 'process_fastly_log',
|
21 | 10 | '--retry'
|
22 | 11 | ]
|
23 | 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 | 24 | - name: 'gcr.io/cloud-builders/gcloud'
|
25 | 25 | args: [
|
26 | 26 | 'functions', 'deploy', 'linehaul-staging-publisher',
|
27 | 27 | '--trigger-topic', 'linehaul-staging-publisher-topic',
|
28 |
| - '--runtime', 'python37', |
29 |
| - '--source', '.', |
30 |
| - '--entry-point', 'load_processed_files_into_bigquery', |
31 |
| - ] |
32 |
| - waitFor: ['-'] |
33 |
| -- name: 'gcr.io/cloud-builders/gcloud' |
34 |
| - args: [ |
35 |
| - 'functions', 'deploy', 'linehaul-publisher', |
36 |
| - '--trigger-topic', 'linehaul-publisher-topic', |
37 |
| - '--runtime', 'python37', |
| 28 | + '--runtime', 'python311', |
38 | 29 | '--source', '.',
|
39 | 30 | '--entry-point', 'load_processed_files_into_bigquery',
|
40 | 31 | ]
|
41 | 32 | 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