Revert "Enable shallow clone for git repos"
[releng/builder.git] / jjb / integration / integration-macros.yaml
index 496db36580b67e2093279ef94d95365fca8f7e80..c180baec8404b57993a1ffa2835ac3d6886bee8a 100644 (file)
             default: '{stream}'
             description: 'Distribution stream string, for suites to know which behavior to expect'
 
+- parameter:
+    name: integration-stream-test-plan
+    parameters:
+        - string:
+            name: STREAMTESTPLAN
+            default: '{stream-test-plan}'
+            description: 'Stream-specific test plan we will run'
+
 - parameter:
     name: integration-test-plan
     parameters:
         - string:
             name: TESTPLAN
             default: '{test-plan}'
-            description: 'Test plan we will run'
+            description: 'General test plan we will run unless stream-specific one is found'
 
 - parameter:
     name: integration-test-options
             !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