From 832af4cbb319b45f20f68cf68d89ff134034b1c1 Mon Sep 17 00:00:00 2001 From: Mike Eltsufin Date: Fri, 17 Apr 2026 22:37:28 -0400 Subject: [PATCH] build: force fallback by using non-existent image version This commit updates the image_tag to a non-existent version (9.99.9) in hermetic_library_generation.yaml to force the pull failure and verify the fallback logic works in CI. DO NOT MERGE THIS PR --- .github/workflows/hermetic_library_generation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hermetic_library_generation.yaml b/.github/workflows/hermetic_library_generation.yaml index 74fec93e13d8..ed12e433ffb5 100644 --- a/.github/workflows/hermetic_library_generation.yaml +++ b/.github/workflows/hermetic_library_generation.yaml @@ -44,4 +44,4 @@ jobs: head_ref: ${{ github.head_ref }} token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }} force_regenerate_all: ${{ github.event.pull_request.head.ref == 'generate-libraries-main' }} - image_tag: 2.71.0 # {x-version-update:gapic-generator-java:current} + image_tag: 9.99.9