@@ -16,16 +16,16 @@ permissions: read-all
16
16
17
17
jobs :
18
18
job_001 :
19
- name : " unit_test; linux; Dart 3.0.0; PKGS: dartfn, functions_framework_builder, gcp , integration_test; `dart test`"
19
+ name : " unit_test; linux; Dart 3.0.0; PKGS: dartfn, functions_framework_builder, google_cloud , integration_test; `dart test`"
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Cache Pub hosted dependencies
23
23
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
24
24
with :
25
25
path : " ~/.pub-cache/hosted"
26
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:dartfn-functions_framework_builder-gcp -integration_test;commands:test_0"
26
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:dartfn-functions_framework_builder-google_cloud -integration_test;commands:test_0"
27
27
restore-keys : |
28
- os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:dartfn-functions_framework_builder-gcp -integration_test
28
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:dartfn-functions_framework_builder-google_cloud -integration_test
29
29
os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0
30
30
os:ubuntu-latest;pub-cache-hosted
31
31
os:ubuntu-latest
@@ -54,15 +54,15 @@ jobs:
54
54
run : dart test
55
55
if : " always() && steps.functions_framework_builder_pub_upgrade.conclusion == 'success'"
56
56
working-directory : functions_framework_builder
57
- - id : gcp_pub_upgrade
58
- name : gcp ; dart pub upgrade
57
+ - id : google_cloud_pub_upgrade
58
+ name : google_cloud ; dart pub upgrade
59
59
run : dart pub upgrade
60
60
if : " always() && steps.checkout.conclusion == 'success'"
61
- working-directory : gcp
62
- - name : gcp ; dart test
61
+ working-directory : google_cloud
62
+ - name : google_cloud ; dart test
63
63
run : dart test
64
- if : " always() && steps.gcp_pub_upgrade .conclusion == 'success'"
65
- working-directory : gcp
64
+ if : " always() && steps.google_cloud_pub_upgrade .conclusion == 'success'"
65
+ working-directory : google_cloud
66
66
- id : integration_test_pub_upgrade
67
67
name : integration_test; dart pub upgrade
68
68
run : dart pub upgrade
@@ -73,16 +73,16 @@ jobs:
73
73
if : " always() && steps.integration_test_pub_upgrade.conclusion == 'success'"
74
74
working-directory : integration_test
75
75
job_002 :
76
- name : " unit_test; linux; Dart 3.0.0; PKG: gcp ; `./tool/docker_test_script.sh`"
76
+ name : " unit_test; linux; Dart 3.0.0; PKG: google_cloud ; `./tool/docker_test_script.sh`"
77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- name : Cache Pub hosted dependencies
80
80
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
81
81
with :
82
82
path : " ~/.pub-cache/hosted"
83
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:gcp ;commands:command"
83
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:google_cloud ;commands:command"
84
84
restore-keys : |
85
- os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:gcp
85
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0;packages:google_cloud
86
86
os:ubuntu-latest;pub-cache-hosted;sdk:3.0.0
87
87
os:ubuntu-latest;pub-cache-hosted
88
88
os:ubuntu-latest
@@ -93,26 +93,26 @@ jobs:
93
93
- id : checkout
94
94
name : Checkout repository
95
95
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
96
- - id : gcp_pub_upgrade
97
- name : gcp ; dart pub upgrade
96
+ - id : google_cloud_pub_upgrade
97
+ name : google_cloud ; dart pub upgrade
98
98
run : dart pub upgrade
99
99
if : " always() && steps.checkout.conclusion == 'success'"
100
- working-directory : gcp
101
- - name : gcp ; ./tool/docker_test_script.sh
100
+ working-directory : google_cloud
101
+ - name : google_cloud ; ./tool/docker_test_script.sh
102
102
run : ./tool/docker_test_script.sh
103
- if : " always() && steps.gcp_pub_upgrade .conclusion == 'success'"
104
- working-directory : gcp
103
+ if : " always() && steps.google_cloud_pub_upgrade .conclusion == 'success'"
104
+ working-directory : google_cloud
105
105
job_003 :
106
- name : " unit_test; linux; Dart dev; PKGS: dartfn, dartfn/templates/cloudevent, dartfn/templates/helloworld, dartfn/templates/json, examples/fullstack/backend, examples/hello, examples/json, examples/protobuf_firestore, examples/raw_cloudevent, functions_framework_builder, gcp , integration_test; `dart test`"
106
+ name : " unit_test; linux; Dart dev; PKGS: dartfn, dartfn/templates/cloudevent, dartfn/templates/helloworld, dartfn/templates/json, examples/fullstack/backend, examples/hello, examples/json, examples/protobuf_firestore, examples/raw_cloudevent, functions_framework_builder, google_cloud , integration_test; `dart test`"
107
107
runs-on : ubuntu-latest
108
108
steps :
109
109
- name : Cache Pub hosted dependencies
110
110
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
111
111
with :
112
112
path : " ~/.pub-cache/hosted"
113
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework_builder-gcp -integration_test;commands:test_0"
113
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework_builder-google_cloud -integration_test;commands:test_0"
114
114
restore-keys : |
115
- os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework_builder-gcp -integration_test
115
+ os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework_builder-google_cloud -integration_test
116
116
os:ubuntu-latest;pub-cache-hosted;sdk:dev
117
117
os:ubuntu-latest;pub-cache-hosted
118
118
os:ubuntu-latest
@@ -213,15 +213,15 @@ jobs:
213
213
run : dart test
214
214
if : " always() && steps.functions_framework_builder_pub_upgrade.conclusion == 'success'"
215
215
working-directory : functions_framework_builder
216
- - id : gcp_pub_upgrade
217
- name : gcp ; dart pub upgrade
216
+ - id : google_cloud_pub_upgrade
217
+ name : google_cloud ; dart pub upgrade
218
218
run : dart pub upgrade
219
219
if : " always() && steps.checkout.conclusion == 'success'"
220
- working-directory : gcp
221
- - name : gcp ; dart test
220
+ working-directory : google_cloud
221
+ - name : google_cloud ; dart test
222
222
run : dart test
223
- if : " always() && steps.gcp_pub_upgrade .conclusion == 'success'"
224
- working-directory : gcp
223
+ if : " always() && steps.google_cloud_pub_upgrade .conclusion == 'success'"
224
+ working-directory : google_cloud
225
225
- id : integration_test_pub_upgrade
226
226
name : integration_test; dart pub upgrade
227
227
run : dart pub upgrade
@@ -280,16 +280,16 @@ jobs:
280
280
if : " always() && steps.integration_test_pub_upgrade.conclusion == 'success'"
281
281
working-directory : integration_test
282
282
job_005 :
283
- name : " unit_test; macos; Dart 3.0.0; PKG: gcp ; `dart test`"
283
+ name : " unit_test; macos; Dart 3.0.0; PKG: google_cloud ; `dart test`"
284
284
runs-on : macos-latest
285
285
steps :
286
286
- name : Cache Pub hosted dependencies
287
287
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
288
288
with :
289
289
path : " ~/.pub-cache/hosted"
290
- key : " os:macos-latest;pub-cache-hosted;sdk:3.0.0;packages:gcp ;commands:test_0"
290
+ key : " os:macos-latest;pub-cache-hosted;sdk:3.0.0;packages:google_cloud ;commands:test_0"
291
291
restore-keys : |
292
- os:macos-latest;pub-cache-hosted;sdk:3.0.0;packages:gcp
292
+ os:macos-latest;pub-cache-hosted;sdk:3.0.0;packages:google_cloud
293
293
os:macos-latest;pub-cache-hosted;sdk:3.0.0
294
294
os:macos-latest;pub-cache-hosted
295
295
os:macos-latest
@@ -300,26 +300,26 @@ jobs:
300
300
- id : checkout
301
301
name : Checkout repository
302
302
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
303
- - id : gcp_pub_upgrade
304
- name : gcp ; dart pub upgrade
303
+ - id : google_cloud_pub_upgrade
304
+ name : google_cloud ; dart pub upgrade
305
305
run : dart pub upgrade
306
306
if : " always() && steps.checkout.conclusion == 'success'"
307
- working-directory : gcp
308
- - name : gcp ; dart test
307
+ working-directory : google_cloud
308
+ - name : google_cloud ; dart test
309
309
run : dart test
310
- if : " always() && steps.gcp_pub_upgrade .conclusion == 'success'"
311
- working-directory : gcp
310
+ if : " always() && steps.google_cloud_pub_upgrade .conclusion == 'success'"
311
+ working-directory : google_cloud
312
312
job_006 :
313
- name : " unit_test; macos; Dart dev; PKG: gcp ; `dart test`"
313
+ name : " unit_test; macos; Dart dev; PKG: google_cloud ; `dart test`"
314
314
runs-on : macos-latest
315
315
steps :
316
316
- name : Cache Pub hosted dependencies
317
317
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
318
318
with :
319
319
path : " ~/.pub-cache/hosted"
320
- key : " os:macos-latest;pub-cache-hosted;sdk:dev;packages:gcp ;commands:test_0"
320
+ key : " os:macos-latest;pub-cache-hosted;sdk:dev;packages:google_cloud ;commands:test_0"
321
321
restore-keys : |
322
- os:macos-latest;pub-cache-hosted;sdk:dev;packages:gcp
322
+ os:macos-latest;pub-cache-hosted;sdk:dev;packages:google_cloud
323
323
os:macos-latest;pub-cache-hosted;sdk:dev
324
324
os:macos-latest;pub-cache-hosted
325
325
os:macos-latest
@@ -330,17 +330,17 @@ jobs:
330
330
- id : checkout
331
331
name : Checkout repository
332
332
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
333
- - id : gcp_pub_upgrade
334
- name : gcp ; dart pub upgrade
333
+ - id : google_cloud_pub_upgrade
334
+ name : google_cloud ; dart pub upgrade
335
335
run : dart pub upgrade
336
336
if : " always() && steps.checkout.conclusion == 'success'"
337
- working-directory : gcp
338
- - name : gcp ; dart test
337
+ working-directory : google_cloud
338
+ - name : google_cloud ; dart test
339
339
run : dart test
340
- if : " always() && steps.gcp_pub_upgrade .conclusion == 'success'"
341
- working-directory : gcp
340
+ if : " always() && steps.google_cloud_pub_upgrade .conclusion == 'success'"
341
+ working-directory : google_cloud
342
342
job_007 :
343
- name : " unit_test; windows; Dart dev; PKG: gcp ; `dart test`"
343
+ name : " unit_test; windows; Dart dev; PKG: google_cloud ; `dart test`"
344
344
runs-on : windows-latest
345
345
steps :
346
346
- name : Setup Dart SDK
@@ -350,15 +350,15 @@ jobs:
350
350
- id : checkout
351
351
name : Checkout repository
352
352
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
353
- - id : gcp_pub_upgrade
354
- name : gcp ; dart pub upgrade
353
+ - id : google_cloud_pub_upgrade
354
+ name : google_cloud ; dart pub upgrade
355
355
run : dart pub upgrade
356
356
if : " always() && steps.checkout.conclusion == 'success'"
357
- working-directory : gcp
358
- - name : gcp ; dart test
357
+ working-directory : google_cloud
358
+ - name : google_cloud ; dart test
359
359
run : dart test
360
- if : " always() && steps.gcp_pub_upgrade .conclusion == 'success'"
361
- working-directory : gcp
360
+ if : " always() && steps.google_cloud_pub_upgrade .conclusion == 'success'"
361
+ working-directory : google_cloud
362
362
job_008 :
363
363
name : Notify failure
364
364
runs-on : ubuntu-latest
0 commit comments