Gather macros used by jobs in same file
[infra/cicd.git] / jjb / cloud-infra / cloud-infra-verify-engine.yaml
index cf0fcbbd9c1c65c991215291e72a2418245408d3..ff36fae1a93055af281f298954e842fa0a68bebe 100644 (file)
           refspec: $GERRIT_REFSPEC
 
     builders:
-      - 'cloud-infra-verify-test-macro'
-
-# -------------------------------
-# builder macros
-# -------------------------------
-
-- builder:
-    name: 'cloud-infra-verify-deploy-macro'
-    builders:
-      - shell:
-          !include-raw: ./wait-for-pkg-manager.sh
-      - shell:
-          !include-raw: ./cloud-infra-deploy.sh
-
-- builder:
-    name: 'cloud-infra-verify-test-macro'
-    builders:
-      - shell:
-          !include-raw: ./prepare-for-test.sh
-      - shell:
-          !include-raw: ./cloud-infra-test.sh
+      - 'cloud-infra-{phase}-macro'
 
 # vim: set ts=2 sw=2 expandtab: