X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fqtip%2Fqtip-validate-jobs.yml;h=c5bf58391ac952b617832bc7ceef1f3725b48fdf;hb=14b5f30468a96c5e400d2139caac7c52a1542b26;hp=42240ed95e832e273369664f052c60ce3af682c9;hpb=51875bd0ad16530ad5179e32859b132ea1e1a534;p=releng.git diff --git a/jjb/qtip/qtip-validate-jobs.yml b/jjb/qtip/qtip-validate-jobs.yml index 42240ed95..c5bf58391 100644 --- a/jjb/qtip/qtip-validate-jobs.yml +++ b/jjb/qtip/qtip-validate-jobs.yml @@ -26,32 +26,37 @@ qpi: - compute: installer: apex - pod: zte-pod4 + pod: zte-virtual5 + sut: node <<: *master - storage: installer: apex - pod: zte-pod4 + pod: zte-virtual5 + sut: '' <<: *master - - compute: - installer: apex - pod: zte-pod4 - <<: *euphrates - - storage: + - network: installer: apex - pod: zte-pod4 - <<: *euphrates + pod: zte-virtual5 + 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: @@ -80,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: 30 abort: true - timestamps