Skip to content

Commit

Permalink
use community bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthart committed Jul 24, 2024
1 parent d18a1f3 commit e8185e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-runner-untrusted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ jobs:
}}
sccache-mode: 'READ'
vcpkg-cache-mode: 'read'
secrets: inherit
7 changes: 3 additions & 4 deletions .github/workflows/windows-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:
- uses: google-github-actions/auth@v2
if: ${{ inputs.sccache-mode == 'READ' || inputs.vcpkg-cache-mode == 'read' }}
with:
create_credentials_file: true
credentials_json: ${{ secrets.BUILD_CACHE_KEY_READ_ONLY }}
create_credentials_file: false
- uses: actions/setup-python@v5
id: py311
with:
Expand Down Expand Up @@ -273,10 +272,10 @@ jobs:
export CMAKE_OUT='c:\b'
ci/gha/builds/windows-cmake.sh ${{ matrix.build_type }} ${{ steps.dynamic.outputs.features }}
env:
SCCACHE_GCS_BUCKET: cloud-cpp-gha-cache
SCCACHE_GCS_BUCKET: cloud-cpp-community-gha-cache
SCCACHE_GCS_KEY_PREFIX: sccache/${{ matrix.msvc }}/${{ matrix.arch}}/${{ matrix.build_type }}
SCCACHE_GCS_RW_MODE: ${{ inputs.sccache-mode }}
SCCACHE_IGNORE_SERVER_IO_ERROR: 1
VCPKG_BINARY_SOURCES: x-gcs,gs://cloud-cpp-gha-cache/vcpkg-cache/${{ matrix.msvc }},${{ inputs.vcpkg-cache-mode }}
VCPKG_BINARY_SOURCES: x-gcs,gs://cloud-cpp-community-gha-cache/vcpkg-cache/${{ matrix.msvc }},${{ inputs.vcpkg-cache-mode }}
VCPKG_TRIPLET: ${{ matrix.arch }}-windows
GHA_TEST_BUCKET: "gcs-grpc-team-cloud-cpp-testing-bucket"

0 comments on commit e8185e0

Please sign in to comment.