X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fqtip%2Fqtip-validate-jobs.yml;h=282cb93e21a1e7f99b526dd9ee6d7b22ea5ce0e5;hb=4a3d73952f8c5b4b4a308ebfa108a84f0c6b3c0e;hp=75c475abedffdf733088ba65ea31b069cfe5a4dd;hpb=66799d851d0a64563a59bb2d92840d46a527a79d;p=releng.git diff --git a/jjb/qtip/qtip-validate-jobs.yml b/jjb/qtip/qtip-validate-jobs.yml index 75c475abe..282cb93e2 100644 --- a/jjb/qtip/qtip-validate-jobs.yml +++ b/jjb/qtip/qtip-validate-jobs.yml @@ -26,33 +26,37 @@ qpi: - compute: installer: apex - pod: zte-pod4 + pod: zte-virtual5 <<: *master - storage: installer: apex - pod: zte-pod4 + pod: zte-virtual5 <<: *master - compute: - installer: apex - pod: zte-pod4 - <<: *euphrates - - storage: - installer: apex - pod: zte-pod4 - <<: *euphrates + installer: fuel + pod: zte-virtual6 + <<: *master + + # ------------------------------- + # SYSTEM UNDER TEST + # ------------------------------- + sut: + - 'host' + - 'vnf' # ------------------------------- # JOB LIST # ------------------------------- jobs: - - 'qtip-{qpi}-{installer}-{stream}' + - 'qtip-{qpi}-{sut}-{installer}-{pod}-{stream}' ################################ # job templates ################################ - job-template: - name: 'qtip-{qpi}-{installer}-{stream}' + name: 'qtip-{qpi}-{sut}-{installer}-{pod}-{stream}' disabled: false + parameters: - project-parameter: project: '{project}' @@ -73,9 +77,24 @@ - 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 + default: '{sut}' scm: - git-scm + wrappers: + - timeout: + timeout: 30 + abort: true + - timestamps + triggers: - 'qtip-daily'