diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-02-23 08:51:06 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-02-23 08:51:06 +0100 |
commit | e9d41cc98dde6971746ccc205d96334d65ccbace (patch) | |
tree | 668d76323e37b8f90907532d4665db5fe660c90b /jjb/oom | |
parent | 870b2cd6dcaabd9abdaa8ffa473a7624676d5939 (diff) |
[OOM] Disable Helm2 verification on master branch
Master branch is not helm2 compatible now.
So let's remove job verification with helm2 for this branch.
Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I342a0e7e0e04132badf2279257310b3a969fb286
Diffstat (limited to 'jjb/oom')
-rw-r--r-- | jjb/oom/oom-helm.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/oom/oom-helm.yaml b/jjb/oom/oom-helm.yaml index eeeab1568..504f7f49a 100644 --- a/jjb/oom/oom-helm.yaml +++ b/jjb/oom/oom-helm.yaml @@ -63,6 +63,9 @@ - "{project-name}-{stream}-verify-helm2": files: "**" build-timeout: 360 + stream: + - guilin + - frankfurt - "{project-name}-{stream}-verify-{helm_bin}": build_script: "{oom_build_script}" files: "**" |