We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6d801 commit d50a9b1Copy full SHA for d50a9b1
src/ci/azure-pipelines/steps/run.yml
@@ -199,7 +199,7 @@ steps:
199
# Upload CPU usage statistics that we've been gathering this whole time. Always
200
# execute this step in case we want to inspect failed builds, but don't let
201
# errors here ever fail the build since this is just informational.
202
-- 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
203
env:
204
AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACCESS_KEY)
205
condition: variables['AWS_SECRET_ACCESS_KEY']
0 commit comments