Enable shallow clone for git repos
[releng/builder.git] / jjb / integration / integration-macros.yaml
index 27878201fb0f729fb5547afc04a87275dda9d2a3..c4a629d7a922afad7402522ef581dbe25b55922a 100644 (file)
             branches:
                 - 'origin/{branch}'
             skip-tag: true
+            shallow-clone: true
             choosing-strategy: 'gerrit'
 
 # Macro: integration-distribution-scm
             branches:
                 - 'origin/{branch}'
             skip-tag: true
+            shallow-clone: true
 
 # Macro: integration-trigger-patch-submitted
 # Operation: this macro sets a trigger for patch submitted on a path pattern
             !include-raw:
                 - include-raw-integration-deploy-controller-run-test.sh
 
+# Macro: include-raw-integration-deploy-robot-testing
+# Operation: this macro only resolves suite path from testplan
+# Used by: {project}-openstack-{functionality}-daily-{openstack}-{odl} job templates
+
+- builder:
+    name: include-raw-integration-deploy-devstack-testing
+    builders:
+        - shell:
+            !include-raw:
+                - include-raw-integration-deploy-devstack-testing.sh
+
 # Macro: integration-deploy-controller
 # Operation: this macro prepares 3-node cluster controller
 # Used by: {project}-csit-3node-* job templates