Skip to content

Commit

Permalink
Rollup merge of rust-lang#63634 - pietroalbini:cpu-stats-name, r=alex…
Browse files Browse the repository at this point in the history
…crichton

ci: properly set the job name in CPU stats

r? @alexcrichton
  • Loading branch information
Centril authored Aug 16, 2019
2 parents f40a280 + d50a9b1 commit 4c3f21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/azure-pipelines/steps/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ steps:
# Upload CPU usage statistics that we've been gathering this whole time. Always
# execute this step in case we want to inspect failed builds, but don't let
# errors here ever fail the build since this is just informational.
- bash: aws s3 cp --acl public-read cpu-usage.csv s3://$DEPLOY_BUCKET/rustc-builds/$BUILD_SOURCEVERSION/cpu-$SYSTEM_JOBNAME.csv
- bash: aws s3 cp --acl public-read cpu-usage.csv s3://$DEPLOY_BUCKET/rustc-builds/$BUILD_SOURCEVERSION/cpu-$CI_JOB_NAME.csv
env:
AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACCESS_KEY)
condition: variables['AWS_SECRET_ACCESS_KEY']
Expand Down

0 comments on commit 4c3f21b

Please sign in to comment.