Skip to content

Commit 5e39b02

Browse files
committed
ci: use bigquery specific cache buckets
1 parent 54f6fbc commit 5e39b02

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/macos-bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,5 +210,5 @@ jobs:
210210
- name: Post Tests Disk Space
211211
run: df -m
212212
env:
213-
BAZEL_REMOTE_CACHE: https://storage.googleapis.com/cloud-cpp-community-gha-cache/bazel-cache/${{ matrix.os }}
213+
BAZEL_REMOTE_CACHE: https://storage.googleapis.com/cloud-cpp-community-gha-cache/bigquery-bazel-cache/${{ matrix.os }}
214214
GHA_TEST_BUCKET: "gcs-grpc-team-cloud-cpp-testing-bucket"

.github/workflows/macos-cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ jobs:
269269
run: df -m
270270
env:
271271
SCCACHE_GCS_BUCKET: cloud-cpp-community-gha-cache
272-
SCCACHE_GCS_KEY_PREFIX: sccache/${{ matrix.os }}
272+
SCCACHE_GCS_KEY_PREFIX: bigquery-sccache/${{ matrix.os }}
273273
SCCACHE_GCS_RW_MODE: ${{ inputs.sccache-mode }}
274274
SCCACHE_IGNORE_SERVER_IO_ERROR: 1
275-
VCPKG_BINARY_SOURCES: x-gcs,gs://cloud-cpp-community-gha-cache/vcpkg-cache/${{ matrix.os }},${{ inputs.vcpkg-cache-mode }}
275+
VCPKG_BINARY_SOURCES: x-gcs,gs://cloud-cpp-community-gha-cache/bigquery-vcpkg-cache/${{ matrix.os }},${{ inputs.vcpkg-cache-mode }}
276276
GHA_TEST_BUCKET: "gcs-grpc-team-cloud-cpp-testing-bucket"

.github/workflows/windows-bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ jobs:
105105
shell: bash
106106
run: df -m
107107
env:
108-
BAZEL_REMOTE_CACHE: https://storage.googleapis.com/cloud-cpp-community-gha-cache/bazel-cache/${{ matrix.msvc }}/${{ matrix.compilation_mode }}
108+
BAZEL_REMOTE_CACHE: https://storage.googleapis.com/cloud-cpp-community-gha-cache/bigquery-bazel-cache/${{ matrix.msvc }}/${{ matrix.compilation_mode }}
109109
GHA_TEST_BUCKET: "gcs-grpc-team-cloud-cpp-testing-bucket"

.github/workflows/windows-cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ jobs:
253253
run: df -m
254254
env:
255255
SCCACHE_GCS_BUCKET: cloud-cpp-community-gha-cache
256-
SCCACHE_GCS_KEY_PREFIX: sccache/${{ matrix.msvc }}/${{ matrix.arch}}/${{ matrix.build_type }}
256+
SCCACHE_GCS_KEY_PREFIX: bigquery-sccache/${{ matrix.msvc }}/${{ matrix.arch}}/${{ matrix.build_type }}
257257
SCCACHE_GCS_RW_MODE: ${{ inputs.sccache-mode }}
258258
SCCACHE_IGNORE_SERVER_IO_ERROR: 1
259-
VCPKG_BINARY_SOURCES: x-gcs,gs://cloud-cpp-community-gha-cache/vcpkg-cache/${{ matrix.msvc }},${{ inputs.vcpkg-cache-mode }}
259+
VCPKG_BINARY_SOURCES: x-gcs,gs://cloud-cpp-community-gha-cache/bigquery-vcpkg-cache/${{ matrix.msvc }},${{ inputs.vcpkg-cache-mode }}
260260
VCPKG_TRIPLET: ${{ matrix.arch }}-windows
261261
GHA_TEST_BUCKET: "gcs-grpc-team-cloud-cpp-testing-bucket"

0 commit comments

Comments
 (0)