Auto Update CSIT Jobs to run
[releng/builder.git] / jjb / releng-macros.yaml
index cf1f3a51375499c0005f7dd0e93b91a3a16b2c47..2575a3a84a7d318ff971eb5ef6cb9f57cc7a3704 100644 (file)
@@ -76,7 +76,8 @@
       - string:
           name: PATCHES_TO_BUILD
           default: ''
-          description: 'csv list of patches in project:changeset format to build distribution with'
+          description: |
+            Patches to add to distro in CSV project:changeset format (genius:32/53632/9,netvirt:59/50259/47)
 
 - parameter:
     name: run-test-parameter
           export PACKER_LOG_PATH="packer-build.log" && \
                       packer.io build -color=false -var-file=$CLOUDENV \
                        -var-file=../packer/vars/{platform}.json \
+                       -parallel=false \
                        ../packer/templates/{template}.json
 
 - builder:
               {mvn-opts}
           java-opts:
             - '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
-
-- builder:
-    name: distribution-check-deploy-distribution
-    # Deploy distribution-karaf zip to Nexus SNAPSHOT repo for testing.
-    # Arguments:
-    #   {settings-file} to use for opendaylight-snapshot credentials
-    builders:
-      - inject:
-          properties-content: BUNDLE_POM={dist-pom}
-      - shell: !include-raw-escape: deploy-distribution-get-vars.sh
-      - inject:
-          properties-file: deploy-distribution.env
-      - config-file-provider:
-          files:
-            - file-id: odl-global-settings
-              variable: GLOBAL_SETTINGS_FILE
-            - file-id: integration-settings
-              variable: SETTINGS_FILE
-      - shell: !include-raw-escape: deploy-distribution.sh
-      # Re-inject BUNDLE_URL so that downstream projects can use it.
-      - inject:
-          properties-file: deploy-distribution.env