X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-macros.yaml;h=e250ca1cb1630fde9a79dfc668c0908597272919;hb=411bad54ec6a0d4e4ea546264678e86566421b0f;hp=fbf433481b6f13ae4522fb65d4b8c3b59bd37be8;hpb=7946a5c8faf3c0fb9ea5d4ff6944893efb9dbc00;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-macros.yaml b/jjb/cloud-infra/cloud-infra-macros.yaml index fbf43348..e250ca1c 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_TYPE - $DEPLOY_SCENARIO + description: $PROVISIONER_TYPE | $INSTALLER_TYPE | $DEPLOY_SCENARIO - builder: name: 'cloud-infra-scenario-deploy-macro' @@ -77,4 +77,40 @@ - 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: