X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdoctor%2Fdoctor.yaml;h=1b86a3a67b8f47c72f954f3bae191ee2339110ba;hb=e8ce5a2409aaca6096bea94ccb40ae2ab5c1351e;hp=c79210e15b73f5e7feb8f32499206bf57b61a2d6;hpb=9771991526c6d7fa10058205929895d2c70bb164;p=releng.git diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml index c79210e15..1b86a3a67 100644 --- a/jjb/doctor/doctor.yaml +++ b/jjb/doctor/doctor.yaml @@ -6,23 +6,19 @@ project-name: '{name}' project-pattern: '{project}' - rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-doctor/47214/' - rtd-token: '13264f62c1a044e39e9aed22a0dc1853d5a0b196' - stream: - master: branch: '{stream}' gs-pathname: '' disabled: false - - fraser: &fraser + - hunter: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false installer: - - 'apex' - - 'fuel' - - 'daisy' + - 'fuel': + scenario: 'os-nosdn-nofeature-noha' arch: - 'x86_64' @@ -32,22 +28,11 @@ - 'sample' - 'congress' - 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}' - 'doctor-verify-fault_management-{installer}-{inspector}-{arch}-{stream}' - 'doctor-verify-maintenance-{installer}-{inspector}-{arch}-{stream}' - 'doctor-verify-all-{installer}-{inspector}-{arch}-{stream}' - - '{project-name}-rtd-jobs' - job-template: name: 'doctor-verify-{stream}' @@ -68,15 +53,15 @@ builders: - shell: | - #!/bin/bash - # we do nothing here as the main stuff will be done - # in phase jobs - echo "Triggering phase jobs!" + #!/bin/bash + # we do nothing here as the main stuff will be done + # in phase jobs + echo "Triggering phase jobs!" - multijob: - name: 'doctor-verify-sample' + name: 'doctor-verify-fuel' execution-type: PARALLEL projects: - - name: 'doctor-verify-fault_management-apex-sample-x86_64-{stream}' + - name: 'doctor-verify-fault_management-fuel-sample-x86_64-{stream}' predefined-parameters: | PROJECT=$PROJECT GERRIT_BRANCH=$GERRIT_BRANCH @@ -85,7 +70,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-maintenance-fuel-sample-x86_64-{stream}' predefined-parameters: | PROJECT=$PROJECT GERRIT_BRANCH=$GERRIT_BRANCH @@ -94,41 +79,11 @@ GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE kill-phase-on: FAILURE git-revision: true - - 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 - projects: - - name: 'doctor-verify-fault_management-apex-congress-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-sample-all' - execution-type: PARALLEL - # This would be for running all test cases with sample inspector - - 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}' disabled: '{obj:disabled}' - node: 'doctor-{installer}-{arch}' + node: 'zte-virtual4' wrappers: - ssh-agent-wrapper - build-timeout: @@ -141,7 +96,10 @@ - 'doctor-slave-parameter' - 'doctor-parameter': inspector: '{inspector}' + scenario: '{scenario}' test_case: 'fault_management' + admin_tool_type: 'fenix' + app_manager_type: 'vnfm' scm: - git-scm-gerrit builders: @@ -165,7 +123,10 @@ - 'doctor-slave-parameter' - 'doctor-parameter': inspector: '{inspector}' + scenario: '{scenario}' test_case: 'maintenance' + admin_tool_type: 'fenix' + app_manager_type: 'vnfm' scm: - git-scm-gerrit builders: @@ -176,7 +137,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 +150,10 @@ - 'doctor-slave-parameter' - 'doctor-parameter': inspector: '{inspector}' + scenario: '{scenario}' test_case: 'all' + admin_tool_type: 'fenix' + app_manager_type: 'vnfm' scm: - git-scm-gerrit builders: @@ -212,7 +176,18 @@ 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' + - string: + name: APP_MANAGER_TYPE + default: '{app_manager_type}' + description: 'app_manager_type: sample, vnfm' # ------------------------------- # builder macros @@ -222,21 +197,22 @@ name: 'doctor-verify-installer-inspector-builders-macro' builders: # yamllint disable rule:indentation - - shell: - !include-raw: - - ./doctor-env-presetup.sh - - ../../utils/fetch_os_creds.sh + - shell: !include-raw: + - ./doctor-env-presetup.sh + - ../../utils/fetch_os_creds.sh - shell: | + #!/bin/bash + # prepare the env for test - source $HOME/opnfv-openrc.sh + . $HOME/opnfv-openrc.sh if [ -f $HOME/os_cacert ]; then export OS_CACERT=$HOME/os_cacert fi - source $HOME/opnfv-installer.sh + . $HOME/opnfv-installer.sh # run tox to trigger the test # As Jenkins user, it has no permission to send ICMP package - sudo -E tox -e py34 + sudo -E tox -e py36 # -------------------------------