add ccsdk-sli-northbound
[infra/cicd.git] / jjb / cloud-infra / engine-macros.yaml
index 9cc29956ffd5b977f09a277ef4d8a83aaae5f96c..76760728777dc77c293fd14b2a9ecf2763733501 100644 (file)
     builders:
       - shell:
           !include-raw: ./scripts/xtesting-healthcheck.sh
+
+- builder:
+    name: 'oom-build-installdeps-macro'
+    builders:
+      - shell:
+          !include-raw: ./scripts/oom-build-installdeps.sh
+
+- builder:
+    name: 'oom-build-wrapper-macro'
+    builders:
+      - shell:
+          !include-raw: ./scripts/oom-build-wrapper.sh
+
+- builder:
+    name: 'oom-upload-macro'
+    builders:
+      - shell:
+          !include-raw: ./scripts/oom-upload.sh
+
+# vim: set ts=2 sw=2 expandtab: