X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-macros.yaml;h=499c41aebec0a70680155dd7e7c6d977e7a6d172;hb=refs%2Fchanges%2F49%2F949%2F6;hp=d5df7fc3b3c763478d2a35c25e1520b854c43bfc;hpb=c38e42e3558909c93d35612edbf1d324238a7a25;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-macros.yaml b/jjb/cloud-infra/cloud-infra-macros.yaml index d5df7fc3..499c41ae 100644 --- a/jjb/cloud-infra/cloud-infra-macros.yaml +++ b/jjb/cloud-infra/cloud-infra-macros.yaml @@ -31,7 +31,7 @@ name: 'cloud-infra-functest-macro' builders: - shell: - !include-raw: ./prepare-for-test.sh + !include-raw: ./prepare-for-testfw-verify.sh - shell: !include-raw: ./cloud-infra-test.sh @@ -39,7 +39,7 @@ name: 'cloud-infra-yardstick-macro' builders: - shell: - !include-raw: ./prepare-for-test.sh + !include-raw: ./prepare-for-testfw-verify.sh - shell: !include-raw: ./cloud-infra-test.sh @@ -49,4 +49,17 @@ - shell: !include-raw: ./cloud-infra-test.sh +- builder: + name: 'cloud-infra-scenario-deploy-macro' + builders: + - shell: + !include-raw: ./wait-for-pkg-manager.sh + - shell: + !include-raw: ./cloud-infra-scenario-deploy.sh + +- builder: + name: 'cloud-infra-scenario-functest-macro' + builders: + - shell: + !include-raw: ./cloud-infra-scenario-test.sh # vim: set ts=2 sw=2 expandtab: