File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ concurrency:
3838 cancel-in-progress : true
3939env :
4040 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 }}
4143jobs :
4244 # The job matrix for `calculate_matrix` is defined in src/ci/github-actions/jobs.yml.
4345 # It calculates which jobs should be executed, based on the data of the ${{ github }} context.
@@ -242,6 +244,5 @@ jobs:
242244 shell : bash
243245 if : needs.calculate_matrix.outputs.run_type == 'auto'
244246 env :
245- TOOLSTATE_REPO_ACCESS_TOKEN : ${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}
246247 TOOLSTATE_ISSUES_API_URL : https://api.github.com/repos/rust-lang/rust/issues
247248 TOOLSTATE_PUBLISH : 1
Original file line number Diff line number Diff line change 5858 CACHES_AWS_ACCESS_KEY_ID : AKIA46X5W6CZI5DHEBFL
5959 ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZN24CBO55
6060 AWS_REGION : us-west-1
61+ TOOLSTATE_PUBLISH : 1
6162
6263 try :
6364 << : *production
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ cd rust-toolstate
2424FAILURE=1
2525for RETRY_COUNT in 1 2 3 4 5; do
2626 # 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).
2929 " $( ciCheckoutPath) /src/tools/publish_toolstate.py" " $GIT_COMMIT " \
3030 " $GIT_COMMIT_MSG " \
3131 " $MESSAGE_FILE " \
You can’t perform that action at this time.
0 commit comments