From: Cédric Ollivier Date: Fri, 7 Aug 2020 20:08:42 +0000 (+0200) Subject: Fix blocker regexes X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=29084cf1b55fc46f7dbd311baebb1307584c9d62;p=releng.git Fix blocker regexes Change-Id: Idfd7e9723194b3226a9ec3f5271c4960114b6657 Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 2996e979d..2d01c2e86 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -615,7 +615,7 @@ use-build-blocker: true blocking-level: 'NODE' blocking-jobs: - - '^functest-{tag}-(daily|check|gate)$' + - '^functest(-ovn)?-(arm.*-|amd64-)*[a-z]+-(daily|gate|check)$' builders: - multijob: name: remove former images @@ -979,7 +979,7 @@ use-build-blocker: true blocking-level: 'NODE' blocking-jobs: - - '^functest-{tag}-(daily|check|gate)$' + - '^functest(-ovn)?-(arm.*-|amd64-)*[a-z]+-(daily|gate|check)$' builders: - multijob: name: remove former images @@ -1206,7 +1206,7 @@ use-build-blocker: true blocking-level: 'NODE' blocking-jobs: - - '^functest-{tag}-(daily|check|gate)$' + - '^functest(-ovn)?-(arm.*-|amd64-)*[a-z]+-(daily|gate|check)$' builders: - multijob: name: remove former images