From 9bd7c5da59019a2b43ea6b4b95581b1bafab2db9 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 20 Jan 2016 11:46:53 -0500 Subject: [PATCH] Temporarily disable CSIT jobs for Rackspace networking Until the Rackspace networking issues are resolved lets tempoariliy disable CSIT jobs to free up ports to allow Jenkins to spin up merge and verify VMs. All CSIT jobs are failing at the moment so there is no benefit to keeping these jobs around using up our resources. Change-Id: Idf9122dbd6616395aceb5c7ea3ae98ce23d82f49 Signed-off-by: Thanh Ha --- jjb/integration/integration-templates.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/jjb/integration/integration-templates.yaml b/jjb/integration/integration-templates.yaml index c393b38df..083019912 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -29,6 +29,8 @@ - job-template: name: '{project}-csit-verify-1node-{functionality}-{stream}' + # Temporarily disable csit job until Rackspace networking issues are solved + disabled: true project-type: freestyle node: dynamic_robot @@ -106,6 +108,8 @@ - job-template: name: '{project}-csit-1node-imds-{functionality}-{install}-{stream}' + # Temporarily disable csit job until Rackspace networking issues are solved + disabled: true project-type: freestyle node: dynamic_robot @@ -154,6 +158,7 @@ users: - '{ssh-credentials}' + triggers: - integration-csit-{install}: jobs: '{trigger-jobs}' @@ -212,6 +217,8 @@ - job-template: name: '{project}-csit-verify-1node-{functionality}' + # Temporarily disable csit job until Rackspace networking issues are solved + disabled: true project-type: freestyle node: dynamic_robot @@ -289,6 +296,8 @@ - job-template: name: '{project}-csit-1node-{functionality}-{install}-{stream}' + # Temporarily disable csit job until Rackspace networking issues are solved + disabled: true project-type: freestyle node: dynamic_robot @@ -391,6 +400,8 @@ - job-template: name: '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' + # Temporarily disable csit job until Rackspace networking issues are solved + disabled: true project-type: freestyle node: dynamic_robot @@ -491,6 +502,8 @@ - job-template: name: '{project}-csit-verify-3node-{functionality}' + # Temporarily disable csit job until Rackspace networking issues are solved + disabled: true project-type: freestyle node: dynamic_robot @@ -570,6 +583,8 @@ - job-template: name: '{project}-csit-3node-{functionality}-{install}-{stream}' + # Temporarily disable csit job until Rackspace networking issues are solved + disabled: true project-type: freestyle node: dynamic_robot @@ -674,6 +689,8 @@ - job-template: name: '{project}-csit-3node-periodic-{functionality}-{install}-{stream}' + # Temporarily disable csit job until Rackspace networking issues are solved + disabled: true project-type: freestyle node: dynamic_robot -- 2.36.6