Skip to content

Commit db922c0

Browse files
authored
chore: update buildpack test (#478)
1 parent 7816433 commit db922c0

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,38 @@ on:
77
workflow_dispatch:
88
jobs:
99
nodejs10:
10-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
10+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
1111
with:
1212
http-builder-source: 'test/conformance'
1313
http-builder-target: 'writeHttpDeclarative'
1414
cloudevent-builder-source: 'test/conformance'
1515
cloudevent-builder-target: 'writeCloudEventDeclarative'
1616
prerun: 'test/conformance/prerun.sh'
1717
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'
2018
nodejs12:
21-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
19+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
2220
with:
2321
http-builder-source: 'test/conformance'
2422
http-builder-target: 'writeHttpDeclarative'
2523
cloudevent-builder-source: 'test/conformance'
2624
cloudevent-builder-target: 'writeCloudEventDeclarative'
2725
prerun: 'test/conformance/prerun.sh'
2826
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'
3127
nodejs14:
32-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
28+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
3329
with:
3430
http-builder-source: 'test/conformance'
3531
http-builder-target: 'writeHttpDeclarative'
3632
cloudevent-builder-source: 'test/conformance'
3733
cloudevent-builder-target: 'writeCloudEventDeclarative'
3834
prerun: 'test/conformance/prerun.sh'
3935
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'
4236
nodejs16:
43-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
37+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
4438
with:
4539
http-builder-source: 'test/conformance'
4640
http-builder-target: 'writeHttpDeclarative'
4741
cloudevent-builder-source: 'test/conformance'
4842
cloudevent-builder-target: 'writeCloudEventDeclarative'
4943
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'
44+
builder-runtime: 'nodejs16'

0 commit comments

Comments
 (0)