From: Jamo Luhrsen Date: Thu, 24 Aug 2017 23:44:52 +0000 (-0700) Subject: Only use -all- job if it exists X-Git-Tag: release/nitrogen~78^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F62297%2F1;p=releng%2Fbuilder.git Only use -all- job if it exists In an effort to reduce the number of CSIT jobs we are running and creating massive backlogs in the jenkins queue, it was decided in the integration meeting (8/24/2017) [0] that it would be safe to remove the -only- version of CSIT jobs if there was a corresponding -all- version of that same job. the -all- job is loading the same project features as the -only- job but will also include other OpenDaylight features from other projects that have been determined to not be in conflict with said features. [0] https://meetings.opendaylight.org/opendaylight-integration/2017/integration/opendaylight-integration-integration.2017-08-24-16.05.html Change-Id: I099c2e856fdcd2722b52fda60587dc0cd48af696 Signed-off-by: Jamo Luhrsen --- diff --git a/jjb/aaa/aaa-csit-authn.yaml b/jjb/aaa/aaa-csit-authn.yaml index 2daa45588..d19151bd8 100644 --- a/jjb/aaa/aaa-csit-authn.yaml +++ b/jjb/aaa/aaa-csit-authn.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/aaa/aaa-csit-idmlite.yaml b/jjb/aaa/aaa-csit-idmlite.yaml index 7c6dc48b9..387481392 100644 --- a/jjb/aaa/aaa-csit-idmlite.yaml +++ b/jjb/aaa/aaa-csit-idmlite.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/aaa/aaa-csit-keystone.yaml b/jjb/aaa/aaa-csit-keystone.yaml index 9ebb3c985..5473951dd 100644 --- a/jjb/aaa/aaa-csit-keystone.yaml +++ b/jjb/aaa/aaa-csit-keystone.yaml @@ -25,8 +25,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/alto/alto-csit-setup.yaml b/jjb/alto/alto-csit-setup.yaml index 7aa1f894c..d836f2629 100644 --- a/jjb/alto/alto-csit-setup.yaml +++ b/jjb/alto/alto-csit-setup.yaml @@ -28,8 +28,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml b/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml index e12ed8529..104b5597b 100644 --- a/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml @@ -43,8 +43,6 @@ -v TEST_DURATION_MULTIPLIER_CHANGE_COUNT_MANY:8.0 install: - - only: - scope: 'only' - all: scope: 'all' @@ -110,8 +108,6 @@ -v TEST_DURATION_MULTIPLIER:4 install: - - only: - scope: 'only' - all: scope: 'all' @@ -187,8 +183,6 @@ -v TEST_DURATION_MULTIPLIER:4 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml index 7f635b046..ad642be0b 100644 --- a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml @@ -29,8 +29,6 @@ install-features: 'odl-restconf,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-netconf-clustered-topology' install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml index bc3b76756..8a5c95b33 100644 --- a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml +++ b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml @@ -29,8 +29,6 @@ install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-pcep' install: - - only: - scope: 'only' - all: scope: 'all' @@ -77,8 +75,6 @@ install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-pcep' install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml index f615b9628..6ea4a1ba7 100644 --- a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml +++ b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml @@ -41,8 +41,6 @@ robot-options: '-v USE_NETCONF_CONNECTOR:True' install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/bier/bier-csit-basic.yaml b/jjb/bier/bier-csit-basic.yaml index e2cb28fa4..33b798cad 100644 --- a/jjb/bier/bier-csit-basic.yaml +++ b/jjb/bier/bier-csit-basic.yaml @@ -31,8 +31,6 @@ # TODO: Update the line above when stable/carbon is created. install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/capwap/capwap-csit-ac.yaml b/jjb/capwap/capwap-csit-ac.yaml index 3b2abf952..c2cf2c30b 100644 --- a/jjb/capwap/capwap-csit-ac.yaml +++ b/jjb/capwap/capwap-csit-ac.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/centinel/centinel-csit-basic.yaml b/jjb/centinel/centinel-csit-basic.yaml index 4e9232367..8ef0696ab 100644 --- a/jjb/centinel/centinel-csit-basic.yaml +++ b/jjb/centinel/centinel-csit-basic.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/controller/controller-csit-akka1.yaml b/jjb/controller/controller-csit-akka1.yaml index 80a9cdbc0..f0f64fac8 100644 --- a/jjb/controller/controller-csit-akka1.yaml +++ b/jjb/controller/controller-csit-akka1.yaml @@ -28,8 +28,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/controller/controller-csit-clustering.yaml b/jjb/controller/controller-csit-clustering.yaml index 04bc7ebce..04c350315 100644 --- a/jjb/controller/controller-csit-clustering.yaml +++ b/jjb/controller/controller-csit-clustering.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/controller/controller-csit-periodic-dsbenchmark-cluster.yaml b/jjb/controller/controller-csit-periodic-dsbenchmark-cluster.yaml index d9f0a7b44..8d09d16de 100644 --- a/jjb/controller/controller-csit-periodic-dsbenchmark-cluster.yaml +++ b/jjb/controller/controller-csit-periodic-dsbenchmark-cluster.yaml @@ -28,8 +28,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/controller/controller-csit-periodic-dsbenchmark.yaml b/jjb/controller/controller-csit-periodic-dsbenchmark.yaml index 50c623523..80443d391 100644 --- a/jjb/controller/controller-csit-periodic-dsbenchmark.yaml +++ b/jjb/controller/controller-csit-periodic-dsbenchmark.yaml @@ -28,8 +28,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/controller/controller-csit-rest-cars-perf.yaml b/jjb/controller/controller-csit-rest-cars-perf.yaml index 906fbfd76..61e6c563f 100644 --- a/jjb/controller/controller-csit-rest-cars-perf.yaml +++ b/jjb/controller/controller-csit-rest-cars-perf.yaml @@ -28,8 +28,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/dluxapps/dluxapps-csit-yangman.yaml b/jjb/dluxapps/dluxapps-csit-yangman.yaml index 467c0815a..a6dcaaea9 100644 --- a/jjb/dluxapps/dluxapps-csit-yangman.yaml +++ b/jjb/dluxapps/dluxapps-csit-yangman.yaml @@ -29,8 +29,6 @@ verify-branch: 'stable/carbon' install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/genius/genius-csit-genius.yaml b/jjb/genius/genius-csit-genius.yaml index e91c051e4..2497d827c 100644 --- a/jjb/genius/genius-csit-genius.yaml +++ b/jjb/genius/genius-csit-genius.yaml @@ -34,8 +34,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/groupbasedpolicy/groupbasedpolicy-csit-3node.yaml b/jjb/groupbasedpolicy/groupbasedpolicy-csit-3node.yaml index 6b04d3415..8747504cd 100644 --- a/jjb/groupbasedpolicy/groupbasedpolicy-csit-3node.yaml +++ b/jjb/groupbasedpolicy/groupbasedpolicy-csit-3node.yaml @@ -28,8 +28,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/groupbasedpolicy/groupbasedpolicy-csit-6node.yaml b/jjb/groupbasedpolicy/groupbasedpolicy-csit-6node.yaml index 2442278ee..65f758861 100644 --- a/jjb/groupbasedpolicy/groupbasedpolicy-csit-6node.yaml +++ b/jjb/groupbasedpolicy/groupbasedpolicy-csit-6node.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml b/jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml index 680af62b3..0d0459ece 100644 --- a/jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml +++ b/jjb/groupbasedpolicy/groupbasedpolicy-csit-clustering.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/integration/distribution/distribution-csit-userfeatures.yaml b/jjb/integration/distribution/distribution-csit-userfeatures.yaml index 5deaf61e7..39ef9bcc9 100644 --- a/jjb/integration/distribution/distribution-csit-userfeatures.yaml +++ b/jjb/integration/distribution/distribution-csit-userfeatures.yaml @@ -32,8 +32,6 @@ # TODO: Add Beryllium when everything is backported there. install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/iotdm/iotdm-csit-basic.yaml b/jjb/iotdm/iotdm-csit-basic.yaml index 9ec7e2a3c..707f2d6e6 100644 --- a/jjb/iotdm/iotdm-csit-basic.yaml +++ b/jjb/iotdm/iotdm-csit-basic.yaml @@ -35,8 +35,6 @@ # TODO: Update the line above when stable/carbon is created. install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/l2switch/l2switch-csit-scalability.yaml b/jjb/l2switch/l2switch-csit-scalability.yaml index d0ddf734d..c09dbf4bf 100644 --- a/jjb/l2switch/l2switch-csit-scalability.yaml +++ b/jjb/l2switch/l2switch-csit-scalability.yaml @@ -28,8 +28,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/l2switch/l2switch-csit-switch.yaml b/jjb/l2switch/l2switch-csit-switch.yaml index 188af6995..2c73bc107 100644 --- a/jjb/l2switch/l2switch-csit-switch.yaml +++ b/jjb/l2switch/l2switch-csit-switch.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/lacp/lacp-csit-lacp.yaml b/jjb/lacp/lacp-csit-lacp.yaml index f8312e2ce..2eb271518 100644 --- a/jjb/lacp/lacp-csit-lacp.yaml +++ b/jjb/lacp/lacp-csit-lacp.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/lispflowmapping/lispflowmapping-csit-msmr.yaml b/jjb/lispflowmapping/lispflowmapping-csit-msmr.yaml index 314909df0..5e2f7f9ec 100644 --- a/jjb/lispflowmapping/lispflowmapping-csit-msmr.yaml +++ b/jjb/lispflowmapping/lispflowmapping-csit-msmr.yaml @@ -30,8 +30,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/messaging4transport/messaging4transport-csit-basic.yaml b/jjb/messaging4transport/messaging4transport-csit-basic.yaml index a921b9506..da33a84e4 100644 --- a/jjb/messaging4transport/messaging4transport-csit-basic.yaml +++ b/jjb/messaging4transport/messaging4transport-csit-basic.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/natapp/natapp-csit-basic.yaml b/jjb/natapp/natapp-csit-basic.yaml index 19e1713c2..18e1f1bc5 100644 --- a/jjb/natapp/natapp-csit-basic.yaml +++ b/jjb/natapp/natapp-csit-basic.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/nemo/nemo-csit-engine.yaml b/jjb/nemo/nemo-csit-engine.yaml index 2a57ab55f..6e15e0c5a 100644 --- a/jjb/nemo/nemo-csit-engine.yaml +++ b/jjb/nemo/nemo-csit-engine.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/netconf/netconf-cluster-stress.yaml b/jjb/netconf/netconf-cluster-stress.yaml index 8cab4579a..553106a95 100644 --- a/jjb/netconf/netconf-cluster-stress.yaml +++ b/jjb/netconf/netconf-cluster-stress.yaml @@ -28,8 +28,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/netconf/netconf-clustering-scale.yaml b/jjb/netconf/netconf-clustering-scale.yaml index c2db31a0e..bde252c8e 100644 --- a/jjb/netconf/netconf-clustering-scale.yaml +++ b/jjb/netconf/netconf-clustering-scale.yaml @@ -28,8 +28,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/netconf/netconf-clustering.yaml b/jjb/netconf/netconf-clustering.yaml index 6d932287f..141e30170 100644 --- a/jjb/netconf/netconf-clustering.yaml +++ b/jjb/netconf/netconf-clustering.yaml @@ -28,8 +28,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/netconf/netconf-scale.yaml b/jjb/netconf/netconf-scale.yaml index a38373669..e1677af41 100644 --- a/jjb/netconf/netconf-scale.yaml +++ b/jjb/netconf/netconf-scale.yaml @@ -35,8 +35,6 @@ robot-options: '-v USE_NETCONF_CONNECTOR:True' install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/netconf/netconf-userfeatures.yaml b/jjb/netconf/netconf-userfeatures.yaml index f3f098dc0..6172b4631 100644 --- a/jjb/netconf/netconf-userfeatures.yaml +++ b/jjb/netconf/netconf-userfeatures.yaml @@ -39,8 +39,6 @@ robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:True' install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/netide/netide-csit-basic.yaml b/jjb/netide/netide-csit-basic.yaml index f653dc9c7..fffd7f02c 100644 --- a/jjb/netide/netide-csit-basic.yaml +++ b/jjb/netide/netide-csit-basic.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/netvirt/netvirt-legacy-csit.yaml b/jjb/netvirt/netvirt-legacy-csit.yaml index 3e94b1f83..48bec1ccc 100644 --- a/jjb/netvirt/netvirt-legacy-csit.yaml +++ b/jjb/netvirt/netvirt-legacy-csit.yaml @@ -19,8 +19,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/nic/nic-csit-basic.yaml b/jjb/nic/nic-csit-basic.yaml index b544579d6..9dd3c11b7 100644 --- a/jjb/nic/nic-csit-basic.yaml +++ b/jjb/nic/nic-csit-basic.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/ocpplugin/ocpplugin-csit-basic.yaml b/jjb/ocpplugin/ocpplugin-csit-basic.yaml index c35fc9ed1..2863f1159 100644 --- a/jjb/ocpplugin/ocpplugin-csit-basic.yaml +++ b/jjb/ocpplugin/ocpplugin-csit-basic.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/ocpplugin/ocpplugin-csit-scalability.yaml b/jjb/ocpplugin/ocpplugin-csit-scalability.yaml index a78ea3e49..484d47e99 100644 --- a/jjb/ocpplugin/ocpplugin-csit-scalability.yaml +++ b/jjb/ocpplugin/ocpplugin-csit-scalability.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/of-config/of-config-csit-basic.yaml b/jjb/of-config/of-config-csit-basic.yaml index 34a0d9541..ba2541c9a 100644 --- a/jjb/of-config/of-config-csit-basic.yaml +++ b/jjb/of-config/of-config-csit-basic.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services.yaml index d6b5d045b..94820c9aa 100644 --- a/jjb/openflowplugin/openflowplugin-csit-flow-services.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-flow-services.yaml @@ -30,8 +30,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/ovsdb/ovsdb-csit-southbound.yaml b/jjb/ovsdb/ovsdb-csit-southbound.yaml index 32f8f7eb5..df7fbf19b 100644 --- a/jjb/ovsdb/ovsdb-csit-southbound.yaml +++ b/jjb/ovsdb/ovsdb-csit-southbound.yaml @@ -30,8 +30,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/packetcable/packetcable-csit-pcmm.yaml b/jjb/packetcable/packetcable-csit-pcmm.yaml index cd627056a..eeb615297 100644 --- a/jjb/packetcable/packetcable-csit-pcmm.yaml +++ b/jjb/packetcable/packetcable-csit-pcmm.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/sfc/sfc-csit-full-deploy.yaml b/jjb/sfc/sfc-csit-full-deploy.yaml index 6d086ea92..0417bfbeb 100644 --- a/jjb/sfc/sfc-csit-full-deploy.yaml +++ b/jjb/sfc/sfc-csit-full-deploy.yaml @@ -24,8 +24,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/sfc/sfc-csit-rest-basic.yaml b/jjb/sfc/sfc-csit-rest-basic.yaml index 12edbb574..8f9c41f0e 100644 --- a/jjb/sfc/sfc-csit-rest-basic.yaml +++ b/jjb/sfc/sfc-csit-rest-basic.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/snmp/snmp-csit-basic.yaml b/jjb/snmp/snmp-csit-basic.yaml index 294350f69..ce0c0bddb 100644 --- a/jjb/snmp/snmp-csit-basic.yaml +++ b/jjb/snmp/snmp-csit-basic.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/sxp/sxp-csit-basic.yaml b/jjb/sxp/sxp-csit-basic.yaml index 2d0877b36..2fbba9cb2 100644 --- a/jjb/sxp/sxp-csit-basic.yaml +++ b/jjb/sxp/sxp-csit-basic.yaml @@ -28,8 +28,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/sxp/sxp-csit-cluster-routing.yaml b/jjb/sxp/sxp-csit-cluster-routing.yaml index f89a2d4c6..642099b4c 100644 --- a/jjb/sxp/sxp-csit-cluster-routing.yaml +++ b/jjb/sxp/sxp-csit-cluster-routing.yaml @@ -24,8 +24,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/sxp/sxp-csit-clustering.yaml b/jjb/sxp/sxp-csit-clustering.yaml index b594da84e..eb881946e 100644 --- a/jjb/sxp/sxp-csit-clustering.yaml +++ b/jjb/sxp/sxp-csit-clustering.yaml @@ -28,8 +28,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/sxp/sxp-csit-filtering.yaml b/jjb/sxp/sxp-csit-filtering.yaml index b8d4c0b5c..0cd47f9e3 100644 --- a/jjb/sxp/sxp-csit-filtering.yaml +++ b/jjb/sxp/sxp-csit-filtering.yaml @@ -28,8 +28,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/sxp/sxp-csit-performance.yaml b/jjb/sxp/sxp-csit-performance.yaml index d095e90c1..9b3eac025 100644 --- a/jjb/sxp/sxp-csit-performance.yaml +++ b/jjb/sxp/sxp-csit-performance.yaml @@ -24,8 +24,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/sxp/sxp-csit-topology.yaml b/jjb/sxp/sxp-csit-topology.yaml index 52da04d67..cfbb2e49a 100644 --- a/jjb/sxp/sxp-csit-topology.yaml +++ b/jjb/sxp/sxp-csit-topology.yaml @@ -28,8 +28,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/topoprocessing/topoprocessing-csit-topology-operation.yaml b/jjb/topoprocessing/topoprocessing-csit-topology-operation.yaml index 6fd285789..d938c4393 100644 --- a/jjb/topoprocessing/topoprocessing-csit-topology-operation.yaml +++ b/jjb/topoprocessing/topoprocessing-csit-topology-operation.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/tsdr/tsdr-csit-hbase.yaml b/jjb/tsdr/tsdr-csit-hbase.yaml index fd70cdcda..fa4b354ab 100644 --- a/jjb/tsdr/tsdr-csit-hbase.yaml +++ b/jjb/tsdr/tsdr-csit-hbase.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/tsdr/tsdr-csit-hsqldb.yaml b/jjb/tsdr/tsdr-csit-hsqldb.yaml index 30a587e4b..86585e6fd 100644 --- a/jjb/tsdr/tsdr-csit-hsqldb.yaml +++ b/jjb/tsdr/tsdr-csit-hsqldb.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/unimgr/unimgr-csit-basic.yaml b/jjb/unimgr/unimgr-csit-basic.yaml index 438cc8956..06723b867 100644 --- a/jjb/unimgr/unimgr-csit-basic.yaml +++ b/jjb/unimgr/unimgr-csit-basic.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/unimgr/unimgr-csit-legato.yaml b/jjb/unimgr/unimgr-csit-legato.yaml index 626627b24..5ecb7595a 100644 --- a/jjb/unimgr/unimgr-csit-legato.yaml +++ b/jjb/unimgr/unimgr-csit-legato.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/usc/usc-csit-channel.yaml b/jjb/usc/usc-csit-channel.yaml index bfb25dd19..8d5296007 100644 --- a/jjb/usc/usc-csit-channel.yaml +++ b/jjb/usc/usc-csit-channel.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/usc/usc-csit-tcp.yaml b/jjb/usc/usc-csit-tcp.yaml index 542cfb2cb..cd97e3314 100644 --- a/jjb/usc/usc-csit-tcp.yaml +++ b/jjb/usc/usc-csit-tcp.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/usc/usc-csit-udp.yaml b/jjb/usc/usc-csit-udp.yaml index b6af34d03..415f977bb 100644 --- a/jjb/usc/usc-csit-udp.yaml +++ b/jjb/usc/usc-csit-udp.yaml @@ -19,8 +19,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/usecplugin/usecplugin-csit-basic.yaml b/jjb/usecplugin/usecplugin-csit-basic.yaml index 4e5b12f12..afb8d0a46 100644 --- a/jjb/usecplugin/usecplugin-csit-basic.yaml +++ b/jjb/usecplugin/usecplugin-csit-basic.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/vtn/vtn-csit-3node-manager.yaml b/jjb/vtn/vtn-csit-3node-manager.yaml index 7612002a6..cc057faac 100644 --- a/jjb/vtn/vtn-csit-3node-manager.yaml +++ b/jjb/vtn/vtn-csit-3node-manager.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all' diff --git a/jjb/vtn/vtn-csit-manager.yaml b/jjb/vtn/vtn-csit-manager.yaml index 96ad8e82b..5599d9468 100644 --- a/jjb/vtn/vtn-csit-manager.yaml +++ b/jjb/vtn/vtn-csit-manager.yaml @@ -29,8 +29,6 @@ karaf-version: karaf3 install: - - only: - scope: 'only' - all: scope: 'all'