File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ concurrency:
38
38
cancel-in-progress : true
39
39
env :
40
40
TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
41
+ # This will be empty in PR jobs.
42
+ TOOLSTATE_REPO_ACCESS_TOKEN : ${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}
41
43
jobs :
42
44
# The job matrix for `calculate_matrix` is defined in src/ci/github-actions/jobs.yml.
43
45
# It calculates which jobs should be executed, based on the data of the ${{ github }} context.
@@ -242,6 +244,5 @@ jobs:
242
244
shell : bash
243
245
if : needs.calculate_matrix.outputs.run_type == 'auto'
244
246
env :
245
- TOOLSTATE_REPO_ACCESS_TOKEN : ${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}
246
247
TOOLSTATE_ISSUES_API_URL : https://api.github.com/repos/rust-lang/rust/issues
247
248
TOOLSTATE_PUBLISH : 1
Original file line number Diff line number Diff line change 58
58
CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZI5DHEBFL
59
59
ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZN24CBO55
60
60
AWS_REGION : us-west-1
61
+ TOOLSTATE_PUBLISH : 1
61
62
62
63
try :
63
64
<< : *production
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ cd rust-toolstate
24
24
FAILURE=1
25
25
for RETRY_COUNT in 1 2 3 4 5; do
26
26
# The purpose of this is to publish the new "current" toolstate in the toolstate repo.
27
- # This happens post-landing, on master .
28
- # (Publishing the per-commit test results happens pre-landing in src/bootstrap/toolstate.rs).
27
+ # This happens at the end of auto builds .
28
+ # (Publishing the per-commit test results happens in src/bootstrap/toolstate.rs).
29
29
" $( ciCheckoutPath) /src/tools/publish_toolstate.py" " $GIT_COMMIT " \
30
30
" $GIT_COMMIT_MSG " \
31
31
" $MESSAGE_FILE " \
You can’t perform that action at this time.
0 commit comments