diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-12-05 19:08:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-05 19:08:05 +0000 |
commit | 25bbd60c5032ebec1ba9507e4cc6c9e33fab5199 (patch) | |
tree | 614ee6a1484b1b6f4bc59d12ef91789c27bd14d6 /jjb | |
parent | aeb2fa169ad452f0031ee6582fe1c9b4f47f68c2 (diff) | |
parent | fa311e10c136b66e6319c78b37876ed3b0a33071 (diff) |
Merge "Add pod info in the job's name"
Diffstat (limited to 'jjb')
-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 |