diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-12-05 12:07:38 +0800 |
---|---|---|
committer | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-12-05 17:08:18 +0800 |
commit | fa311e10c136b66e6319c78b37876ed3b0a33071 (patch) | |
tree | d65f9a6172f01f4f05b00d4cd79de62afc3fb661 /jjb/qtip | |
parent | 3732c0ac30c2b67b30680aee2d0ba8982a9b528c (diff) |
Add pod info in the job's name
Same with the patch https://gerrit.opnfv.org/gerrit/#/c/47541/
Change-Id: Ide8e125731de046793326e5a8d8ef373b4fdad19
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'jjb/qtip')
-rw-r--r-- | jjb/qtip/qtip-experimental-jobs.yml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/jjb/qtip/qtip-experimental-jobs.yml b/jjb/qtip/qtip-experimental-jobs.yml index db2fb8b07..103069fb7 100644 --- a/jjb/qtip/qtip-experimental-jobs.yml +++ b/jjb/qtip/qtip-experimental-jobs.yml @@ -7,7 +7,7 @@ name: qtip-experimental-jobs project: qtip jobs: - - 'qtip-experimental-{stream}' + - 'qtip-experimental-{pod}-{stream}' stream: - master: branch: '{stream}' @@ -18,12 +18,17 @@ gs-pathname: '/{stream}' disabled: false + pod: + - zte-virtual6: + installer: fuel + pod: zte-virtual6 + ################################ ## job templates ################################# - job-template: - name: 'qtip-experimental-{stream}' + name: 'qtip-experimental-{pod}-{stream}' disabled: '{obj:disabled}' @@ -31,9 +36,8 @@ - project-parameter: project: '{project}' branch: '{branch}' - # Pin the tests on zte-pod6 with MCP deployment - - fuel-defaults - - zte-virtual6-defaults + - '{installer}-defaults' + - '{pod}-defaults' scm: - git-scm-gerrit |