diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2017-09-21 08:01:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-21 08:01:51 +0000 |
commit | d25197e5d50d6a01e07dd52a9ca4d9c6ee33fd32 (patch) | |
tree | 6a051dc5bf2743cb243ac56072b82bc8713ac6fc | |
parent | d4eb739d80d5afe79f1d81e5a88b60bb337e7b69 (diff) | |
parent | fddc24441b3733bff881e8b3935cae0080ef1605 (diff) |
Merge "[QTIP]Enable qtip validate jobs for euphrates"
-rw-r--r-- | jjb/qtip/qtip-validate-jobs.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/jjb/qtip/qtip-validate-jobs.yml b/jjb/qtip/qtip-validate-jobs.yml index b63782b8c..75c475abe 100644 --- a/jjb/qtip/qtip-validate-jobs.yml +++ b/jjb/qtip/qtip-validate-jobs.yml @@ -14,6 +14,11 @@ branch: '{stream}' gs-pathname: '' docker-tag: latest + euphrates: &euphrates + stream: euphrates + branch: 'stable/{stream}' + gs-pathname: '{stream}' + docker-tag: 'stable' # ------------------------------- # JOB VARIABLES @@ -27,6 +32,14 @@ installer: apex pod: zte-pod4 <<: *master + - compute: + installer: apex + pod: zte-pod4 + <<: *euphrates + - storage: + installer: apex + pod: zte-pod4 + <<: *euphrates # ------------------------------- # JOB LIST |