From 8ab6427ddbbd818db227c632875a0f4009aa7fbb Mon Sep 17 00:00:00 2001 From: Lasse Kaihlavirta Date: Wed, 3 Feb 2021 17:45:25 +0200 Subject: Limit CSIT trigger file pattern to first dir level - project-name should be applied to filter directory names only under first directory depth level in CSIT trigger file pattern to avoid running unnecessary and unrelated verification jobs Issue-ID: INT-1848 Signed-off-by: Lasse Kaihlavirta Change-Id: I003e318890f1bccde20e2bd1d4593e47f5f07f1e --- jjb/integration/integration-templates-csit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml index fea840210..f0394477b 100644 --- a/jjb/integration/integration-templates-csit.yaml +++ b/jjb/integration/integration-templates-csit.yaml @@ -42,7 +42,7 @@ server: '{server-name}' project: 'integration/csit' branch: '{branch}' - files: '**/{project-name}/**' + files: '*/{project-name}/**' builders: - lf-update-java-alternatives: @@ -105,7 +105,7 @@ server: '{server-name}' project: 'integration/csit' branch: '{branch}' - files: '**/{project-name}/**' + files: '*/{project-name}/**' - timed: '@daily' - reverse: jobs: '{obj:trigger_jobs}' -- cgit 1.2.3-korg