diff options
author | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-01-04 13:28:28 +0800 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-01-08 10:04:26 +0000 |
commit | ac1003f22ee1929d74278a1e3c1434bba02d5428 (patch) | |
tree | bf1fb3e4c7b3485cf40eb8d994d018a9ae2ff14e /jjb/yardstick | |
parent | 22ac4d45b5e7a391c424c322ffa963d252617659 (diff) |
Add daily jenkins job for yardstick in ZTE-NJ lab.
Update ZTE jenkins info
Deal with other conflicts
JIRA: yardstick-210
Change-Id: Ibf6e8409065fcacfedf84cc1d9f8654cddd9924c
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'jjb/yardstick')
-rw-r--r-- | jjb/yardstick/yardstick-ci-jobs.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/jjb/yardstick/yardstick-ci-jobs.yml b/jjb/yardstick/yardstick-ci-jobs.yml index 1cb6d1f08..220542bfd 100644 --- a/jjb/yardstick/yardstick-ci-jobs.yml +++ b/jjb/yardstick/yardstick-ci-jobs.yml @@ -44,6 +44,9 @@ - huawei-us-deploy-bare-1: installer: compass <<: *master + - zte-build-1: + installer: fuel + <<: *master #-------------------------------- loop: - daily @@ -200,3 +203,12 @@ name: YARDSTICK_DB_BACKEND default: '' description: 'Arguments to use in order to choose the backend DB' + +- parameter: + name: 'yardstick-params-zte-build-1' + parameters: + - string: + name: YARDSTICK_DB_BACKEND + default: '' + description: 'Arguments to use in order to choose the backend DB' + |