From bcdcc4a1d49376fe057091e4e1d89ac0a85ae6ed Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Wed, 26 Jun 2024 14:12:04 +0000 Subject: [PATCH] cleanup(storage): remove unused Bazel flag This flag sets an environment variable which only has an effect in integration tests. And the integration tests override the environment variable. --- ci/cloudbuild/builds/lib/integration.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/cloudbuild/builds/lib/integration.sh b/ci/cloudbuild/builds/lib/integration.sh index ae133b5fe9d71..34d16b0c7228f 100644 --- a/ci/cloudbuild/builds/lib/integration.sh +++ b/ci/cloudbuild/builds/lib/integration.sh @@ -86,7 +86,6 @@ function integration::bazel_args() { "--test_env=GOOGLE_CLOUD_CPP_REST_TEST_SIGNING_SERVICE_ACCOUNT=${GOOGLE_CLOUD_CPP_REST_TEST_SIGNING_SERVICE_ACCOUNT}" # Storage - "--test_env=GOOGLE_CLOUD_CPP_STORAGE_GRPC_CONFIG=${GOOGLE_CLOUD_CPP_STORAGE_GRPC_CONFIG:-}" "--test_env=GOOGLE_CLOUD_CPP_STORAGE_TEST_BUCKET_NAME=${GOOGLE_CLOUD_CPP_STORAGE_TEST_BUCKET_NAME}" "--test_env=GOOGLE_CLOUD_CPP_STORAGE_TEST_FOLDER_BUCKET_NAME=${GOOGLE_CLOUD_CPP_STORAGE_TEST_FOLDER_BUCKET_NAME}" "--test_env=GOOGLE_CLOUD_CPP_STORAGE_TEST_DESTINATION_BUCKET_NAME=${GOOGLE_CLOUD_CPP_STORAGE_TEST_DESTINATION_BUCKET_NAME}"