X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-macros.yaml;h=fbf433481b6f13ae4522fb65d4b8c3b59bd37be8;hb=refs%2Fchanges%2F34%2F1134%2F2;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..fbf43348 100644 --- a/jjb/cloud-infra/cloud-infra-macros.yaml +++ b/jjb/cloud-infra/cloud-infra-macros.yaml @@ -50,16 +50,31 @@ !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: $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 + # vim: set ts=2 sw=2 expandtab: