diff --git a/.github/workflows/buildpack-integration-test.yml b/.github/workflows/buildpack-integration-test.yml index 2c028fa9..660d7ada 100644 --- a/.github/workflows/buildpack-integration-test.yml +++ b/.github/workflows/buildpack-integration-test.yml @@ -15,7 +15,7 @@ permissions: read-all jobs: python38: - uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main + uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@dl-fix-ci with: http-builder-source: 'tests/conformance' http-builder-target: 'write_http_declarative' @@ -25,8 +25,10 @@ jobs: builder-runtime: 'python38' builder-runtime-version: '3.8' start-delay: 5 + conformance-action-version: 'dl-fix-ci' + conformance-client-version: 'dl-fix-ci' python39: - uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main + uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@dl-fix-ci with: http-builder-source: 'tests/conformance' http-builder-target: 'write_http_declarative' @@ -36,8 +38,10 @@ jobs: builder-runtime: 'python39' builder-runtime-version: '3.9' start-delay: 5 + conformance-action-version: 'dl-fix-ci' + conformance-client-version: 'dl-fix-ci' python310: - uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main + uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@dl-fix-ci with: http-builder-source: 'tests/conformance' http-builder-target: 'write_http_declarative' @@ -47,8 +51,10 @@ jobs: builder-runtime: 'python310' builder-runtime-version: '3.10' start-delay: 5 + conformance-action-version: 'dl-fix-ci' + conformance-client-version: 'dl-fix-ci' python311: - uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main + uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@dl-fix-ci with: http-builder-source: 'tests/conformance' http-builder-target: 'write_http_declarative' @@ -58,6 +64,8 @@ jobs: builder-runtime: 'python311' builder-runtime-version: '3.11' start-delay: 5 + conformance-action-version: 'dl-fix-ci' + conformance-client-version: 'dl-fix-ci' # Python 3.12 conformance tests are disabled due to the buildpack defaulting to # Ubuntu 18.04, which has no Python 3.12 version, and being unable to specify # the OS/stack via the conformance test configuration