From 3a3ec953c0de00d5016904b8fd75e64c1c3a480c Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Thu, 5 Feb 2026 15:48:57 -0500 Subject: [PATCH 1/2] chore(ci): update gcloud sdk version --- ci/cloudbuild/builds/lib/integration.sh | 4 ++-- ci/install-cloud-sdk.sh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/cloudbuild/builds/lib/integration.sh b/ci/cloudbuild/builds/lib/integration.sh index 3506c661c860c..579b7def77f8c 100644 --- a/ci/cloudbuild/builds/lib/integration.sh +++ b/ci/cloudbuild/builds/lib/integration.sh @@ -208,11 +208,11 @@ function integration::bazel_with_emulators() { io::log_h2 "Running Storage integration tests (with emulator)" "google/cloud/storage/ci/${EMULATOR_SCRIPT}" \ - bazel "${verb}" "${args[@]}" --test_tag_filters="integration-test,-ud-only" + bazel "${verb}" "${args[@]}" --cache_test_results=no --test_tag_filters="integration-test,-ud-only" io::log_h2 "Running Spanner integration tests (with emulator)" "google/cloud/spanner/ci/${EMULATOR_SCRIPT}" \ - bazel "${verb}" "${args[@]}" --test_tag_filters="integration-test,-ud-only" + bazel "${verb}" "${args[@]}" --cache_test_results=no --test_tag_filters="integration-test,-ud-only" io::log_h2 "Running Bigtable integration tests (with emulator)" "google/cloud/bigtable/ci/${EMULATOR_SCRIPT}" \ diff --git a/ci/install-cloud-sdk.sh b/ci/install-cloud-sdk.sh index 3978db91dd0c3..deb9914ccf482 100755 --- a/ci/install-cloud-sdk.sh +++ b/ci/install-cloud-sdk.sh @@ -16,10 +16,10 @@ set -euo pipefail -readonly GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION="474.0.0" +readonly GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION="555.0.0" declare -A -r GOOGLE_CLOUD_CPP_SDK_SHA256=( - ["x86_64"]="4af0d83c2c8d9b50fc965b314009259ccf8263c1fc8f07fd5b1bfb24f5f5bec5" - ["arm"]="794710d1f5acdb7e6466e8879b8650fdc87e3debaaefae8f89b22929165440d4" + ["x86_64"]="164e2d6c1d0b09198f60743ab0816ddd96a0c2a04d641f7b9cbd1216867489f1" + ["arm"]="ca6ff51bf25f8126c232430b251302cf45a274cc88dc38416f33e870f2d7ece6" ) ARCH="$(uname -m)" From a04da2dff05d45fab547fece731f8c384094cc6c Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Thu, 5 Feb 2026 16:17:48 -0500 Subject: [PATCH 2/2] revert upgrade --- ci/install-cloud-sdk.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/install-cloud-sdk.sh b/ci/install-cloud-sdk.sh index deb9914ccf482..3978db91dd0c3 100755 --- a/ci/install-cloud-sdk.sh +++ b/ci/install-cloud-sdk.sh @@ -16,10 +16,10 @@ set -euo pipefail -readonly GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION="555.0.0" +readonly GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION="474.0.0" declare -A -r GOOGLE_CLOUD_CPP_SDK_SHA256=( - ["x86_64"]="164e2d6c1d0b09198f60743ab0816ddd96a0c2a04d641f7b9cbd1216867489f1" - ["arm"]="ca6ff51bf25f8126c232430b251302cf45a274cc88dc38416f33e870f2d7ece6" + ["x86_64"]="4af0d83c2c8d9b50fc965b314009259ccf8263c1fc8f07fd5b1bfb24f5f5bec5" + ["arm"]="794710d1f5acdb7e6466e8879b8650fdc87e3debaaefae8f89b22929165440d4" ) ARCH="$(uname -m)"