Add periodic csit job for performance testing BGP
[releng/builder.git] / jjb / integration / integration-macros.yaml
index 4fa342c7016d924d0cd41788812dea77c9c3c6dc..46f7cba83876cd0f98fce64006e2338857815b63 100644 (file)
     wrappers:
       - jclouds:
           instances:
-            - rk-c-el6-java:
+            - rk-c7-java:
                 cloud-name: 'Rackspace DFW - Integration Dynamic Lab'
                 count: '{controller-vms}'
                 stop-on-terminate: False
         - shell:
             !include-raw include-raw-integration-get-bundle-url.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 #
 ##############