Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1857 from ajschmidt8/update-sccache-region
Browse files Browse the repository at this point in the history
Update `sccache` bucket
  • Loading branch information
jrhemstad authored Feb 14, 2023
2 parents 3cfb481 + a3990be commit a03d766
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/axis/cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SDK_TYPE:
- cuda

SDK_VER:
- 11.5.1-devel
- 11.5.2-devel

OS_TYPE:
- ubuntu
Expand Down
2 changes: 1 addition & 1 deletion ci/axis/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SDK_TYPE:
- cuda

SDK_VER:
- 11.5.1-devel
- 11.5.2-devel

OS_TYPE:
- ubuntu
Expand Down
4 changes: 2 additions & 2 deletions ci/common/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ elif [[ "${BUILD_MODE}" == "pull-request" || "${BUILD_MODE}" == "branch" ]]; the
export ENABLE_SCCACHE="gpuCI"
# Change to 'thrust-aarch64' if we add aarch64 builds to gpuCI:
export SCCACHE_S3_KEY_PREFIX=thrust-linux64 # [linux64]
export SCCACHE_BUCKET=rapids-sccache
export SCCACHE_REGION=us-west-2
export SCCACHE_BUCKET=rapids-sccache-east
export SCCACHE_REGION=us-east-2
export SCCACHE_IDLE_TIMEOUT=32768
else
export ENABLE_SCCACHE="local"
Expand Down

0 comments on commit a03d766

Please sign in to comment.