Disable Lithium jobs
[releng/builder.git] / jjb / ovsdb / ovsdb-full-integration.yaml
index 79bcbfe64d053ab1029d5d44f65b90b5fd5497e2..0395c2e3dc885f1a4a5f8279971b33d05898faf1 100644 (file)
@@ -22,6 +22,7 @@
             jdks:
                 - openjdk8
         - stable-lithium:
+            disabled: true
             branch: 'stable/lithium'
             jdk: openjdk7
             jdks:
 
 - job-template:
     name: 'ovsdb-daily-full-integration-{stream}'
-
-    # Required Variables:
-    #     stream:    release stream (eg. stable-lithium or beryllium)
-    #     branch:    git branch (eg. stable/lithium or master)
+    disabled: {disabled}
+    node: centos7-docker-2c-4g
 
     project-type: freestyle
-    node: centos7-docker-2c-4g
     jdk: '{jdk}'
     description: 'Integration tests for the OVSDB project against different versions of OVS and branches. This job runs nightly. '
 
+    # Required Variables:
+    #     stream:    release stream (eg. stable-lithium or beryllium)
+    #     branch:    git branch (eg. stable/lithium or master)
+
     logrotate:
         daysToKeep: '{build-days-to-keep}'
         numToKeep: '{build-num-to-keep}'