From 2fca294dfd9066f96f28af64656e5f0a890f3d64 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Thu, 12 Feb 2026 21:08:48 -0800 Subject: [PATCH 1/2] test: point to conformance fix branch for CI testing --- .github/workflows/buildpack-integration-test.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildpack-integration-test.yml b/.github/workflows/buildpack-integration-test.yml index 2c028fa9..a7cc1833 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,9 @@ jobs: builder-runtime: 'python38' builder-runtime-version: '3.8' start-delay: 5 + conformance-action-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 +37,9 @@ jobs: builder-runtime: 'python39' builder-runtime-version: '3.9' start-delay: 5 + conformance-action-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 +49,9 @@ jobs: builder-runtime: 'python310' builder-runtime-version: '3.10' start-delay: 5 + conformance-action-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 +61,7 @@ jobs: builder-runtime: 'python311' builder-runtime-version: '3.11' start-delay: 5 + conformance-action-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 From 7fc733f28c91a3233c01680462003ccdac2becdf Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Thu, 12 Feb 2026 21:11:56 -0800 Subject: [PATCH 2/2] test: also set conformance-client-version to fix branch --- .github/workflows/buildpack-integration-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/buildpack-integration-test.yml b/.github/workflows/buildpack-integration-test.yml index a7cc1833..660d7ada 100644 --- a/.github/workflows/buildpack-integration-test.yml +++ b/.github/workflows/buildpack-integration-test.yml @@ -26,6 +26,7 @@ jobs: 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@dl-fix-ci with: @@ -38,6 +39,7 @@ jobs: 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@dl-fix-ci with: @@ -50,6 +52,7 @@ jobs: 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@dl-fix-ci with: @@ -62,6 +65,7 @@ jobs: 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