From 0432560d6ddf7c792bf3b1d348246907731b62e5 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 11 May 2016 09:26:47 +0200 Subject: [PATCH] bottlenecks: Disable jobs running against CI PODs Test Strategy Group must come to a decision regarding what to run against CI PODs. Until that happens, business as usual; deploy, functest, yardstick. In order for bottlenecks to run against CI PODs, it must be discussed in Test Strategy Group and a decision must be presented to releng. If the jobs get activated and run again, next step is removal of the jobs. Apart from CI PODs, permission was never asked and never given for ericsson-pod1 so job running on it is disabled as well. Change-Id: I82b481775475ef36d132541efdc40c325d05e77a Signed-off-by: Fatih Degirmenci --- jjb/bottlenecks/bottlenecks-ci-jobs.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/jjb/bottlenecks/bottlenecks-ci-jobs.yml b/jjb/bottlenecks/bottlenecks-ci-jobs.yml index 1109d188e..801de4a5b 100644 --- a/jjb/bottlenecks/bottlenecks-ci-jobs.yml +++ b/jjb/bottlenecks/bottlenecks-ci-jobs.yml @@ -32,12 +32,15 @@ pod: - opnfv-jump-2: installer: fuel + disabled: true <<: *brahmaputra - intel-pod5: installer: joid + disabled: true <<: *brahmaputra - huawei-us-deploy-bare-1: installer: compass + disabled: true <<: *brahmaputra #-------------------------------- # master @@ -47,21 +50,27 @@ <<: *master - ericsson-pod1: installer: fuel + disabled: true <<: *master - ericsson-pod2: installer: fuel + disabled: true <<: *master - intel-pod6: installer: joid + disabled: true <<: *master - intel-pod8: installer: compass + disabled: true <<: *master - zte-pod1: installer: fuel + disabled: false <<: *master - orange-pod2: installer: joid + disabled: false <<: *master #-------------------------------- suite: @@ -77,7 +86,7 @@ - job-template: name: 'bottlenecks-{installer}-{suite}-{pod}-daily-{stream}' - disabled: false + disabled: '{disabled}' wrappers: - build-name: -- 2.16.6