From 03fffe922a9921e019961b9924e293e092643f76 Mon Sep 17 00:00:00 2001 From: chingor13 Date: Mon, 30 Mar 2026 21:19:13 +0000 Subject: [PATCH 1/3] build(storage): fix integration test version --- .kokoro/presubmit/storage-integration.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/presubmit/storage-integration.cfg b/.kokoro/presubmit/storage-integration.cfg index d5b05fb25c92..df29e2658692 100644 --- a/.kokoro/presubmit/storage-integration.cfg +++ b/.kokoro/presubmit/storage-integration.cfg @@ -3,7 +3,7 @@ # Configure the docker image for kokoro-trampoline. env_vars: { key: "TRAMPOLINE_IMAGE" - value: "gcr.io/cloud-devrel-kokoro-resources/java8" + value: "gcr.io/cloud-devrel-kokoro-resources/java11" } env_vars: { From 375a7c1a9575bbc344a3dacc3f79b8d15144c3fa Mon Sep 17 00:00:00 2001 From: chingor13 Date: Mon, 30 Mar 2026 21:20:36 +0000 Subject: [PATCH 2/3] trivial change --- java-storage/owlbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/java-storage/owlbot.py b/java-storage/owlbot.py index b912766a8f43..0b6f40a0513e 100644 --- a/java-storage/owlbot.py +++ b/java-storage/owlbot.py @@ -18,6 +18,7 @@ 'This script is used to synthesize generated parts of this library.' import os +# trivial change for library in s.get_staging_dirs(): # put any special-case replacements here if os.path.exists('owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/gapic_metadata.json'): From 7abf9a4753135537a40a7d934da7b86178a2cbec Mon Sep 17 00:00:00 2001 From: chingor13 Date: Tue, 31 Mar 2026 17:03:30 +0000 Subject: [PATCH 3/3] Revert "trivial change" This reverts commit 375a7c1a9575bbc344a3dacc3f79b8d15144c3fa. --- java-storage/owlbot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/java-storage/owlbot.py b/java-storage/owlbot.py index 0b6f40a0513e..b912766a8f43 100644 --- a/java-storage/owlbot.py +++ b/java-storage/owlbot.py @@ -18,7 +18,6 @@ 'This script is used to synthesize generated parts of this library.' import os -# trivial change for library in s.get_staging_dirs(): # put any special-case replacements here if os.path.exists('owl-bot-staging/v2/gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/gapic_metadata.json'):