X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-macros.yaml;h=398f7e108140333692e84dd84aef1f39e3f88986;hb=7b7da37cfe6e637880869a954692774d55145fb3;hp=268c9877a0acdc6234b27e7329936288a6bdba89;hpb=fcf1625b33c598f764eac0bcd21d98568683abab;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-macros.yaml b/jjb/cloud-infra/cloud-infra-macros.yaml index 268c9877..398f7e10 100644 --- a/jjb/cloud-infra/cloud-infra-macros.yaml +++ b/jjb/cloud-infra/cloud-infra-macros.yaml @@ -59,7 +59,7 @@ - inject: properties-file: "$WORKSPACE/change.properties" - description-setter: - description: "Installer: $INSTALLER_TYPE - Scenario: $DEPLOY_SCENARIO" + description: $PROVISIONER_TYPE | $INSTALLER_TYPE | $DEPLOY_SCENARIO - builder: name: 'cloud-infra-scenario-deploy-macro' @@ -77,4 +77,34 @@ - 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 + # vim: set ts=2 sw=2 expandtab: