Gather macros used by jobs in same file
[infra/cicd.git] / jjb / cloud-infra / cloud-infra-periodic-engine.yaml
index 9565febda867c02b6bb7519a45a29fff52768309..253cc862162b4a3eec8f6556d28187a6b6abe1f9 100644 (file)
           refspec: ''
 
     builders:
-      - 'cloud-infra-periodic-test-macro'
-
-# -------------------------------
-# builder macros
-# -------------------------------
-
-- builder:
-    name: 'cloud-infra-periodic-deploy-macro'
-    builders:
-      - shell:
-          !include-raw: ./wait-for-pkg-manager.sh
-      - shell:
-          !include-raw: ./cloud-infra-deploy.sh
-
-- builder:
-    name: 'cloud-infra-periodic-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: