diff options
author | Jeremy Phelps <jphelps@linuxfoundation.org> | 2018-08-23 12:48:24 -0500 |
---|---|---|
committer | Jeremy Phelps <jphelps@linuxfoundation.org> | 2018-08-23 13:01:41 -0500 |
commit | 4eb85d76fcab6bb8e1b20e75ae3ca79b0c0a869f (patch) | |
tree | ed49fea04edaaef5bd49045ddbc5bc34ba9bcf2a | |
parent | 3cffa43d73a08aa10cc5c074e3fe1072fb7d9178 (diff) |
Disable oom helm subproject jobs
Issue-ID: CIMAN-164
Change-Id: I0e30903d7643c1dafb7409629e4f0673a0e2b238
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
-rw-r--r-- | jjb/global-templates-helm.yaml | 3 | ||||
-rw-r--r-- | 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: '**' |