From: Vratko Polak Date: Thu, 18 Aug 2016 15:07:29 +0000 (+0200) Subject: Disable Lithium jobs X-Git-Tag: release/boron~73^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=c6dd8be243134ba5a87db1a2eb96b90452608f3d;p=releng%2Fbuilder.git Disable Lithium jobs + Every template now passes {disabled} flag. + Default value is false, specified in releng-defaults.yaml + For stream stable-lithium, 'disabled: true' is the first item. + Within a template, usual order is: name, disabled, node, (blank), project-type, ... + Fixed streams in bgpcep-csit-bgp-ingest-mixed. + File vbd.cfg deleted. Change-Id: I477f5a59d327c95920efff7772c1f16eef0141a9 Signed-off-by: Vratko Polak --- diff --git a/jjb/aaa/aaa-csit-authn.yaml b/jjb/aaa/aaa-csit-authn.yaml index 2870b2401..12ec27ff2 100644 --- a/jjb/aaa/aaa-csit-authn.yaml +++ b/jjb/aaa/aaa-csit-authn.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/aaa/aaa-csit-idmlite.yaml b/jjb/aaa/aaa-csit-idmlite.yaml index 3558d90de..b2674de34 100644 --- a/jjb/aaa/aaa-csit-idmlite.yaml +++ b/jjb/aaa/aaa-csit-idmlite.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/aaa/aaa.yaml b/jjb/aaa/aaa.yaml index 5de7c8226..cb7f8fdf1 100644 --- a/jjb/aaa/aaa.yaml +++ b/jjb/aaa/aaa.yaml @@ -119,6 +119,7 @@ # branch: git branch (eg. stable/lithium or master) stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True diff --git a/jjb/alto/alto-csit-setup.yaml b/jjb/alto/alto-csit-setup.yaml index acb999d8a..623f720f6 100644 --- a/jjb/alto/alto-csit-setup.yaml +++ b/jjb/alto/alto-csit-setup.yaml @@ -21,6 +21,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/alto/alto.yaml b/jjb/alto/alto.yaml index c1a7286d9..663b0c431 100644 --- a/jjb/alto/alto.yaml +++ b/jjb/alto/alto.yaml @@ -120,6 +120,7 @@ # branch: git branch (eg. stable/lithium or master) stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True diff --git a/jjb/autorelease/autorelease-projects.yaml b/jjb/autorelease/autorelease-projects.yaml index 6cb0043eb..d68d4dbb0 100644 --- a/jjb/autorelease/autorelease-projects.yaml +++ b/jjb/autorelease/autorelease-projects.yaml @@ -23,6 +23,7 @@ jdk: 'openjdk7' integration-test: beryllium - lithium: + disabled: true next-release-tag: Lithium-SR5 branch: 'stable/lithium' jdk: 'openjdk7' diff --git a/jjb/autorelease/autorelease-templates.yaml b/jjb/autorelease/autorelease-templates.yaml index bdfa06a71..041b2c0e5 100644 --- a/jjb/autorelease/autorelease-templates.yaml +++ b/jjb/autorelease/autorelease-templates.yaml @@ -2,9 +2,10 @@ - job-template: name: 'autorelease-release-{stream}' + disabled: {disabled} + node: centos7-autorelease-4c-16g project-type: maven - node: centos7-autorelease-4c-16g jdk: '{jdk}' logrotate: @@ -90,9 +91,10 @@ - job-template: name: 'autorelease-project-report-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g project-type: freestyle - node: centos7-java-builder-2c-8g logrotate: daysToKeep: '{build-days-to-keep}' @@ -160,6 +162,7 @@ - job-template: name: 'autorelease-site-publish-{stream}' + disabled: {disabled} node: centos7-java-builder-2c-8g concurrent: false jdk: 'openjdk8' @@ -211,6 +214,7 @@ - job-template: name: 'autorelease-site-verify-{stream}' + disabled: {disabled} node: centos7-java-builder-2c-8g concurrent: true jdk: 'openjdk8' diff --git a/jjb/autorelease/autorelease-version-management.yaml b/jjb/autorelease/autorelease-version-management.yaml index 7761c8683..88270788b 100644 --- a/jjb/autorelease/autorelease-version-management.yaml +++ b/jjb/autorelease/autorelease-version-management.yaml @@ -1,5 +1,6 @@ - project: name: autorelease-version-management + jobs: - '{project-name}-verify-python-{stream}' diff --git a/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml b/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml index b66f9e9db..808fa34a1 100644 --- a/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml @@ -21,6 +21,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' @@ -55,13 +56,17 @@ # Project branches stream: - - boron: + - carbon: branch: 'master' jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' - beryllium: branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml index 536b29a70..f9bec8937 100644 --- a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml @@ -21,6 +21,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml index fd78b28d0..980260310 100644 --- a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml +++ b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml @@ -21,6 +21,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml index 94e867bea..41c9cd8b1 100644 --- a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml +++ b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/bgpcep/bgpcep-pcepy.yaml b/jjb/bgpcep/bgpcep-pcepy.yaml index 551e0395d..3671995ac 100644 --- a/jjb/bgpcep/bgpcep-pcepy.yaml +++ b/jjb/bgpcep/bgpcep-pcepy.yaml @@ -13,6 +13,7 @@ - beryllium: branch: 'stable/beryllium' - stable-lithium: + disabled: true branch: 'stable/lithium' toxdir: 'pcep/pcepy' diff --git a/jjb/bgpcep/bgpcep.yaml b/jjb/bgpcep/bgpcep.yaml index 2b5e91b4d..85f6b277e 100644 --- a/jjb/bgpcep/bgpcep.yaml +++ b/jjb/bgpcep/bgpcep.yaml @@ -124,6 +124,7 @@ # branch: git branch (eg. stable/lithium or master) stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True diff --git a/jjb/capwap/capwap-csit-ac.yaml b/jjb/capwap/capwap-csit-ac.yaml index 7300bce14..1aef245f3 100644 --- a/jjb/capwap/capwap-csit-ac.yaml +++ b/jjb/capwap/capwap-csit-ac.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/capwap/capwap.yaml b/jjb/capwap/capwap.yaml index 91c4eddd8..6822f093f 100644 --- a/jjb/capwap/capwap.yaml +++ b/jjb/capwap/capwap.yaml @@ -120,6 +120,7 @@ # branch: git branch (eg. stable/lithium or master) stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True diff --git a/jjb/centinel/centinel-csit-basic.yaml b/jjb/centinel/centinel-csit-basic.yaml index d7f754c7f..34009433b 100644 --- a/jjb/centinel/centinel-csit-basic.yaml +++ b/jjb/centinel/centinel-csit-basic.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/controller/controller-csit-clustering-lithium.yaml b/jjb/controller/controller-csit-clustering-lithium.yaml index 8dfdf9fc2..a234649e8 100644 --- a/jjb/controller/controller-csit-clustering-lithium.yaml +++ b/jjb/controller/controller-csit-clustering-lithium.yaml @@ -12,6 +12,7 @@ # Project branches stream: - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/controller/controller-csit-rest-cars-perf.yaml b/jjb/controller/controller-csit-rest-cars-perf.yaml index 2cc5dc825..8cf23ea7c 100644 --- a/jjb/controller/controller-csit-rest-cars-perf.yaml +++ b/jjb/controller/controller-csit-rest-cars-perf.yaml @@ -21,6 +21,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/controller/controller-csit-rest-clust-cars-perf.yaml b/jjb/controller/controller-csit-rest-clust-cars-perf.yaml index e2b1932ce..da58e623a 100644 --- a/jjb/controller/controller-csit-rest-clust-cars-perf.yaml +++ b/jjb/controller/controller-csit-rest-clust-cars-perf.yaml @@ -21,6 +21,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/controller/controller.yaml b/jjb/controller/controller.yaml index 0010fffba..196a9701f 100644 --- a/jjb/controller/controller.yaml +++ b/jjb/controller/controller.yaml @@ -120,6 +120,7 @@ # branch: git branch (eg. stable/lithium or master) stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True diff --git a/jjb/coretutorials/coretutorials.yaml b/jjb/coretutorials/coretutorials.yaml index a1af2d55f..91df5eb9f 100644 --- a/jjb/coretutorials/coretutorials.yaml +++ b/jjb/coretutorials/coretutorials.yaml @@ -119,6 +119,7 @@ # branch: git branch (eg. stable/lithium or master) stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True diff --git a/jjb/didm/didm-csit-discovery.yaml b/jjb/didm/didm-csit-discovery.yaml index 6abc1f212..822aea4fd 100644 --- a/jjb/didm/didm-csit-discovery.yaml +++ b/jjb/didm/didm-csit-discovery.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/didm/didm.yaml b/jjb/didm/didm.yaml index 0bea1c97d..4919cb821 100644 --- a/jjb/didm/didm.yaml +++ b/jjb/didm/didm.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'didm' diff --git a/jjb/dlux/dlux.yaml b/jjb/dlux/dlux.yaml index 843bb7572..9f4481bd8 100644 --- a/jjb/dlux/dlux.yaml +++ b/jjb/dlux/dlux.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'dlux' diff --git a/jjb/docs/docs-rtd.yaml b/jjb/docs/docs-rtd.yaml index edfbb7c48..0b0506b15 100644 --- a/jjb/docs/docs-rtd.yaml +++ b/jjb/docs/docs-rtd.yaml @@ -18,6 +18,7 @@ - job-template: name: 'docs-merge-rtd-{stream}' + disabled: {disabled} node: centos7-java-builder-2c-8g project-type: freestyle @@ -65,6 +66,7 @@ - job-template: name: 'docs-verify-rtd-{stream}' + disabled: {disabled} node: centos7-java-builder-2c-8g project-type: freestyle diff --git a/jjb/docs/docs.yaml b/jjb/docs/docs.yaml index 57207d9d9..91e37f757 100644 --- a/jjb/docs/docs.yaml +++ b/jjb/docs/docs.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'docs' diff --git a/jjb/groupbasedpolicy/groupbasedpolicy-csit-3node.yaml b/jjb/groupbasedpolicy/groupbasedpolicy-csit-3node.yaml index 7f146a273..5c8f864de 100644 --- a/jjb/groupbasedpolicy/groupbasedpolicy-csit-3node.yaml +++ b/jjb/groupbasedpolicy/groupbasedpolicy-csit-3node.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/groupbasedpolicy/groupbasedpolicy-csit-6node.yaml b/jjb/groupbasedpolicy/groupbasedpolicy-csit-6node.yaml index 4b9d9680d..cb4fe9a9b 100644 --- a/jjb/groupbasedpolicy/groupbasedpolicy-csit-6node.yaml +++ b/jjb/groupbasedpolicy/groupbasedpolicy-csit-6node.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml b/jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml index 2833c0609..65cdcf7ea 100644 --- a/jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml +++ b/jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/groupbasedpolicy/groupbasedpolicy.yaml b/jjb/groupbasedpolicy/groupbasedpolicy.yaml index af279be96..b90c73806 100644 --- a/jjb/groupbasedpolicy/groupbasedpolicy.yaml +++ b/jjb/groupbasedpolicy/groupbasedpolicy.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'groupbasedpolicy' diff --git a/jjb/honeycomb/vbd/vbd.cfg b/jjb/honeycomb/vbd/vbd.cfg deleted file mode 100644 index e4f49404d..000000000 --- a/jjb/honeycomb/vbd/vbd.cfg +++ /dev/null @@ -1,6 +0,0 @@ -STREAMS: -- boron: - branch: master - jdks: openjdk8 - autorelease: true -DEPENDENCIES: odlparent,yangtools,controller,mdsal,netconf diff --git a/jjb/honeycomb/vbd/vbd.yaml b/jjb/honeycomb/vbd/vbd.yaml index aad3e73c9..b13689cec 100644 --- a/jjb/honeycomb/vbd/vbd.yaml +++ b/jjb/honeycomb/vbd/vbd.yaml @@ -48,6 +48,7 @@ # branch: git branch (eg. stable/lithium or master) stream: - boron: + disabled: true disable_autorelease: False disable_distribution_check: False project: 'honeycomb/vbd' diff --git a/jjb/integration/integration-distribution-jobs.yaml b/jjb/integration/integration-distribution-jobs.yaml index 9bb2c10c5..b57211c7b 100644 --- a/jjb/integration/integration-distribution-jobs.yaml +++ b/jjb/integration/integration-distribution-jobs.yaml @@ -22,15 +22,17 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' - job-template: name: 'integration-distribution-verify-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g project-type: maven - node: centos7-java-builder-2c-8g concurrent: true jdk: '{jre}' @@ -103,9 +105,10 @@ - job-template: name: 'integration-distribution-merge-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g project-type: maven - node: centos7-java-builder-2c-8g jdk: '{jre}' logrotate: @@ -207,9 +210,10 @@ - job-template: name: 'integration-distribution-deploy-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g project-type: freestyle - node: centos7-java-builder-2c-8g concurrent: true logrotate: @@ -257,9 +261,10 @@ - job-template: name: 'integration-distribution-offline-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g project-type: freestyle - node: centos7-java-builder-2c-8g logrotate: daysToKeep: '{build-days-to-keep}' diff --git a/jjb/integration/integration-templates.yaml b/jjb/integration/integration-templates.yaml index 677911212..0429aa12f 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -26,10 +26,10 @@ - job-template: name: '{project}-csit-verify-1node-{functionality}' - disabled: false + disabled: {disabled} + node: centos7-robot-2c-2g project-type: freestyle - node: centos7-robot-2c-2g logrotate: daysToKeep: '{build-days-to-keep}' @@ -111,10 +111,10 @@ - job-template: name: '{project}-csit-1node-{functionality}-{install}-{stream}' - disabled: false + disabled: {disabled} + node: centos7-robot-2c-2g project-type: freestyle - node: centos7-robot-2c-2g logrotate: daysToKeep: '{build-days-to-keep}' @@ -222,10 +222,10 @@ - job-template: name: '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' - disabled: false + disabled: {disabled} + node: centos7-robot-2c-2g project-type: freestyle - node: centos7-robot-2c-2g logrotate: daysToKeep: '{build-days-to-keep}' @@ -332,10 +332,10 @@ - job-template: name: '{project}-csit-verify-3node-{functionality}' - disabled: false + disabled: {disabled} + node: centos7-robot-2c-2g project-type: freestyle - node: centos7-robot-2c-2g logrotate: daysToKeep: '{build-days-to-keep}' @@ -418,10 +418,10 @@ - job-template: name: '{project}-csit-3node-{functionality}-{install}-{stream}' - disabled: false + disabled: {disabled} + node: centos7-robot-2c-2g project-type: freestyle - node: centos7-robot-2c-2g logrotate: daysToKeep: '{build-days-to-keep}' @@ -530,10 +530,10 @@ - job-template: name: '{project}-csit-3node-docker-{functionality}-{install}-{stream}' - disabled: false + disabled: {disabled} + node: centos7-robot-2c-2g project-type: freestyle - node: centos7-robot-2c-2g logrotate: daysToKeep: '{build-days-to-keep}' @@ -642,10 +642,10 @@ - job-template: name: '{project}-csit-3node-periodic-{functionality}-{install}-{stream}' - disabled: false + disabled: {disabled} + node: centos7-robot-2c-2g project-type: freestyle - node: centos7-robot-2c-2g logrotate: daysToKeep: '{build-days-to-keep}' @@ -753,10 +753,10 @@ - job-template: name: '{project}-csit-1node-openstack-{openstack}-{functionality}-{stream}' - disabled: false + disabled: {disabled} + node: centos7-robot-2c-2g project-type: freestyle - node: centos7-robot-2c-2g logrotate: daysToKeep: '{build-days-to-keep}' @@ -862,10 +862,10 @@ - job-template: name: '{project}-csit-3node-openstack-{openstack}-{functionality}-{stream}' - disabled: false + disabled: {disabled} + node: centos7-robot-2c-2g project-type: freestyle - node: centos7-robot-2c-2g logrotate: daysToKeep: '{build-days-to-keep}' @@ -981,9 +981,10 @@ - job-template: name: '{project}-patch-test-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g project-type: maven - node: centos7-java-builder-2c-8g jdk: '{jdk}' logrotate: diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index e4f98bb49..1d874ea17 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -177,6 +177,7 @@ vtn-csit-1node-coordinator-only-{stream} - stable-lithium: + disabled: true branch: 'stable/lithium' jdk: 'openjdk7' jre: 'openjdk7' @@ -229,9 +230,10 @@ - job-template: name: 'integration-csit-verify-1node-library' + disabled: {disabled} + node: centos7-robot-2c-2g project-type: freestyle - node: centos7-robot-2c-2g logrotate: daysToKeep: '{build-days-to-keep}' @@ -324,9 +326,10 @@ - job-template: name: 'integration-distribution-test-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g project-type: freestyle - node: centos7-java-builder-2c-8g logrotate: daysToKeep: '{build-days-to-keep}' @@ -361,9 +364,10 @@ - job-template: name: 'integration-patch-test-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g project-type: maven - node: centos7-java-builder-2c-8g jdk: '{jdk}' logrotate: @@ -465,9 +469,10 @@ - job-template: name: 'integration-multipatch-test-{stream}' + disabled: {disabled} + node: centos7-java-builder-8c-8g project-type: maven - node: centos7-java-builder-8c-8g jdk: '{jdk}' logrotate: diff --git a/jjb/iotdm/iotdm-csit-basic.yaml b/jjb/iotdm/iotdm-csit-basic.yaml index 36d0ed742..e281faabe 100644 --- a/jjb/iotdm/iotdm-csit-basic.yaml +++ b/jjb/iotdm/iotdm-csit-basic.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/iotdm/iotdm.yaml b/jjb/iotdm/iotdm.yaml index 2a05241d2..7ec442e7e 100644 --- a/jjb/iotdm/iotdm.yaml +++ b/jjb/iotdm/iotdm.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'iotdm' diff --git a/jjb/l2switch/l2switch-csit-host-scalability-daily.yaml b/jjb/l2switch/l2switch-csit-host-scalability-daily.yaml index 571843202..2f1fc96ff 100644 --- a/jjb/l2switch/l2switch-csit-host-scalability-daily.yaml +++ b/jjb/l2switch/l2switch-csit-host-scalability-daily.yaml @@ -21,6 +21,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/l2switch/l2switch-csit-scalability.yaml b/jjb/l2switch/l2switch-csit-scalability.yaml index 131fbea00..394f8cfd8 100644 --- a/jjb/l2switch/l2switch-csit-scalability.yaml +++ b/jjb/l2switch/l2switch-csit-scalability.yaml @@ -21,6 +21,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/l2switch/l2switch-csit-switch.yaml b/jjb/l2switch/l2switch-csit-switch.yaml index 2e8bbd71f..a94d600f3 100644 --- a/jjb/l2switch/l2switch-csit-switch.yaml +++ b/jjb/l2switch/l2switch-csit-switch.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/l2switch/l2switch.yaml b/jjb/l2switch/l2switch.yaml index 96cbacb91..1bf77d789 100644 --- a/jjb/l2switch/l2switch.yaml +++ b/jjb/l2switch/l2switch.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'l2switch' diff --git a/jjb/lacp/lacp-csit-lacp.yaml b/jjb/lacp/lacp-csit-lacp.yaml index c2e1c4b50..c36c114ac 100644 --- a/jjb/lacp/lacp-csit-lacp.yaml +++ b/jjb/lacp/lacp-csit-lacp.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/lacp/lacp.yaml b/jjb/lacp/lacp.yaml index da994a30d..d7229420c 100644 --- a/jjb/lacp/lacp.yaml +++ b/jjb/lacp/lacp.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'lacp' diff --git a/jjb/lispflowmapping/lispflowmapping-csit-all-stable-lithium.yaml b/jjb/lispflowmapping/lispflowmapping-csit-all-stable-lithium.yaml index b29048e04..882e6baa9 100644 --- a/jjb/lispflowmapping/lispflowmapping-csit-all-stable-lithium.yaml +++ b/jjb/lispflowmapping/lispflowmapping-csit-all-stable-lithium.yaml @@ -12,6 +12,7 @@ # Project branches stream: - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/lispflowmapping/lispflowmapping.yaml b/jjb/lispflowmapping/lispflowmapping.yaml index 8334732a9..e697a1d33 100644 --- a/jjb/lispflowmapping/lispflowmapping.yaml +++ b/jjb/lispflowmapping/lispflowmapping.yaml @@ -114,6 +114,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'lispflowmapping' diff --git a/jjb/mdsal/mdsal-csit-bindingv1.yaml b/jjb/mdsal/mdsal-csit-bindingv1.yaml index 5335da924..9465336dc 100644 --- a/jjb/mdsal/mdsal-csit-bindingv1.yaml +++ b/jjb/mdsal/mdsal-csit-bindingv1.yaml @@ -19,7 +19,6 @@ branch: 'stable/boron' jre: 'openjdk8' robot-options: '-v JAVA_OPTIONS:-Xmx6656m' - - beryllium: branch: 'stable/beryllium' jre: 'openjdk7' diff --git a/jjb/mdsal/mdsal-csit-periodic-dsbenchmark-lithium.yaml b/jjb/mdsal/mdsal-csit-periodic-dsbenchmark-lithium.yaml index 200452c6f..3782cc036 100644 --- a/jjb/mdsal/mdsal-csit-periodic-dsbenchmark-lithium.yaml +++ b/jjb/mdsal/mdsal-csit-periodic-dsbenchmark-lithium.yaml @@ -12,6 +12,7 @@ # Project branches stream: - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/netconf/netconf-scale.yaml b/jjb/netconf/netconf-scale.yaml index b1f9b4819..54f1ddbe8 100644 --- a/jjb/netconf/netconf-scale.yaml +++ b/jjb/netconf/netconf-scale.yaml @@ -21,6 +21,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/netconf/netconf-userfeatures.yaml b/jjb/netconf/netconf-userfeatures.yaml index 93f1cdb6b..abde4a762 100644 --- a/jjb/netconf/netconf-userfeatures.yaml +++ b/jjb/netconf/netconf-userfeatures.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/netvirt/netvirt-csit-clustering.yaml b/jjb/netvirt/netvirt-csit-clustering.yaml index b5ce68817..e42b7f5f2 100644 --- a/jjb/netvirt/netvirt-csit-clustering.yaml +++ b/jjb/netvirt/netvirt-csit-clustering.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/netvirt/netvirt-csit.yaml b/jjb/netvirt/netvirt-csit.yaml index 51c0a5648..e99f128f1 100644 --- a/jjb/netvirt/netvirt-csit.yaml +++ b/jjb/netvirt/netvirt-csit.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/netvirt/netvirt-full-integration.yaml b/jjb/netvirt/netvirt-full-integration.yaml index 64cc0f3ca..a4bc48cdc 100644 --- a/jjb/netvirt/netvirt-full-integration.yaml +++ b/jjb/netvirt/netvirt-full-integration.yaml @@ -88,13 +88,14 @@ - job-template: name: 'netvirt-daily-full-integration-{stream}' + disabled: {disabled} + node: centos7-docker-2c-4g # Required Variables: # stream: release stream (eg. stable-lithium or beryllium) # branch: git branch (eg. stable/lithium or master) project-type: freestyle - node: centos7-docker-2c-4g jdk: '{jdk}' description: 'Integration tests for the Netvirt project against different versions of OVS and branches. This job runs nightly. ' diff --git a/jjb/neutron/neutron.yaml b/jjb/neutron/neutron.yaml index eb51677a7..7f825aac2 100644 --- a/jjb/neutron/neutron.yaml +++ b/jjb/neutron/neutron.yaml @@ -110,6 +110,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'neutron' diff --git a/jjb/nic/nic-csit-basic.yaml b/jjb/nic/nic-csit-basic.yaml index 636fe1787..f5e25eb03 100644 --- a/jjb/nic/nic-csit-basic.yaml +++ b/jjb/nic/nic-csit-basic.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/nic/nic-csit-vtnrenderer.yaml b/jjb/nic/nic-csit-vtnrenderer.yaml index 79855c405..ef2ec0e2e 100644 --- a/jjb/nic/nic-csit-vtnrenderer.yaml +++ b/jjb/nic/nic-csit-vtnrenderer.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/nic/nic.yaml b/jjb/nic/nic.yaml index e0f7887d8..079a8fafe 100644 --- a/jjb/nic/nic.yaml +++ b/jjb/nic/nic.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'nic' diff --git a/jjb/odlparent/odlparent.yaml b/jjb/odlparent/odlparent.yaml index 2b82b6814..4699b2cae 100644 --- a/jjb/odlparent/odlparent.yaml +++ b/jjb/odlparent/odlparent.yaml @@ -121,6 +121,7 @@ # branch: git branch (eg. stable/lithium or master) stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True diff --git a/jjb/openflowjava/openflowjava.yaml b/jjb/openflowjava/openflowjava.yaml index c5e43a985..8be2efb34 100644 --- a/jjb/openflowjava/openflowjava.yaml +++ b/jjb/openflowjava/openflowjava.yaml @@ -112,6 +112,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'openflowjava' diff --git a/jjb/openflowplugin/openflowplugin-csit-bulk-matic-ds-daily-lithium-redesign-old.yaml b/jjb/openflowplugin/openflowplugin-csit-bulk-matic-ds-daily-lithium-redesign-old.yaml index 3d2300d2e..c8e48bd91 100644 --- a/jjb/openflowplugin/openflowplugin-csit-bulk-matic-ds-daily-lithium-redesign-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-bulk-matic-ds-daily-lithium-redesign-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-bulk-matic-ds-daily-old.yaml b/jjb/openflowplugin/openflowplugin-csit-bulk-matic-ds-daily-old.yaml index d31e5ec23..e828c5415 100644 --- a/jjb/openflowplugin/openflowplugin-csit-bulk-matic-ds-daily-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-bulk-matic-ds-daily-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-cbench-daily-lithium-redesign-old.yaml b/jjb/openflowplugin/openflowplugin-csit-cbench-daily-lithium-redesign-old.yaml index 285c7aabe..1f6e81621 100644 --- a/jjb/openflowplugin/openflowplugin-csit-cbench-daily-lithium-redesign-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-cbench-daily-lithium-redesign-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-cbench-daily-old.yaml b/jjb/openflowplugin/openflowplugin-csit-cbench-daily-old.yaml index baf14a29b..5ad110dec 100644 --- a/jjb/openflowplugin/openflowplugin-csit-cbench-daily-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-cbench-daily-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-cbench-performance-lithium-redesign-old.yaml b/jjb/openflowplugin/openflowplugin-csit-cbench-performance-lithium-redesign-old.yaml index 580a5afc8..14948aab4 100644 --- a/jjb/openflowplugin/openflowplugin-csit-cbench-performance-lithium-redesign-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-cbench-performance-lithium-redesign-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-cbench-performance-old.yaml b/jjb/openflowplugin/openflowplugin-csit-cbench-performance-old.yaml index e6d06b4d6..d6c6dad60 100644 --- a/jjb/openflowplugin/openflowplugin-csit-cbench-performance-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-cbench-performance-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-clustering-lithium-redesign-old.yaml b/jjb/openflowplugin/openflowplugin-csit-clustering-lithium-redesign-old.yaml index 48234472b..6dcd3fa32 100644 --- a/jjb/openflowplugin/openflowplugin-csit-clustering-lithium-redesign-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-clustering-lithium-redesign-old.yaml @@ -16,6 +16,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-clustering-old.yaml b/jjb/openflowplugin/openflowplugin-csit-clustering-old.yaml index 8a9f5147b..9f238ed5b 100644 --- a/jjb/openflowplugin/openflowplugin-csit-clustering-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-clustering-old.yaml @@ -16,6 +16,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-config-performance-lithium-redesign-old.yaml b/jjb/openflowplugin/openflowplugin-csit-config-performance-lithium-redesign-old.yaml index 4489bf9ba..3caa9eb68 100644 --- a/jjb/openflowplugin/openflowplugin-csit-config-performance-lithium-redesign-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-config-performance-lithium-redesign-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-config-performance-old.yaml b/jjb/openflowplugin/openflowplugin-csit-config-performance-old.yaml index e520f952f..b1e2d3f90 100644 --- a/jjb/openflowplugin/openflowplugin-csit-config-performance-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-config-performance-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services-lithium-redesign-old.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services-lithium-redesign-old.yaml index ada42bfd9..3f8aa616e 100644 --- a/jjb/openflowplugin/openflowplugin-csit-flow-services-lithium-redesign-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-flow-services-lithium-redesign-old.yaml @@ -16,6 +16,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services-old.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services-old.yaml index 65de84e64..ccca888ba 100644 --- a/jjb/openflowplugin/openflowplugin-csit-flow-services-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-flow-services-old.yaml @@ -16,6 +16,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-link-scalability-daily-lithium-redesign-old.yaml b/jjb/openflowplugin/openflowplugin-csit-link-scalability-daily-lithium-redesign-old.yaml index 535cac552..d10e824b6 100644 --- a/jjb/openflowplugin/openflowplugin-csit-link-scalability-daily-lithium-redesign-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-link-scalability-daily-lithium-redesign-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-link-scalability-daily-old.yaml b/jjb/openflowplugin/openflowplugin-csit-link-scalability-daily-old.yaml index 98991e9c4..a0cd02e49 100644 --- a/jjb/openflowplugin/openflowplugin-csit-link-scalability-daily-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-link-scalability-daily-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-rpc-time-measure-daily-lithium-redesign-old.yaml b/jjb/openflowplugin/openflowplugin-csit-rpc-time-measure-daily-lithium-redesign-old.yaml index 89117f001..fff6649e4 100644 --- a/jjb/openflowplugin/openflowplugin-csit-rpc-time-measure-daily-lithium-redesign-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-rpc-time-measure-daily-lithium-redesign-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-rpc-time-measure-daily-old.yaml b/jjb/openflowplugin/openflowplugin-csit-rpc-time-measure-daily-old.yaml index a388f8ffc..0bc14dfd4 100644 --- a/jjb/openflowplugin/openflowplugin-csit-rpc-time-measure-daily-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-rpc-time-measure-daily-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-scalability-daily-lithium-redesign-old.yaml b/jjb/openflowplugin/openflowplugin-csit-scalability-daily-lithium-redesign-old.yaml index 5cb7fe936..320c6e3f6 100644 --- a/jjb/openflowplugin/openflowplugin-csit-scalability-daily-lithium-redesign-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-scalability-daily-lithium-redesign-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-scalability-daily-old.yaml b/jjb/openflowplugin/openflowplugin-csit-scalability-daily-old.yaml index e8c9fa9f1..e8c89876e 100644 --- a/jjb/openflowplugin/openflowplugin-csit-scalability-daily-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-scalability-daily-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-scalability-lithium-redesign-old.yaml b/jjb/openflowplugin/openflowplugin-csit-scalability-lithium-redesign-old.yaml index e142ac758..4359efc53 100644 --- a/jjb/openflowplugin/openflowplugin-csit-scalability-lithium-redesign-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-scalability-lithium-redesign-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-scalability-old.yaml b/jjb/openflowplugin/openflowplugin-csit-scalability-old.yaml index ae41822b2..82c296514 100644 --- a/jjb/openflowplugin/openflowplugin-csit-scalability-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-scalability-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-lithium-redesign-old.yaml b/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-lithium-redesign-old.yaml index b0d242cdb..8b6a8a8a5 100644 --- a/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-lithium-redesign-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-lithium-redesign-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-old.yaml b/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-old.yaml index 4cc6e2d36..f25ee8d41 100644 --- a/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-scale-stats-collection-daily-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-sw-scalability-daily-lithium-redesign-old.yaml b/jjb/openflowplugin/openflowplugin-csit-sw-scalability-daily-lithium-redesign-old.yaml index 50cfe2ab2..495eb73df 100644 --- a/jjb/openflowplugin/openflowplugin-csit-sw-scalability-daily-lithium-redesign-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-sw-scalability-daily-lithium-redesign-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin-csit-sw-scalability-daily-old.yaml b/jjb/openflowplugin/openflowplugin-csit-sw-scalability-daily-old.yaml index b7110c043..248f51516 100644 --- a/jjb/openflowplugin/openflowplugin-csit-sw-scalability-daily-old.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-sw-scalability-daily-old.yaml @@ -15,6 +15,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/openflowplugin/openflowplugin.yaml b/jjb/openflowplugin/openflowplugin.yaml index bb5766648..5b26d25bc 100644 --- a/jjb/openflowplugin/openflowplugin.yaml +++ b/jjb/openflowplugin/openflowplugin.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'openflowplugin' diff --git a/jjb/opflex/opflex-custom.yaml b/jjb/opflex/opflex-custom.yaml index 78057b5d0..bc3a9af19 100644 --- a/jjb/opflex/opflex-custom.yaml +++ b/jjb/opflex/opflex-custom.yaml @@ -44,9 +44,10 @@ - job-template: name: 'opflex-verify-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g project-type: freestyle - node: centos7-java-builder-2c-8g concurrent: true jdk: '{jdk}' @@ -90,7 +91,7 @@ - job-template: name: 'opflex-merge-{stream}' - + disabled: {disabled} node: centos7-java-builder-2c-8g jdk: '{jdk}' diff --git a/jjb/opflex/opflex-dependencies-rpm.yaml b/jjb/opflex/opflex-dependencies-rpm.yaml index 866e46c67..78aa213de 100644 --- a/jjb/opflex/opflex-dependencies-rpm.yaml +++ b/jjb/opflex/opflex-dependencies-rpm.yaml @@ -36,9 +36,10 @@ - job-template: name: 'opflex-dep_rpm-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g project-type: freestyle - node: centos7-java-builder-2c-8g concurrent: true logrotate: @@ -70,9 +71,10 @@ - job-template: name: 'opflex-openvswitch_rpm-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g project-type: freestyle - node: centos7-java-builder-2c-8g concurrent: true logrotate: diff --git a/jjb/opflex/opflex-dependencies.yaml b/jjb/opflex/opflex-dependencies.yaml index 41795f9a7..b99ee99f6 100644 --- a/jjb/opflex/opflex-dependencies.yaml +++ b/jjb/opflex/opflex-dependencies.yaml @@ -47,9 +47,10 @@ - job-template: name: 'opflex-libuv_tgz-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g project-type: freestyle - node: centos7-java-builder-2c-8g concurrent: true logrotate: @@ -78,9 +79,10 @@ - job-template: name: 'opflex-rapidjson_tgz-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g project-type: freestyle - node: centos7-java-builder-2c-8g concurrent: true logrotate: @@ -109,9 +111,10 @@ - job-template: name: 'opflex-openvswitch_tgz-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g project-type: freestyle - node: centos7-java-builder-2c-8g concurrent: true logrotate: diff --git a/jjb/ovsdb/ovsdb-csit-clustering.yaml b/jjb/ovsdb/ovsdb-csit-clustering.yaml index 9282deddc..a26cb9676 100644 --- a/jjb/ovsdb/ovsdb-csit-clustering.yaml +++ b/jjb/ovsdb/ovsdb-csit-clustering.yaml @@ -21,6 +21,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/ovsdb/ovsdb-csit-scalability-daily.yaml b/jjb/ovsdb/ovsdb-csit-scalability-daily.yaml index 9cfc0c3a8..ee4cccec2 100644 --- a/jjb/ovsdb/ovsdb-csit-scalability-daily.yaml +++ b/jjb/ovsdb/ovsdb-csit-scalability-daily.yaml @@ -21,6 +21,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/ovsdb/ovsdb-csit-southbound.yaml b/jjb/ovsdb/ovsdb-csit-southbound.yaml index f3f999a36..5773b0e15 100644 --- a/jjb/ovsdb/ovsdb-csit-southbound.yaml +++ b/jjb/ovsdb/ovsdb-csit-southbound.yaml @@ -21,6 +21,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/ovsdb/ovsdb-full-integration.yaml b/jjb/ovsdb/ovsdb-full-integration.yaml index 79bcbfe64..0395c2e3d 100644 --- a/jjb/ovsdb/ovsdb-full-integration.yaml +++ b/jjb/ovsdb/ovsdb-full-integration.yaml @@ -22,6 +22,7 @@ jdks: - openjdk8 - stable-lithium: + disabled: true branch: 'stable/lithium' jdk: openjdk7 jdks: @@ -109,16 +110,17 @@ - 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}' diff --git a/jjb/ovsdb/ovsdb-sonar.yaml b/jjb/ovsdb/ovsdb-sonar.yaml index c1e6ae715..cbb9c2578 100644 --- a/jjb/ovsdb/ovsdb-sonar.yaml +++ b/jjb/ovsdb/ovsdb-sonar.yaml @@ -8,9 +8,10 @@ - job-template: name: 'ovsdb-sonar' + disabled: {disabled} + node: centos7-docker-2c-4g project-type: maven - node: centos7-docker-2c-4g jdk: '{jdk}' logrotate: diff --git a/jjb/ovsdb/ovsdb.yaml b/jjb/ovsdb/ovsdb.yaml index 8819ff998..40289d010 100644 --- a/jjb/ovsdb/ovsdb.yaml +++ b/jjb/ovsdb/ovsdb.yaml @@ -120,6 +120,7 @@ # branch: git branch (eg. stable/lithium or master) stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True diff --git a/jjb/packaging/packaging.yaml b/jjb/packaging/packaging.yaml index 2e52f4cfa..cfb126cfd 100644 --- a/jjb/packaging/packaging.yaml +++ b/jjb/packaging/packaging.yaml @@ -14,6 +14,7 @@ - job-template: name: '{project-name}-build-rpm-{stream}' + disabled: {disabled} node: dynamic_verify diff --git a/jjb/packetcable/packetcable-csit-pcmm-lithium.yaml b/jjb/packetcable/packetcable-csit-pcmm-lithium.yaml index 677a03e65..cefb778ef 100644 --- a/jjb/packetcable/packetcable-csit-pcmm-lithium.yaml +++ b/jjb/packetcable/packetcable-csit-pcmm-lithium.yaml @@ -12,6 +12,7 @@ # Project branches stream: - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/packetcable/packetcable.yaml b/jjb/packetcable/packetcable.yaml index 82267a6c2..6fbf16b1c 100644 --- a/jjb/packetcable/packetcable.yaml +++ b/jjb/packetcable/packetcable.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'packetcable' diff --git a/jjb/persistence/persistence.yaml b/jjb/persistence/persistence.yaml index f6f04f725..6c5e6daa1 100644 --- a/jjb/persistence/persistence.yaml +++ b/jjb/persistence/persistence.yaml @@ -113,6 +113,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'persistence' diff --git a/jjb/releng-defaults.yaml b/jjb/releng-defaults.yaml index 5973ee550..7adbcd8a5 100644 --- a/jjb/releng-defaults.yaml +++ b/jjb/releng-defaults.yaml @@ -43,3 +43,6 @@ # Python toxdir: '' + + # Default value to enable optional job disable by overriding it selectively + disabled: false diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index a350fd9ab..8f54259dd 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -11,6 +11,7 @@ - job-template: name: builder-verify-jjb + disabled: {disabled} node: jjbuilder project-type: freestyle @@ -73,6 +74,7 @@ - job-template: name: builder-verify-python + disabled: {disabled} node: centos7-java-builder-2c-8g project-type: freestyle @@ -139,6 +141,7 @@ - job-template: name: 'builder-merge' + disabled: {disabled} node: jjbuilder # builder-merge job to run JJB update @@ -250,6 +253,7 @@ - job-template: name: builder-check-poms + disabled: {disabled} node: centos7-java-builder-2c-8g project-type: freestyle diff --git a/jjb/releng-templates-java.yaml b/jjb/releng-templates-java.yaml index 95777c111..3147c7eb1 100644 --- a/jjb/releng-templates-java.yaml +++ b/jjb/releng-templates-java.yaml @@ -7,9 +7,10 @@ # {stream} # {jdk} name: '{project-name}-clm-{stream}' + disabled: {disabled} + node: '{build-node}' project-type: freestyle - node: '{build-node}' jdk: '{jdk}' logrotate: @@ -61,13 +62,14 @@ - job-template: name: '{project-name}-distribution-{stream}' + disabled: {disabled} + node: '{build-node}' # Required variables: # stream: release stream (eg. stable-lithium or beryllium) # branch: git branch (eg. stable/lithium or master) project-type: maven - node: '{build-node}' jdk: '{jdk}' logrotate: @@ -130,9 +132,9 @@ name: '{project-name}-distribution-check-{stream}' disabled: '{obj:disable_distribution_check}' + node: '{build-node}' project-type: freestyle - node: '{build-node}' concurrent: true jdk: '{jdk}' @@ -229,6 +231,8 @@ - job-template: name: '{project-name}-integration-{stream}' + disabled: {disabled} + node: '{build-node}' # Job template for ODL integration verify jobs # @@ -241,7 +245,6 @@ # branch: git branch (eg. stable/lithium or master) project-type: freestyle - node: '{build-node}' jdk: '{jdk}' logrotate: @@ -296,6 +299,8 @@ - job-template: name: '{project-name}-merge-{stream}' + disabled: {disabled} + node: '{build-node}' # Job template for ODL merge jobs # @@ -307,7 +312,6 @@ # branch: git branch (eg. stable/lithium or master) project-type: maven - node: '{build-node}' jdk: '{jdk}' logrotate: @@ -404,6 +408,8 @@ - job-template: name: '{project-name}-periodic-{stream}' + disabled: {disabled} + node: '{build-node}' # Job template for periodic builders # @@ -415,7 +421,6 @@ # branch: git branch (eg. stable/lithium or master) project-type: freestyle - node: '{build-node}' jdk: '{jdk}' logrotate: @@ -465,10 +470,10 @@ - job-template: name: '{project-name}-sonar' - disabled: false + disabled: {disabled} + node: '{build-node}' project-type: maven - node: '{build-node}' jdk: 'openjdk8' logrotate: @@ -529,9 +534,9 @@ - job-template: name: '{project-name}-validate-autorelease-{stream}' disabled: '{obj:disable_autorelease}' + node: '{build-node}' project-type: freestyle - node: '{build-node}' concurrent: true jdk: '{jdk}' @@ -628,6 +633,8 @@ - job-template: name: '{project-name}-verify-{stream}-{maven}-{jdks}' + disabled: {disabled} + node: '{build-node}' # Job template for ODL verify jobs # @@ -638,7 +645,6 @@ # branch: git branch (eg. stable/lithium or master) project-type: freestyle - node: '{build-node}' concurrent: true jdk: '{jdks}' diff --git a/jjb/releng-templates.yaml b/jjb/releng-templates.yaml index 2709065f0..e3b4b4203 100644 --- a/jjb/releng-templates.yaml +++ b/jjb/releng-templates.yaml @@ -1,11 +1,12 @@ - job-template: name: '{project-name}-release-java' + disabled: {disabled} + node: '{build-node}' # Job template for producing a release candidate by creating a staging repo # in Nexus. project-type: maven - node: '{build-node}' jdk: '{jdk}' logrotate: @@ -63,11 +64,12 @@ - job-template: name: '{project-name}-publish-p2repo' + disabled: {disabled} + node: '{build-node}' # Job template for publishing a p2 repo given a URL to a zipped p2repo. project-type: maven - node: '{build-node}' jdk: '{jdk}' parameters: @@ -115,6 +117,8 @@ - job-template: name: '{project-name}-verify-python-{stream}' + disabled: {disabled} + node: '{build-node}' # Job template for python verify jobs # @@ -128,7 +132,6 @@ # the workspace. Empty works if tox.ini is at project root. project-type: freestyle - node: '{build-node}' concurrent: true logrotate: @@ -200,10 +203,12 @@ - job-template: name: '{project-name}-merge-rtd-{stream}' + disabled: {disabled} + node: '{build-node}' + # Template for ReadTheDocs triggering project-type: freestyle - node: '{build-node}' concurrent: false parameters: @@ -236,6 +241,8 @@ - job-template: name: '{project-name}-verify-node-{stream}' + disabled: {disabled} + node: '{build-node}' # Job template for python verify jobs # @@ -250,7 +257,6 @@ # nodever: version of node to install in virtualenv project-type: freestyle - node: '{build-node}' concurrent: true logrotate: diff --git a/jjb/reservation/reservation.yaml b/jjb/reservation/reservation.yaml index d1e1b93e0..e37e20d8b 100644 --- a/jjb/reservation/reservation.yaml +++ b/jjb/reservation/reservation.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'reservation' diff --git a/jjb/sdninterfaceapp/sdninterfaceapp.yaml b/jjb/sdninterfaceapp/sdninterfaceapp.yaml index 0114bdb78..38d5d0b25 100644 --- a/jjb/sdninterfaceapp/sdninterfaceapp.yaml +++ b/jjb/sdninterfaceapp/sdninterfaceapp.yaml @@ -112,6 +112,7 @@ stream: - stable-lithium: branch: 'stable/lithium' + disabled: true disable_autorelease: True disable_distribution_check: True project: 'sdninterfaceapp' diff --git a/jjb/sfc/sfc-csit-clustering-lithium.yaml b/jjb/sfc/sfc-csit-clustering-lithium.yaml index 03145a6ff..8f6a8a0f0 100644 --- a/jjb/sfc/sfc-csit-clustering-lithium.yaml +++ b/jjb/sfc/sfc-csit-clustering-lithium.yaml @@ -13,6 +13,7 @@ # Project branches stream: - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/sfc/sfc-csit-full-deploy.yaml b/jjb/sfc/sfc-csit-full-deploy.yaml index 69dfee28f..9a42c2140 100644 --- a/jjb/sfc/sfc-csit-full-deploy.yaml +++ b/jjb/sfc/sfc-csit-full-deploy.yaml @@ -12,9 +12,12 @@ # Project branches stream: - - boron: + - carbon: branch: 'master' jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' install: - all: diff --git a/jjb/sfc/sfc-python.yaml b/jjb/sfc/sfc-python.yaml index bf159d6a1..f177cccfa 100644 --- a/jjb/sfc/sfc-python.yaml +++ b/jjb/sfc/sfc-python.yaml @@ -17,6 +17,8 @@ - job-template: name: 'sfc-verify-python-{stream}' + disabled: {disabled} + node: centos7-java-builder-2c-8g # Job template for ODL verify jobs # @@ -27,7 +29,6 @@ # branch: git branch (eg. stable/lithium or master) project-type: freestyle - node: centos7-java-builder-2c-8g concurrent: true logrotate: diff --git a/jjb/sfc/sfc.yaml b/jjb/sfc/sfc.yaml index 95aba6ccf..bfe6485f5 100644 --- a/jjb/sfc/sfc.yaml +++ b/jjb/sfc/sfc.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'sfc' diff --git a/jjb/snbi/snbi.yaml b/jjb/snbi/snbi.yaml index 40c180b5f..224242d14 100644 --- a/jjb/snbi/snbi.yaml +++ b/jjb/snbi/snbi.yaml @@ -112,6 +112,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'snbi' diff --git a/jjb/snmp/snmp-csit-basic.yaml b/jjb/snmp/snmp-csit-basic.yaml index d776758d2..64c539529 100644 --- a/jjb/snmp/snmp-csit-basic.yaml +++ b/jjb/snmp/snmp-csit-basic.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/snmp/snmp.yaml b/jjb/snmp/snmp.yaml index 92a2e93ad..d216ff465 100644 --- a/jjb/snmp/snmp.yaml +++ b/jjb/snmp/snmp.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'snmp' diff --git a/jjb/snmp4sdn/snmp4sdn.yaml b/jjb/snmp4sdn/snmp4sdn.yaml index 7efa7de5c..ee88e4430 100644 --- a/jjb/snmp4sdn/snmp4sdn.yaml +++ b/jjb/snmp4sdn/snmp4sdn.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'snmp4sdn' diff --git a/jjb/spectrometer/spectrometer-jobs.yaml b/jjb/spectrometer/spectrometer-jobs.yaml index 6894c7a53..e019ca8b0 100644 --- a/jjb/spectrometer/spectrometer-jobs.yaml +++ b/jjb/spectrometer/spectrometer-jobs.yaml @@ -20,9 +20,10 @@ - job-template: name: 'spectrometer-deploy-webapp-master' + disabled: {disabled} + node: dynamic_verify project-type: freestyle - node: dynamic_verify concurrent: false logrotate: diff --git a/jjb/sxp/sxp-csit-basic.yaml b/jjb/sxp/sxp-csit-basic.yaml index e184c6b64..5ac355b3f 100644 --- a/jjb/sxp/sxp-csit-basic.yaml +++ b/jjb/sxp/sxp-csit-basic.yaml @@ -21,6 +21,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/sxp/sxp-csit-topology.yaml b/jjb/sxp/sxp-csit-topology.yaml index 315635679..48ec5312b 100644 --- a/jjb/sxp/sxp-csit-topology.yaml +++ b/jjb/sxp/sxp-csit-topology.yaml @@ -21,6 +21,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/sxp/sxp.yaml b/jjb/sxp/sxp.yaml index 9b71f8e0b..b386eb509 100644 --- a/jjb/sxp/sxp.yaml +++ b/jjb/sxp/sxp.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'sxp' diff --git a/jjb/tcpmd5/tcpmd5.yaml b/jjb/tcpmd5/tcpmd5.yaml index 21d9ddc11..0f6d06056 100644 --- a/jjb/tcpmd5/tcpmd5.yaml +++ b/jjb/tcpmd5/tcpmd5.yaml @@ -113,6 +113,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'tcpmd5' diff --git a/jjb/topoprocessing/topoprocessing.yaml b/jjb/topoprocessing/topoprocessing.yaml index f678b81eb..2b5eae4d4 100644 --- a/jjb/topoprocessing/topoprocessing.yaml +++ b/jjb/topoprocessing/topoprocessing.yaml @@ -116,6 +116,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'topoprocessing' diff --git a/jjb/tsdr/tsdr-csit-hbase-lithium.yaml b/jjb/tsdr/tsdr-csit-hbase-lithium.yaml index 3cfa948b8..2a5c9f628 100644 --- a/jjb/tsdr/tsdr-csit-hbase-lithium.yaml +++ b/jjb/tsdr/tsdr-csit-hbase-lithium.yaml @@ -12,6 +12,7 @@ # Project branches stream: - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/tsdr/tsdr-csit-hsqldb-lithium.yaml b/jjb/tsdr/tsdr-csit-hsqldb-lithium.yaml index 9890f05b7..9820fcdfa 100644 --- a/jjb/tsdr/tsdr-csit-hsqldb-lithium.yaml +++ b/jjb/tsdr/tsdr-csit-hsqldb-lithium.yaml @@ -12,6 +12,7 @@ # Project branches stream: - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/tsdr/tsdr.yaml b/jjb/tsdr/tsdr.yaml index 8d7a7c709..71342fbd2 100644 --- a/jjb/tsdr/tsdr.yaml +++ b/jjb/tsdr/tsdr.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'tsdr' diff --git a/jjb/ttp/ttp.yaml b/jjb/ttp/ttp.yaml index 2552a8004..a3a55264d 100644 --- a/jjb/ttp/ttp.yaml +++ b/jjb/ttp/ttp.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'ttp' diff --git a/jjb/usc/usc-csit-channel.yaml b/jjb/usc/usc-csit-channel.yaml index 723d998c1..5e0e38e0c 100644 --- a/jjb/usc/usc-csit-channel.yaml +++ b/jjb/usc/usc-csit-channel.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/usc/usc-csit-tcp.yaml b/jjb/usc/usc-csit-tcp.yaml index 07251d07c..2df95f582 100644 --- a/jjb/usc/usc-csit-tcp.yaml +++ b/jjb/usc/usc-csit-tcp.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/usc/usc.yaml b/jjb/usc/usc.yaml index bfba955a7..eb5457a0e 100644 --- a/jjb/usc/usc.yaml +++ b/jjb/usc/usc.yaml @@ -111,6 +111,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True diff --git a/jjb/vpnservice/vpnservice-csit-vpnservice.yaml b/jjb/vpnservice/vpnservice-csit-vpnservice.yaml index b60525bb3..46ecafe7e 100644 --- a/jjb/vpnservice/vpnservice-csit-vpnservice.yaml +++ b/jjb/vpnservice/vpnservice-csit-vpnservice.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/vpnservice/vpnservice.yaml b/jjb/vpnservice/vpnservice.yaml index 381a86e9d..a5bea3ef8 100644 --- a/jjb/vpnservice/vpnservice.yaml +++ b/jjb/vpnservice/vpnservice.yaml @@ -114,6 +114,7 @@ - '{project-name}-verify-{stream}-{maven}-{jdks}' stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True diff --git a/jjb/vtn/vtn-csit-coordinator.yaml b/jjb/vtn/vtn-csit-coordinator.yaml index 0daa0230e..b0f887344 100644 --- a/jjb/vtn/vtn-csit-coordinator.yaml +++ b/jjb/vtn/vtn-csit-coordinator.yaml @@ -22,6 +22,7 @@ branch: 'stable/beryllium' jre: 'openjdk7' - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/vtn/vtn-csit-manager-stable-lithium.yaml b/jjb/vtn/vtn-csit-manager-stable-lithium.yaml index e5f5b888b..ade7ad355 100644 --- a/jjb/vtn/vtn-csit-manager-stable-lithium.yaml +++ b/jjb/vtn/vtn-csit-manager-stable-lithium.yaml @@ -12,6 +12,7 @@ # Project branches stream: - stable-lithium: + disabled: true branch: 'stable/lithium' jre: 'openjdk7' diff --git a/jjb/vtn/vtn.yaml b/jjb/vtn/vtn.yaml index 3eb33be38..82005b565 100644 --- a/jjb/vtn/vtn.yaml +++ b/jjb/vtn/vtn.yaml @@ -118,6 +118,7 @@ # branch: git branch (eg. stable/lithium or master) stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True project: 'vtn' diff --git a/jjb/yangtools/yangtools.yaml b/jjb/yangtools/yangtools.yaml index 1aff468cf..a9ceec4f1 100644 --- a/jjb/yangtools/yangtools.yaml +++ b/jjb/yangtools/yangtools.yaml @@ -122,6 +122,7 @@ stream: - stable-lithium: + disabled: true disable_autorelease: True disable_distribution_check: True