Merge "Add stable/lithium and verify in the OpenFlow cluster test"
[releng/builder.git] / jjb / integration / integration-macros.yaml
index cd2c83ff5f2f67297fc87207c3c5aa2f5fcc47bf..78d3b0561288be4075e8174c2655584e6f1534bd 100644 (file)
             !include-raw include-raw-integration-deploy-controller-offline.sh
 
 # Macro: integration-get-bundle-url
-# Operation: this macro gets the distribution bundle URL
+# Operation: this macro gets the job generated distribution URL from distribution pom.xml
 # Used by: integration-patch-test-{stream} job template
 
 - builder:
         - shell:
             !include-raw include-raw-integration-get-bundle-url.sh
 
+# Macro: integration-get-bundle-url-root
+# Operation: this macro gets the job generated distribution URL from root pom.xml
+# Used by: integration-distribution-verify-{stream} job template
+
+- builder:
+    name: integration-get-bundle-url-root
+    builders:
+        - shell:
+            !include-raw include-raw-integration-get-bundle-url-root.sh
+
+# Macro: integration-install-robotframework
+# Operation: Installs robotframework using pip to a virtualenv
+# Used by: {project}-csit-* job templates
+
+- builder:
+    name: integration-install-robotframework
+    builders:
+        - shell:
+            !include-raw include-raw-integration-install-robotframework.sh
+
+# Macro: integration-cleanup-tmp
+# Operation: Cleans up temporary files created by build
+# Used by: {project}-csit-* job templates
+
+- builder:
+    name: integration-cleanup-tmp
+    builders:
+        - shell:
+            !include-raw include-raw-integration-cleanup-tmp.sh
+
+
 ##############
 # Publishers #
 ##############