From 9294e341ad505f355158bfaafcb57ad209a496e6 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Tue, 16 Aug 2022 17:13:55 +0200 Subject: fix(hicn.yaml): fix triggers for build/ftest jobs Change-Id: Ib221851e9476d836a3ee1028eb49405cefc13d76 Signed-off-by: Mauro Sardara --- jjb/hicn/hicn.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'jjb/hicn/hicn.yaml') diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml index 3a37d1dcf..750611941 100644 --- a/jjb/hicn/hicn.yaml +++ b/jjb/hicn/hicn.yaml @@ -247,16 +247,16 @@ triggers: - gerrit: - server-name: 'Primary' + server-name: "Primary" trigger-on: - comment-added-contains-event: - comment-contains-value: 'checkstyle_success' + comment-contains-value: "checkstyle_success" projects: - - project-compare-type: 'ANT' - project-pattern: '{name}' + - project-compare-type: "ANT" + project-pattern: "{project}" branches: - - branch-compare-type: 'ANT' - branch-pattern: '**/{branch}' + - branch-compare-type: "ANT" + branch-pattern: "**/{branch}" override-votes: true gerrit-build-notbuilt-verified-value: 0 gerrit-build-successful-verified-value: 1 @@ -271,7 +271,6 @@ unstable: false notbuilt: false - builders: - shell: !include-raw-escape: - ../scripts/setup_executor_env.sh @@ -323,7 +322,7 @@ publishers: - robot-report: - output-path: 'tests' + output-path: "tests" - job-template: name: "hicn-merge-{stream}-{os}-{executor-arch}" -- cgit 1.2.3-korg