X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-verify-engine.yaml;h=61a6eacc4924a700f2f02ee770fd30fe535bf574;hb=d48647dcfa5724ec1ebdb4b883580e3f3ad48215;hp=c3b2a5543f9258a2d2202e01b548a36a6eb60766;hpb=d7f06a87e8acd65a53b33130fc0c4d1e8788ecfc;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-verify-engine.yaml b/jjb/cloud-infra/cloud-infra-verify-engine.yaml index c3b2a554..61a6eacc 100644 --- a/jjb/cloud-infra/cloud-infra-verify-engine.yaml +++ b/jjb/cloud-infra/cloud-infra-verify-engine.yaml @@ -71,11 +71,11 @@ phase: - deploy - - test + - functest jobs: - 'cloud-infra-verify-engine-{os}-{type}-{stream}' - - 'cloud-infra-verify-{os}-{phase}-{type}-{stream}' + - 'cloud-infra-verify-engine-{os}-{phase}-{type}-{stream}' - job-template: name: 'cloud-infra-verify-engine-{os}-{type}-{stream}' @@ -93,12 +93,16 @@ - nordix-gerrit-parameters - label: name: SLAVE_LABEL - default: 'vpod-deploy-{os}' + default: 'vpod-deploy-city' description: 'Slave label to schedule this job on. All slaves have Ubuntu1604 no matter what distro target nodes use' - string: name: DISTRIBUTION default: '{distribution}' description: 'Distribution to use for configuring target nodes (networking etc.)' + - string: + name: DEPLOY_TYPE + default: '{type}' + description: 'Type of the deployment' - string: name: USE_PREBUILT_DEPLOYMENT_IMAGE default: 'true' @@ -115,6 +119,14 @@ name: DIB_OS_ELEMENT default: '{dib_os_element}' description: 'DIB OS Element to use for building the deployment image to provision target nodes with' + - string: + name: DEPLOY_SCENARIO + default: 'k8-calico-nofeature' + description: 'Scenario to deploy and test' + - string: + name: TEST_SUITE + default: 'healthcheck' + description: 'Test suite to run' - string: name: CLEANUP default: 'true' @@ -126,6 +138,8 @@ use-build-blocker: true blocking-jobs: - 'cloud-infra-verify-engine-{os}-.*' + - 'cloud-infra-verify-scenario-{os}-.*' + - 'cloud-infra-periodic-engine-{os}-.*' - 'cloud-infra-os-.*' - 'cloud-infra-k8-.*' block-level: 'NODE' @@ -138,8 +152,6 @@ - build-timeout: timeout: 120 - fix-workspace-permissions - - openstack: - single-use: True scm: - git-scm-gerrit: @@ -158,14 +170,16 @@ name: deploy condition: SUCCESSFUL projects: - - name: 'cloud-infra-verify-{os}-deploy-{type}-{stream}' + - name: 'cloud-infra-verify-engine-{os}-deploy-{type}-{stream}' current-parameters: true predefined-parameters: | DISTRIBUTION=$DISTRIBUTION + DEPLOY_TYPE=$DEPLOY_TYPE USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT DIB_OS_RELEASE=$DIB_OS_RELEASE DIB_OS_ELEMENT=$DIB_OS_ELEMENT + DEPLOY_SCENARIO=$DEPLOY_SCENARIO CLEANUP=$CLEANUP GERRIT_PROJECT=$GERRIT_PROJECT GERRIT_BRANCH=$GERRIT_BRANCH @@ -176,17 +190,20 @@ kill-phase-on: FAILURE abort-all-job: true - multijob: - name: test + name: functest condition: SUCCESSFUL projects: - - name: 'cloud-infra-verify-{os}-test-{type}-{stream}' + - name: 'cloud-infra-verify-engine-{os}-functest-{type}-{stream}' current-parameters: true predefined-parameters: | DISTRIBUTION=$DISTRIBUTION + DEPLOY_TYPE=$DEPLOY_TYPE USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE IPA_DIB_OS_ELEMENT=$IPA_DIB_OS_ELEMENT DIB_OS_RELEASE=$DIB_OS_RELEASE DIB_OS_ELEMENT=$DIB_OS_ELEMENT + DEPLOY_SCENARIO=$DEPLOY_SCENARIO + TEST_SUITE=$TEST_SUITE CLEANUP=$CLEANUP GERRIT_PROJECT=$GERRIT_PROJECT GERRIT_BRANCH=$GERRIT_BRANCH @@ -194,11 +211,11 @@ GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE node-parameters: true - kill-phase-on: test + kill-phase-on: FAILURE abort-all-job: true - job-template: - name: 'cloud-infra-verify-{os}-{phase}-{type}-{stream}' + name: 'cloud-infra-verify-engine-{os}-{phase}-{type}-{stream}' disabled: false @@ -215,6 +232,10 @@ name: DISTRIBUTION default: 'ubuntu18' description: 'Distribution to use for configuring target nodes (networking etc.). Overriden by upstream job.' + - string: + name: DEPLOY_TYPE + default: 'virtual' + description: 'Type of the deployment. Overriden by upstream job.' - string: name: USE_PREBUILT_DEPLOYMENT_IMAGE default: 'false' @@ -231,6 +252,22 @@ name: DIB_OS_ELEMENT default: 'ubuntu-minimal' description: 'DIB OS Element to use for building the deployment image to provision target nodes with. Overriden by upstream job.' + - string: + name: DEPLOY_SCENARIO + default: 'k8-calico-nofeature' + description: 'Scenario to deploy and test' + - string: + name: TEST_FW + default: '{phase}' + description: 'Test framework to use' + - string: + name: TEST_SUITE + default: 'healthcheck' + description: 'Test suite to run' + - string: + name: TEST_REPO_URL + default: 'https://gerrit.nordix.org/infra/test.git' + description: 'URL to Nordix Cloud Infra test repository' - string: name: CLEANUP default: 'false' @@ -247,24 +284,6 @@ refspec: $GERRIT_REFSPEC builders: - - 'cloud-infra-verify-{phase}-macro' - -# ------------------------------- -# builder macros -# ------------------------------- - -- builder: - name: 'cloud-infra-verify-deploy-macro' - builders: - - shell: - !include-raw: ./wait-for-pkg-manager.sh - - shell: - !include-raw: ./cloud-infra-deploy.sh - -- builder: - name: 'cloud-infra-verify-test-macro' - builders: - - shell: - !include-raw: ./cloud-infra-test.sh + - 'cloud-infra-{phase}-macro' # vim: set ts=2 sw=2 expandtab: