-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update sccache
bucket
#289
Conversation
This PR updates the `sccache` configuration settings to use a new bucket, `rapids-sccache-east`. Unlike the previous `rapids-sccache` bucket, `rapids-sccache-east` resides in the same AWS region as the rest of our CI infrastructure (`us-east-2`). This should result in faster, more reliable `sccache` connections and will also help keep our data transfer costs down. **Important Note**: The changes from [this `sccache` PR](mozilla/sccache#1403) are required to use a bucket in `us-east-2`. These changes were incorporated in `sccache` `v0.3.2`, so you'll need that version or later (preferably the latest, `v0.3.3`). Please ensure that your CI images satisfy this constraint before merging this PR. Additionally, this PR updates the `SCCACHE_REGION` to the region of the bucket. This value is not meant to be a variable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, we're still on sccache 0.3.1, will need to push up new images this morning.
Adopt updated CI runner with sccache 0.3.3
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.03 #289 +/- ##
=============================================
Coverage 72.95% 72.95%
=============================================
Files 381 381
Lines 13117 13117
Branches 993 992 -1
=============================================
Hits 9569 9569
Misses 3548 3548
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
/merge |
This PR updates the
sccache
configuration settings to use a new bucket,rapids-sccache-east
.Unlike the previous
rapids-sccache
bucket,rapids-sccache-east
resides in the same AWS region as the rest of our CI infrastructure (us-east-2
).This should result in faster, more reliable
sccache
connections and will also help keep our data transfer costs down.Important Note: The changes from this
sccache
PR are required to use a bucket inus-east-2
. These changes were incorporated insccache
v0.3.2
, so you'll need that version or later (preferably the latest,v0.3.3
). Please ensure that your CI images satisfy this constraint before merging this PR.Additionally, this PR updates the
SCCACHE_REGION
to the region of the bucket. This value is not meant to be a variable.