about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-07-04 01:38:59 +0200
committerGitHub <noreply@github.com>2019-07-04 01:38:59 +0200
commitcd1fa00446e438407f58a0c9d70c712a8e4f1e80 (patch)
tree97c32ffe9ce3d4a63223a9f8e543c86afe1ea018
parent919349701a2136b3fdd54aaaffcd516ece409fdc (diff)
parentb4712f0410f41004a772a493acf037ed59ca1481 (diff)
downloadrust-cd1fa00446e438407f58a0c9d70c712a8e4f1e80.tar.gz
rust-cd1fa00446e438407f58a0c9d70c712a8e4f1e80.zip
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
Fix bucket in CPU usage script

r? @alexcrichton
-rwxr-xr-xsrc/etc/cpu-usage-over-time-plot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/cpu-usage-over-time-plot.sh b/src/etc/cpu-usage-over-time-plot.sh
index 724a21c3fc2..0905789079a 100755
--- a/src/etc/cpu-usage-over-time-plot.sh
+++ b/src/etc/cpu-usage-over-time-plot.sh
@@ -16,7 +16,7 @@
 
 set -ex
 
-bucket=rust-lang-ci-evalazure
+bucket=rust-lang-ci2
 commit=$1
 builder=$2