X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdoctor%2Fdoctor.yaml;h=5f0e677c8fb01018bb06cb29176c8f45d33388c0;hb=ecf74c254210d34fb8a4785f52a5952c5d6730d7;hp=deccc32a4ec26d17aa3135737e407b88788a5da9;hpb=351e5623582731756fedee5c506dc5fbdc836b93;p=releng.git diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml index deccc32a4..5f0e677c8 100644 --- a/jjb/doctor/doctor.yaml +++ b/jjb/doctor/doctor.yaml @@ -21,8 +21,10 @@ disabled: false installer: - - 'apex' - - 'fuel' + - 'apex': + scenario: 'os-nosdn-nofeature-noha' + - 'fuel': + scenario: 'os-nosdn-nofeature-noha' arch: - 'x86_64' @@ -87,6 +89,19 @@ GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE kill-phase-on: FAILURE git-revision: true + - multijob: + name: 'doctor-verify-fenix' + execution-type: PARALLEL + projects: + - name: 'doctor-verify-maintenance-apex-sample-x86_64-{stream}' + predefined-parameters: | + PROJECT=$PROJECT + GERRIT_BRANCH=$GERRIT_BRANCH + GERRIT_REFSPEC=$GERRIT_REFSPEC + GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER + GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE + kill-phase-on: FAILURE + git-revision: true - multijob: name: 'doctor-verify-congress' execution-type: PARALLEL @@ -117,7 +132,9 @@ - 'doctor-slave-parameter' - 'doctor-parameter': inspector: '{inspector}' + scenario: '{scenario}' test_case: 'fault_management' + admin_tool_type: 'sample' scm: - git-scm-gerrit builders: @@ -128,7 +145,7 @@ - job-template: name: 'doctor-verify-maintenance-{installer}-{inspector}-{arch}-{stream}' disabled: '{obj:disabled}' - node: 'nokia-pod1' + node: 'doctor-{installer}-{arch}' wrappers: - ssh-agent-wrapper - build-timeout: @@ -141,7 +158,9 @@ - 'doctor-slave-parameter' - 'doctor-parameter': inspector: '{inspector}' + scenario: '{scenario}' test_case: 'maintenance' + admin_tool_type: 'fenix' scm: - git-scm-gerrit builders: @@ -165,7 +184,9 @@ - 'doctor-slave-parameter' - 'doctor-parameter': inspector: '{inspector}' + scenario: '{scenario}' test_case: 'all' + admin_tool_type: 'sample' scm: - git-scm-gerrit builders: @@ -188,6 +209,14 @@ name: TEST_CASE default: '{test_case}' description: 'test case: all, fault_management or maintenance' + - string: + name: DEPLOY_SCENARIO + default: '{scenario}' + description: 'Scenario to deploy and test' + - string: + name: ADMIN_TOOL_TYPE + default: '{admin_tool_type}' + description: 'admin_tool_type: sample, fenix' # -------------------------------