Skip to content

Commit d50a9b1

Browse files
committed
ci: properly set the job name in CPU stats
1 parent 5a6d801 commit d50a9b1

File tree

1 file changed

+1
-1
lines changed
  • src/ci/azure-pipelines/steps

1 file changed

+1
-1
lines changed

src/ci/azure-pipelines/steps/run.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ steps:
199199
# Upload CPU usage statistics that we've been gathering this whole time. Always
200200
# execute this step in case we want to inspect failed builds, but don't let
201201
# 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
202+
- bash: aws s3 cp --acl public-read cpu-usage.csv s3://$DEPLOY_BUCKET/rustc-builds/$BUILD_SOURCEVERSION/cpu-$CI_JOB_NAME.csv
203203
env:
204204
AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACCESS_KEY)
205205
condition: variables['AWS_SECRET_ACCESS_KEY']

0 commit comments

Comments
 (0)