diff options
-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}" |