Skip to content

Commit 8724548

Browse files
authored
chore: update buildpack integration test (#203)
1 parent a6ce68a commit 8724548

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

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

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,25 @@ on:
77
workflow_dispatch:
88
jobs:
99
python37:
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: 'tests/conformance'
1313
http-builder-target: 'write_http_declarative'
1414
cloudevent-builder-source: 'tests/conformance'
1515
cloudevent-builder-target: 'write_cloud_event_declarative'
1616
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
1717
builder-runtime: 'python37'
18-
# Latest uploaded tag from us.gcr.io/fn-img/buildpacks/python37/builder
19-
builder-tag: 'python37_20220426_3_7_12_RC00'
2018
python38:
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: 'tests/conformance'
2422
http-builder-target: 'write_http_declarative'
2523
cloudevent-builder-source: 'tests/conformance'
2624
cloudevent-builder-target: 'write_cloud_event_declarative'
2725
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
2826
builder-runtime: 'python38'
29-
# Latest uploaded tag from us.gcr.io/fn-img/buildpacks/python38/builder
30-
builder-tag: 'python38_20220426_3_8_12_RC00'
3127
python39:
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: 'tests/conformance'
3531
http-builder-target: 'write_http_declarative'
@@ -40,13 +36,11 @@ jobs:
4036
# Latest uploaded tag from us.gcr.io/fn-img/buildpacks/python39/builder
4137
builder-tag: 'python39_20220426_3_9_10_RC00'
4238
python310:
43-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.4.1
39+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
4440
with:
4541
http-builder-source: 'tests/conformance'
4642
http-builder-target: 'write_http_declarative'
4743
cloudevent-builder-source: 'tests/conformance'
4844
cloudevent-builder-target: 'write_cloud_event_declarative'
4945
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
50-
builder-runtime: 'python310'
51-
# Latest uploaded tag from us.gcr.io/fn-img/buildpacks/python310/builder
52-
builder-tag: 'python310_20220320_3_10_2_RC00'
46+
builder-runtime: 'python310'

0 commit comments

Comments
 (0)