X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-macros.yaml;h=e250ca1cb1630fde9a79dfc668c0908597272919;hb=71a220a8f4731783c2ce91bc1db78b8ed8269a5d;hp=499c41aebec0a70680155dd7e7c6d977e7a6d172;hpb=d48647dcfa5724ec1ebdb4b883580e3f3ad48215;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-macros.yaml b/jjb/cloud-infra/cloud-infra-macros.yaml index 499c41ae..e250ca1c 100644 --- a/jjb/cloud-infra/cloud-infra-macros.yaml +++ b/jjb/cloud-infra/cloud-infra-macros.yaml @@ -50,16 +50,67 @@ !include-raw: ./cloud-infra-test.sh - builder: - name: 'cloud-infra-scenario-deploy-macro' + name: 'cloud-infra-determine-scenario-macro' builders: - shell: !include-raw: ./wait-for-pkg-manager.sh + - shell: + !include-raw: ./determine-scenario.sh + - inject: + properties-file: "$WORKSPACE/change.properties" + - description-setter: + description: $PROVISIONER_TYPE | $INSTALLER_TYPE | $DEPLOY_SCENARIO + +- builder: + name: 'cloud-infra-scenario-deploy-macro' + builders: + - shell: + !include-raw: ./prepare-for-scenario-deploy.sh - shell: !include-raw: ./cloud-infra-scenario-deploy.sh - builder: name: 'cloud-infra-scenario-functest-macro' builders: + - shell: + !include-raw: ./prepare-for-scenario-test.sh - shell: !include-raw: ./cloud-infra-scenario-test.sh + +- builder: + name: 'scenario-deploy-macro' + builders: + - shell: + !include-raw: ./wait-for-pkg-manager.sh + - shell: + !include-raw: ./scenario-deploy.sh + +- builder: + name: 'scenario-functest-macro' + builders: + - shell: + !include-raw: ./prepare-for-testfw-verify.sh + - shell: + !include-raw: ./scenario-functest.sh + +- builder: + name: 'scenario-yardstick-macro' + builders: + - shell: + !include-raw: ./prepare-for-testfw-verify.sh + - shell: + !include-raw: ./scenario-yardstick.sh + +- builder: + name: 'scenario-promote-macro' + builders: + - shell: + !include-raw: ./scenario-promote.sh + +- builder: + name: 'cloud-infra-lint-macro' + builders: + - shell: + !include-raw: ./scripts/cloud-infra-lint.sh + # vim: set ts=2 sw=2 expandtab: