X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fqtip%2Fqtip-validate-jobs.yml;h=f20b321ad78c265b9c660b8026f82a62114ddba2;hb=30d28af772d4da598ccfd608b9ac24561de60f8c;hp=07f2431bc592cbf146aacd76bdb2da265fd044e8;hpb=1ab7d1d740c337187050b37ef78bb58a57048b39;p=releng.git diff --git a/jjb/qtip/qtip-validate-jobs.yml b/jjb/qtip/qtip-validate-jobs.yml index 07f2431bc..f20b321ad 100644 --- a/jjb/qtip/qtip-validate-jobs.yml +++ b/jjb/qtip/qtip-validate-jobs.yml @@ -14,8 +14,8 @@ branch: '{stream}' gs-pathname: '' docker-tag: latest - euphrates: &euphrates - stream: euphrates + fraser: &fraser + stream: fraser branch: 'stable/{stream}' gs-pathname: '{stream}' docker-tag: 'stable' @@ -27,35 +27,36 @@ - compute: installer: apex pod: zte-virtual5 + sut: node <<: *master - storage: installer: apex pod: zte-virtual5 + sut: '' <<: *master - - compute: - installer: apex - pod: zte-virtual5 - <<: *euphrates - - storage: + - network: installer: apex pod: zte-virtual5 - <<: *euphrates + sut: '' + <<: *master - compute: installer: fuel pod: zte-virtual6 + sut: vnf <<: *master + # ------------------------------- # JOB LIST # ------------------------------- jobs: - - 'qtip-{qpi}-{installer}-{stream}' + - 'qtip-{qpi}-{installer}-{pod}-{stream}' ################################ # job templates ################################ - job-template: - name: 'qtip-{qpi}-{installer}-{stream}' + name: 'qtip-{qpi}-{installer}-{pod}-{stream}' disabled: false parameters: @@ -84,12 +85,16 @@ - string: name: OPNFV_RELEASE default: '{stream}' + - string: + name: SUT + description: "System Under Test" + default: '{sut}' scm: - git-scm wrappers: - timeout: - timeout: 15 + timeout: 120 abort: true - timestamps