Disable Lithium jobs
[releng/builder.git] / jjb / integration / integration-test-jobs.yaml
index 9655f5d3aef7a89def3820e63f57790332f4e017..1d874ea17fede286bae39444b1e4973a213845f2 100644 (file)
@@ -1,19 +1,75 @@
 - project:
     name: integration-test
     jobs:
-        - '{name}-verify-python-{stream}'
+        - '{project-name}-verify-python-{stream}'
         - 'integration-csit-verify-1node-library'
         - 'integration-distribution-test-{stream}'
         - 'integration-patch-test-{stream}'
         - 'integration-multipatch-test-{stream}'
 
     project: integration/test
+    project-name: integration-test
 
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
             jdk: 'openjdk8'
             jre: 'openjdk8'
+            csit-list: >
+                integration-distribution-deploy-{stream},
+                integration-distribution-offline-{stream},
+                l2switch-csit-1node-switch-only-{stream},
+                l2switch-csit-1node-switch-all-{stream},
+                l2switch-csit-1node-scalability-only-{stream},
+                l2switch-csit-1node-scalability-all-{stream},
+                lispflowmapping-csit-1node-msmr-only-{stream},
+                lispflowmapping-csit-1node-msmr-all-{stream},
+                nemo-csit-1node-engine-all-{stream},
+                nemo-csit-1node-engine-only-{stream},
+                netvirt-csit-1node-openstack-basic-only-{stream},
+                netvirt-csit-1node-openstack-basic-all-{stream},
+                netvirt-csit-3node-clustering-only-{stream},
+                ocpplugin-csit-1node-get-only-{stream},
+                ocpplugin-csit-1node-get-all-{stream},
+                ocpplugin-csit-1node-scalability-only-{stream},
+                ocpplugin-csit-1node-scalability-all-{stream},
+                openflowplugin-csit-1node-flow-services-only-{stream},
+                openflowplugin-csit-1node-flow-services-helium-redesign-only-{stream},
+                openflowplugin-csit-1node-flow-services-all-{stream},
+                openflowplugin-csit-1node-scalability-only-{stream},
+                openflowplugin-csit-1node-scalability-helium-redesign-only-{stream},
+                openflowplugin-csit-1node-cbench-performance-only-{stream},
+                openflowplugin-csit-1node-cbench-performance-helium-redesign-only-{stream},
+                openflowplugin-csit-1node-config-performance-only-{stream},
+                openflowplugin-csit-1node-config-performance-helium-redesign-only-{stream},
+                ovsdb-csit-1node-southbound-all-{stream},
+                ovsdb-csit-1node-southbound-only-{stream},
+                packetcable-csit-1node-pcmm-only-{stream},
+                packetcable-csit-1node-pcmm-all-{stream},
+                sxp-csit-1node-basic-only-{stream},
+                sxp-csit-1node-filtering-all-{stream},
+                sxp-csit-1node-topology-only-{stream},
+                sxp-csit-1node-topology-all-{stream},
+                topoprocessing-csit-1node-topology-operations-all-{stream},
+                topoprocessing-csit-1node-topology-operations-only-{stream},
+                tsdr-csit-1node-cassandra-datastore-only-{stream},
+                tsdr-csit-1node-hbase-datastore-only-{stream},
+                tsdr-csit-1node-hsqldb-datastore-only-{stream},
+                tsdr-csit-1node-cassandra-datastore-all-{stream},
+                tsdr-csit-1node-hbase-datastore-all-{stream},
+                tsdr-csit-1node-hsqldb-datastore-all-{stream},
+                usc-csit-1node-channel-only-{stream},
+                usc-csit-1node-channel-all-{stream},
+                usc-csit-1node-tcp-only-{stream},
+                usc-csit-1node-tcp-all-{stream},
+                vtn-csit-1node-manager-only-{stream},
+                vtn-csit-1node-manager-all-{stream},
+                vtn-csit-1node-coordinator-only-{stream}
+
+        - boron:
+            branch: 'stable/boron'
+            jdk: 'openjdk8'
+            jre: 'openjdk8'
             csit-list: >
                 integration-distribution-deploy-{stream},
                 integration-distribution-offline-{stream},
                 usc-csit-1node-tcp-only-{stream},
                 usc-csit-1node-tcp-all-{stream},
                 vtn-csit-1node-manager-only-{stream},
+                vtn-csit-1node-manager-all-{stream},
                 vtn-csit-1node-coordinator-only-{stream}
 
         - beryllium:
                 vtn-csit-1node-coordinator-only-{stream}
 
         - stable-lithium:
+            disabled: true
             branch: 'stable/lithium'
             jdk: 'openjdk7'
             jre: 'openjdk7'
 
 - job-template:
     name: 'integration-csit-verify-1node-library'
+    disabled: {disabled}
+    node: centos7-robot-2c-2g
 
     project-type: freestyle
-    node: dynamic_robot
 
     logrotate:
         daysToKeep: '{build-days-to-keep}'
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
     parameters:
-        - project-parameter:
+        - opendaylight-infra-parameters:
             project: 'integration/test'
+            branch: '{branch}'
+            refspec: 'refs/heads/{branch}'
+            artifacts: '{archive-artifacts}'
         - integration-branch:
             branch: 'stable/beryllium'
         - integration-distribution-stream:
     wrappers:
         - opendaylight-infra-wrappers:
             build-timeout: '{build-timeout}'
-        - integration-openstack-controller-mininet:
+        - integration-jclouds-controller-mininet:
             controller-image: '{controller-image}'
             controller-vms: 1
             mininet-image: '{mininet-image}'
 
 - job-template:
     name: 'integration-distribution-test-{stream}'
+    disabled: {disabled}
+    node: centos7-java-builder-2c-8g
 
     project-type: freestyle
-    node: dynamic_verify
 
     logrotate:
         daysToKeep: '{build-days-to-keep}'
 
 - job-template:
     name: 'integration-patch-test-{stream}'
+    disabled: {disabled}
+    node: centos7-java-builder-2c-8g
 
     project-type: maven
-    node: dynamic_verify
     jdk: '{jdk}'
 
     logrotate:
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
     parameters:
-        - gerrit-parameters:
+        - opendaylight-infra-parameters:
             project: '$GERRIT_PROJECT'
             branch: '{branch}'
             refspec: '$GERRIT_REFSPEC'
-        - project-parameter:
-            project: '$GERRIT_PROJECT'
+            artifacts: '{archive-artifacts} **/dependency_tree.txt'
         - integration-branch:
             branch: '{branch}'
         - integration-distribution-git-url
         - maven-target:
             maven-version: '{mvn33}'
             pom: '$GERRIT_PROJECT/pom.xml'
-            goals: 'clean install -V -B -Djenkins -DskipTests -Dcheckstyle.skip=true -Dmaven.javadoc.skip=true -Dmaven.site.skip=true -DgenerateReports=false -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dstream={stream}'
+            goals: 'clean install dependency:tree -DoutputFile=dependency_tree.txt -V -B -Pq -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dstream={stream}'
             java-opts:
                 - '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
             settings: 'integration-settings'
     maven:
         maven-name: '{mvn33}'
         root-pom: 'distribution/pom.xml'
-        goals: 'clean install -V -B -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
+        goals: 'clean install dependency:tree -DoutputFile=dependency_tree.txt -V -B -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
         maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
         settings: 'integration-settings'
         settings-type: cfp
                   BUNDLEURL=$BUNDLEURL
 
     publishers:
+        - archive-build:
+            maven-version: '{mvn33}'
         - email-notification:
             email-prefix: '[$GERRIT_PROJECT]'
 
 
 - job-template:
     name: 'integration-multipatch-test-{stream}'
+    disabled: {disabled}
+    node: centos7-java-builder-8c-8g
 
     project-type: maven
-    node: dynamic_verify_8c
     jdk: '{jdk}'
 
     logrotate:
             patches_to_build: '$PATCHES_TO_BUILD'
         - integration-branch:
             branch: '{branch}'
-
-    wrappers:
-        - opendaylight-infra-wrappers:
-            build-timeout: '{build-timeout}'
+        - opendaylight-infra-parameters:
+            project: 'integration/distribution'
+            branch: '{branch}'
+            refspec: 'refs/heads/{branch}'
+            artifacts: '{archive-artifacts} **/dependency_tree.txt'
 
     prebuilders:
         - wipe-org-opendaylight-repo
             global-settings-file: 'odl-global-settings'
             settings-file: 'yangtools-settings'
 
+    wrappers:
+        - opendaylight-infra-wrappers:
+            build-timeout: '1200'
+
     maven:
         maven-name: '{mvn33}'
         root-pom: 'patch_tester/pom.xml'
         # TODO: Make Maven options configurable. Currently tests are not skipped, everything else is.
-        goals: 'clean install -f patch_tester/pom.xml -V -B -Djenkins -Dcheckstyle.skip=true -Dmaven.javadoc.skip=true -Dmaven.site.skip=true -DgenerateReports=false -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dstream={stream}'
+        goals: 'clean install dependency:tree -DoutputFile=dependency_tree.txt -f patch_tester/pom.xml -V -B -Pq -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dstream={stream}'
         maven-opts: '-Xmx7168m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
         settings: 'yangtools-settings'
         settings-type: cfp
                   BUNDLEURL=$BUNDLEURL
 
     publishers:
+        - archive-build:
+            maven-version: '{mvn33}'
         - email-notification:
-            email-prefix: '[integration]'
+            email-prefix: '[int/dist]'