1
+ # Validates Functions Framework with GCF buildpacks.
2
+ name : Buildpack Integration Test
3
+ on :
4
+ push :
5
+ branches :
6
+ - master
7
+ workflow_dispatch :
8
+ jobs :
9
+ nodejs10 :
10
+ uses :
GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected]
11
+ with :
12
+ http-builder-source : ' test/conformance'
13
+ http-builder-target : ' writeHttpDeclarative'
14
+ cloudevent-builder-source : ' test/conformance'
15
+ cloudevent-builder-target : ' writeCloudEventDeclarative'
16
+ prerun : ' test/conformance/prerun.sh'
17
+ builder-runtime : ' nodejs10'
18
+ # Latest uploaded tag from us.gcr.io/fn-img/buildpacks/nodejs10/builder
19
+ builder-tag : ' nodejs10_20220320_10_24_1_RC00'
20
+ nodejs12 :
21
+ uses :
GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected]
22
+ with :
23
+ http-builder-source : ' test/conformance'
24
+ http-builder-target : ' writeHttpDeclarative'
25
+ cloudevent-builder-source : ' test/conformance'
26
+ cloudevent-builder-target : ' writeCloudEventDeclarative'
27
+ prerun : ' test/conformance/prerun.sh'
28
+ builder-runtime : ' nodejs12'
29
+ # Latest uploaded tag from us.gcr.io/fn-img/buildpacks/nodejs12/builder
30
+ builder-tag : ' nodejs12_20220320_12_22_9_RC00'
31
+ nodejs14 :
32
+ uses :
GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected]
33
+ with :
34
+ http-builder-source : ' test/conformance'
35
+ http-builder-target : ' writeHttpDeclarative'
36
+ cloudevent-builder-source : ' test/conformance'
37
+ cloudevent-builder-target : ' writeCloudEventDeclarative'
38
+ prerun : ' test/conformance/prerun.sh'
39
+ builder-runtime : ' nodejs14'
40
+ # Latest uploaded tag from us.gcr.io/fn-img/buildpacks/nodejs16/builder
41
+ builder-tag : ' nodejs14_20220320_14_18_3_RC00'
42
+ nodejs16 :
43
+ uses :
GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected]
44
+ with :
45
+ http-builder-source : ' test/conformance'
46
+ http-builder-target : ' writeHttpDeclarative'
47
+ cloudevent-builder-source : ' test/conformance'
48
+ cloudevent-builder-target : ' writeCloudEventDeclarative'
49
+ prerun : ' test/conformance/prerun.sh'
50
+ builder-runtime : ' nodejs16'
51
+ # Latest uploaded tag from us.gcr.io/fn-img/buildpacks/nodejs16/builder
52
+ builder-tag : ' nodejs16_20220320_16_13_2_RC00'
0 commit comments