summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/yardstick/yardstick.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/yardstick/yardstick.yml b/jjb/yardstick/yardstick.yml
index 5848b1b58..8f40d8750 100644
--- a/jjb/yardstick/yardstick.yml
+++ b/jjb/yardstick/yardstick.yml
@@ -226,7 +226,7 @@
artifactNumToKeep: -1
builders:
- - 'fetch-os-creds'
+ - 'yardstick-fetch-os-creds'
- 'yardstick-ping'
########################
@@ -279,7 +279,7 @@
echo "Yardstick: done!"
- builder:
- name: fetch-os-creds
+ name: yardstick-fetch-os-creds
builders:
- - shell: |
- !include-raw ../../utils/fetch_os_creds.sh
+ - shell:
+ !include-raw ../../utils/fetch_os_creds.sh \ No newline at end of file