fix(hicn.yaml): fix triggers for build/ftest jobs 10/36910/4
authorMauro Sardara <[email protected]>
Tue, 16 Aug 2022 15:13:55 +0000 (17:13 +0200)
committerMauro Sardara <[email protected]>
Tue, 16 Aug 2022 15:20:48 +0000 (17:20 +0200)
Change-Id: Ib221851e9476d836a3ee1028eb49405cefc13d76
Signed-off-by: Mauro Sardara <[email protected]>
jjb/hicn/hicn.yaml

index 3a37d1d..7506119 100644 (file)
 
     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
             unstable: false
             notbuilt: false
 
-
     builders:
       - shell: !include-raw-escape:
           - ../scripts/setup_executor_env.sh
 
     publishers:
       - robot-report:
-          output-path: 'tests'
+          output-path: "tests"
 
 - job-template:
     name: "hicn-merge-{stream}-{os}-{executor-arch}"