summaryrefslogtreecommitdiffstats
path: root/jjb/yardstick/yardstick-daily-jobs.yml
diff options
context:
space:
mode:
authorchenjiankun <chenjiankun1@huawei.com>2017-08-28 08:48:11 +0000
committerchenjiankun <chenjiankun1@huawei.com>2017-08-28 08:48:11 +0000
commit7b0e93e9ba54a9d88a394f98dc3f6c930600265d (patch)
tree23cdccd0ee5c0786f81ace06516d82b9c6e8e549 /jjb/yardstick/yardstick-daily-jobs.yml
parent0889958d6eaa4eff43df7fd4b7c34f16de41fc0b (diff)
Fetch admin.conf from master on kubernetes scenario
Now we have joid deploy kubernetes scenario We need admin.conf when run test case We can fetch admin.conf by: juju scp kubernetes-master/0:config admin.conf Also we need a jenkins job to fetch it. Change-Id: I13a6a17ca13e247cfc50774bf5104480fc03631a Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'jjb/yardstick/yardstick-daily-jobs.yml')
-rw-r--r--jjb/yardstick/yardstick-daily-jobs.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/jjb/yardstick/yardstick-daily-jobs.yml b/jjb/yardstick/yardstick-daily-jobs.yml
index 39935abc2..4536543a0 100644
--- a/jjb/yardstick/yardstick-daily-jobs.yml
+++ b/jjb/yardstick/yardstick-daily-jobs.yml
@@ -281,6 +281,7 @@
description: "POD: $NODE_NAME"
- 'yardstick-cleanup'
- 'yardstick-fetch-os-creds'
+ - 'yardstick-fetch-k8s-conf'
- 'yardstick-{testsuite}'
- 'yardstick-store-results'
@@ -311,6 +312,12 @@
!include-raw: ../../utils/fetch_os_creds.sh
- builder:
+ name: yardstick-fetch-k8s-conf
+ builders:
+ - shell:
+ !include-raw: ./yardstick-get-k8s-conf.sh
+
+- builder:
name: yardstick-store-results
builders:
- shell:
@@ -515,4 +522,4 @@
- trigger:
name: 'yardstick-daily-huawei-pod4-trigger'
triggers:
- - timed: '' \ No newline at end of file
+ - timed: ''