Add more details for phases in onap-oom-nofeature job
[infra/cicd.git] / jjb / cloud-infra / onap-macros.yaml
index 85b5addb3a2a7fd0cb457aeec1615175f95a25ba..d1e789444b47abd5b3a291bd7e26ae7e6920fe51 100644 (file)
 - builder:
     name: 'oom-healthcheck-macro'
     builders:
-      - shell:
-          !include-raw: ./prepare-for-xtesting.sh
       - shell:
           !include-raw: ./oom-healthcheck.sh
 
 - builder:
     name: 'onap-healthcheck-macro'
     builders:
-      - shell:
-          !include-raw: ./prepare-for-xtesting.sh
       - shell:
           !include-raw: ./onap-healthcheck.sh
 
       - shell:
           !include-raw: ./promote-onap.sh
 
+- builder:
+    name: 'delete-stack-macro'
+    builders:
+      - shell:
+          !include-raw: ./delete-stack.sh
+
 # vim: set ts=2 sw=2 expandtab: