X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdoctor%2Fdoctor.yaml;h=5f0e677c8fb01018bb06cb29176c8f45d33388c0;hb=cc290b2f937a2edbd60a5d2d1e20f333dfc7eb88;hp=5b4c4b06f358687d449ffcc3387e6d2c7b914bf3;hpb=74193ca1f6632daeb095ec32e2b146dc73bfc1f8;p=releng.git diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml index 5b4c4b06f..5f0e677c8 100644 --- a/jjb/doctor/doctor.yaml +++ b/jjb/doctor/doctor.yaml @@ -21,9 +21,10 @@ disabled: false installer: - - 'apex' - - 'fuel' - - 'daisy' + - 'apex': + scenario: 'os-nosdn-nofeature-noha' + - 'fuel': + scenario: 'os-nosdn-nofeature-noha' arch: - 'x86_64' @@ -36,12 +37,6 @@ exclude: - installer: 'apex' arch: 'aarch64' - - installer: 'daisy' - arch: 'aarch64' - # disabling the following tests due to limitation of PoD owners - # these would beenabled again once the PoDs are ready - - installer: 'fuel' - arch: 'x86_64' jobs: - 'doctor-verify-{stream}' @@ -76,7 +71,7 @@ name: 'doctor-verify-sample' execution-type: PARALLEL projects: - - name: 'doctor-verify-fault_management-apex-sample-x86_64-{stream}' + - name: 'doctor-verify-all-apex-sample-x86_64-{stream}' predefined-parameters: | PROJECT=$PROJECT GERRIT_BRANCH=$GERRIT_BRANCH @@ -85,7 +80,7 @@ GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE kill-phase-on: FAILURE git-revision: true - - name: 'doctor-verify-fault_management-daisy-sample-x86_64-{stream}' + - name: 'doctor-verify-fault_management-fuel-sample-x86_64-{stream}' predefined-parameters: | PROJECT=$PROJECT GERRIT_BRANCH=$GERRIT_BRANCH @@ -95,10 +90,10 @@ kill-phase-on: FAILURE git-revision: true - multijob: - name: 'doctor-verify-congress' + name: 'doctor-verify-fenix' execution-type: PARALLEL projects: - - name: 'doctor-verify-fault_management-apex-congress-x86_64-{stream}' + - name: 'doctor-verify-maintenance-apex-sample-x86_64-{stream}' predefined-parameters: | PROJECT=$PROJECT GERRIT_BRANCH=$GERRIT_BRANCH @@ -108,10 +103,10 @@ kill-phase-on: FAILURE git-revision: true - multijob: - name: 'doctor-verify-sample-all' + name: 'doctor-verify-congress' execution-type: PARALLEL projects: - - name: 'doctor-verify-all-apex-sample-x86_64-{stream}' + - name: 'doctor-verify-fault_management-apex-congress-x86_64-{stream}' predefined-parameters: | PROJECT=$PROJECT GERRIT_BRANCH=$GERRIT_BRANCH @@ -120,10 +115,6 @@ GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE kill-phase-on: FAILURE git-revision: true - - multijob: - name: 'doctor-verify-congress-all' - execution-type: PARALLEL - # This would be for running all test cases with congress inspector - job-template: name: 'doctor-verify-fault_management-{installer}-{inspector}-{arch}-{stream}' @@ -141,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: @@ -152,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: @@ -165,7 +158,9 @@ - 'doctor-slave-parameter' - 'doctor-parameter': inspector: '{inspector}' + scenario: '{scenario}' test_case: 'maintenance' + admin_tool_type: 'fenix' scm: - git-scm-gerrit builders: @@ -176,7 +171,7 @@ - job-template: name: 'doctor-verify-all-{installer}-{inspector}-{arch}-{stream}' disabled: '{obj:disabled}' - node: 'nokia-pod1' + node: 'doctor-{installer}-{arch}' wrappers: - ssh-agent-wrapper - build-timeout: @@ -189,7 +184,9 @@ - 'doctor-slave-parameter' - 'doctor-parameter': inspector: '{inspector}' + scenario: '{scenario}' test_case: 'all' + admin_tool_type: 'sample' scm: - git-scm-gerrit builders: @@ -212,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' # -------------------------------