Disable all Oxygen Jobs to save infra resources
[releng/builder.git] / jjb / ovsdb / ovsdb-full-integration.yaml
index e110e35a979ee06687a1e8181c998c660d895676..4bc2181f1ca58c1449c9be8772cf1a86ee32bca9 100644 (file)
@@ -5,12 +5,15 @@
       - 'ovsdb-daily-full-integration-{stream}'
 
     stream:
-      - neon:
+      - sodium:
           branch: 'master'
+      - neon:
+          branch: 'stable/neon'
       - fluorine:
           branch: 'stable/fluorine'
       - oxygen:
           branch: 'stable/oxygen'
+          disable-job: true
 
     project: 'ovsdb'
     archive-artifacts: '*.log'
 - job-template:
     name: 'ovsdb-daily-full-integration-{stream}'
 
+    disable-job: false
+
     project-type: freestyle
     node: centos7-docker-1c-4g
     jdk: '{java-version}'
     description: >
         Integration tests for the OVSDB project against different versions of
         OVS and branches. This job runs nightly.
+    disabled: '{disable-job}'
 
     properties:
       - opendaylight-infra-properties:
           maven-version: 'mvn33'
           stream: '{stream}'
           OVS_VERSION: '2.5.0'
-      - jacoco-nojava-workaround
+      - lf-jacoco-nojava-workaround
 
     publishers:
       - email-notification: