X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-periodic-engine.yaml;h=9565febda867c02b6bb7519a45a29fff52768309;hb=429341c4940e4294de7076d8f01f42efa0990856;hp=64a2d0de56095f7960905a056a4d031d702a1c5f;hpb=514c5be00b27f2fe2d7657844adb9207d3166968;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-periodic-engine.yaml b/jjb/cloud-infra/cloud-infra-periodic-engine.yaml index 64a2d0de5..9565febda 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-engine.yaml +++ b/jjb/cloud-infra/cloud-infra-periodic-engine.yaml @@ -64,7 +64,8 @@ phase: - deploy - - test + - functest + - yardstick jobs: - 'cloud-infra-periodic-engine-{os}-{type}-{stream}' @@ -108,6 +109,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' @@ -157,27 +166,40 @@ 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 git-revision: true node-parameters: true kill-phase-on: FAILURE abort-all-job: true - multijob: - name: test - condition: SUCCESSFUL + name: functest + condition: ALWAYS projects: - - name: 'cloud-infra-periodic-{os}-test-{type}-{stream}' + - name: 'cloud-infra-periodic-{os}-functest-{type}-{stream}' current-parameters: true predefined-parameters: | DISTRIBUTION=$DISTRIBUTION - 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 node-parameters: true - kill-phase-on: test - abort-all-job: true + kill-phase-on: NEVER + abort-all-job: false + - multijob: + name: yardstick + condition: ALWAYS + projects: + - name: 'cloud-infra-periodic-{os}-yardstick-{type}-{stream}' + current-parameters: true + predefined-parameters: | + DISTRIBUTION=$DISTRIBUTION + DEPLOY_SCENARIO=$DEPLOY_SCENARIO + TEST_SUITE=$TEST_SUITE + CLEANUP=$CLEANUP + node-parameters: true + kill-phase-on: NEVER + abort-all-job: false - job-template: name: 'cloud-infra-periodic-{os}-{phase}-{type}-{stream}' @@ -213,6 +235,18 @@ 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' @@ -233,7 +267,7 @@ refspec: '' builders: - - 'cloud-infra-periodic-{phase}-macro' + - 'cloud-infra-periodic-test-macro' # ------------------------------- # builder macros