From 4655b062d5c1e954e975bf9493c66f5cf8c306c7 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Wed, 24 Feb 2021 16:35:24 +0100 Subject: [OOM] Create a new project for legacy branches As helm compatibility is complex, let's break OOM verify job into two project: one for "old" versions and one for the new versions that doesn't support helm v2. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux Change-Id: Ib7d3fa8b4d84eada23f84f2639df3d0d383ec9cb --- jjb/oom/oom-helm.yaml | 40 +++++----------------------------------- 1 file changed, 5 insertions(+), 35 deletions(-) (limited to 'jjb/oom/oom-helm.yaml') diff --git a/jjb/oom/oom-helm.yaml b/jjb/oom/oom-helm.yaml index 504f7f49a..3c1329a44 100644 --- a/jjb/oom/oom-helm.yaml +++ b/jjb/oom/oom-helm.yaml @@ -23,49 +23,19 @@ stream: - "master": branch: "master" - - "guilin": - branch: "guilin" - - "frankfurt": - branch: "frankfurt" - - "dublin": - branch: "dublin" - - "casablanca": - branch: "casablanca" - - subproject: - - "aai": - files: "kubernetes/aai/**" - - "robot": - files: "kubernetes/robot/**" + - "honolulu": + branch: "honolulu" helm_bin: - helm3.5 - helm3.3 - exclude: - - stream: guilin - helm_bin: helm3.5 - - stream: frankfurt - helm_bin: helm3.5 - - stream: frankfurt - helm_bin: helm3.3 - - stream: dublin - helm_bin: helm3.5 - - stream: dublin - helm_bin: helm3.3 - - stream: casablanca - helm_bin: helm3.5 - - stream: casablanca - helm_bin: helm3.3 + exclude: [] + subproject: [] + jobs: - "{project-name}-{stream}-image-verify": files: "**" - - "{project-name}-{stream}-verify-helm2": - files: "**" - build-timeout: 360 - stream: - - guilin - - frankfurt - "{project-name}-{stream}-verify-{helm_bin}": build_script: "{oom_build_script}" files: "**" -- cgit 1.2.3-korg