Skip to content

Commit

Permalink
update remote cache key for gcc-8
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy323 committed Jul 13, 2023
1 parent a93402f commit ecd2964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sccache --show-stats

source $XLA_DIR/xla_env
export GCLOUD_SERVICE_KEY_FILE="$XLA_DIR/default_credentials.json"
export SILO_NAME='cache-silo-ci-1' # cache bucket for CI
export SILO_NAME='cache-silo-ci-gcc-8' # cache bucket for CI
build_torch_xla $XLA_DIR

popd
2 changes: 1 addition & 1 deletion .circleci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ function install_torchvision() {
install_torchvision

export GCLOUD_SERVICE_KEY_FILE="$XLA_DIR/default_credentials.json"
export SILO_NAME='cache-silo-ci-1' # cache bucket for CI
export SILO_NAME='cache-silo-ci-gcc-8' # cache bucket for CI
run_torch_xla_tests $PYTORCH_DIR $XLA_DIR $USE_COVERAGE

0 comments on commit ecd2964

Please sign in to comment.