From 4eb85d76fcab6bb8e1b20e75ae3ca79b0c0a869f Mon Sep 17 00:00:00 2001 From: Jeremy Phelps Date: Thu, 23 Aug 2018 12:48:24 -0500 Subject: [PATCH] Disable oom helm subproject jobs Issue-ID: CIMAN-164 Change-Id: I0e30903d7643c1dafb7409629e4f0673a0e2b238 Signed-off-by: Jeremy Phelps --- jjb/global-templates-helm.yaml | 3 +++ jjb/oom/oom-helm.yaml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/global-templates-helm.yaml b/jjb/global-templates-helm.yaml index 396a28d49..d7cc056e5 100644 --- a/jjb/global-templates-helm.yaml +++ b/jjb/global-templates-helm.yaml @@ -153,6 +153,7 @@ <<: *helm_job_boiler_plate + disabled: true builders: - shell: '{pre_build_script}' - shell: '{build_script}' @@ -164,6 +165,7 @@ <<: *helm_job_boiler_plate + disabled: true builders: - shell: '{pre_build_script}' - shell: '{build_script}' @@ -177,6 +179,7 @@ # branch: git branch (eg. stable/lithium or master) <<: *helm_job_boiler_plate + disabled: true scm: - lf-infra-gerrit-scm: jenkins-ssh-credential: '{jenkins-ssh-credential}' diff --git a/jjb/oom/oom-helm.yaml b/jjb/oom/oom-helm.yaml index 467c16681..7b2c7c9b3 100644 --- a/jjb/oom/oom-helm.yaml +++ b/jjb/oom/oom-helm.yaml @@ -95,12 +95,9 @@ # Below jobs disabled until future need. - '{project-name}-{subproject}-{stream}-verify-helm': - disabled: true build_script: '{subproject_build_script}' - '{project-name}-{subproject}-{stream}-merge-helm': - disabled: true build_script: '{subproject_build_script}' - '{project-name}-{stream}-update-helm-weekly': - disabled: true build_script: '{oom_build_script}' files: '**' -- 2.16.6