X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fqtip%2Fqtip-validate-jobs.yml;h=f20b321ad78c265b9c660b8026f82a62114ddba2;hb=d19d34cbae5eb3a53847d6b871cf0ac9b7920e12;hp=75c475abedffdf733088ba65ea31b069cfe5a4dd;hpb=ae2efa209c1591de40319935a3bb5a1247622dda;p=releng.git diff --git a/jjb/qtip/qtip-validate-jobs.yml b/jjb/qtip/qtip-validate-jobs.yml index 75c475abe..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' @@ -26,33 +26,39 @@ 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: - project-parameter: project: '{project}' @@ -73,9 +79,25 @@ - string: name: TEST_SUITE default: '{qpi}' + - string: + name: TESTAPI_URL + default: 'http://testresults.opnfv.org/test/api/v1' + - string: + name: OPNFV_RELEASE + default: '{stream}' + - string: + name: SUT + description: "System Under Test" + default: '{sut}' scm: - git-scm + wrappers: + - timeout: + timeout: 120 + abort: true + - timestamps + triggers: - 'qtip-daily'