From 265a94e3464d31f10259fc4c6fefe0c520810b13 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 2 Apr 2026 14:39:11 -0400 Subject: [PATCH 1/2] [do not merge] for testing purposes --- packages/gapic-generator/tests/integration/redis_v1.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gapic-generator/tests/integration/redis_v1.yaml b/packages/gapic-generator/tests/integration/redis_v1.yaml index efb6675bbfcb..38089f6a5a0b 100644 --- a/packages/gapic-generator/tests/integration/redis_v1.yaml +++ b/packages/gapic-generator/tests/integration/redis_v1.yaml @@ -75,6 +75,7 @@ authentication: # TODO(https://github.com/googleapis/gapic-generator-python/issues/2121): Remove this section # when async rest is GA. publishing: + organization: DOES_NOT_EXIST library_settings: - version: 'google.cloud.redis.v1' python_settings: From 44bdab8b5cb78951453f2cb3a8631bbbd81eea45 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 2 Apr 2026 15:16:18 -0400 Subject: [PATCH 2/2] for testing purposes --- .github/workflows/gapic-generator-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gapic-generator-tests.yml b/.github/workflows/gapic-generator-tests.yml index 799d2976c5c6..204e110a0b72 100644 --- a/.github/workflows/gapic-generator-tests.yml +++ b/.github/workflows/gapic-generator-tests.yml @@ -181,8 +181,6 @@ jobs: path: ~/.cache/bazel # Ensure CACHE_VERSION is defined in the mono-repo secrets! key: ${{ runner.os }}-bazel-20210105-${{ secrets.CACHE_VERSION }} - restore-keys: | - ${{ runner.os }}-bazel-20210105- - name: Run Bazel Integration Tests run: |