diff options
author | Mauro Sardara <msardara@cisco.com> | 2022-08-16 17:13:55 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2022-08-16 17:20:48 +0200 |
commit | 9294e341ad505f355158bfaafcb57ad209a496e6 (patch) | |
tree | ccde148950ed87952556aee89e9689267e6c9327 | |
parent | cb4174b4f022920e0db054868b4993a8869e4f1b (diff) |
fix(hicn.yaml): fix triggers for build/ftest jobs
Change-Id: Ib221851e9476d836a3ee1028eb49405cefc13d76
Signed-off-by: Mauro Sardara <msardara@cisco.com>
-rw-r--r-- | jjb/hicn/hicn.yaml | 15 |
1 files changed, 7 insertions, 8 deletions
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}" |