Change sonar trigger to run-sonar 70/61770/3
authorBengt Thuree <bthuree@linuxfoundation.org>
Wed, 18 Sep 2019 08:56:15 +0000 (10:56 +0200)
committerBengt Thuree <bthuree@linuxfoundation.org>
Thu, 19 Sep 2019 17:23:00 +0000 (19:23 +0200)
It was stage-release, and with this change it
will be similar to other jobs.

Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org>
Change-Id: I4c458979ec696c7d368bf410dabaa43ee7abb2f7

jjb/lf-c-cpp-jobs.yaml
releasenotes/notes/new_sonar_trigger-94d333307da7eb4f.yaml [new file with mode: 0644]

index 72cbfd8..6840228 100644 (file)
@@ -99,7 +99,7 @@
           server-name: "{gerrit-server-name}"
           trigger-on:
             - comment-added-contains-event:
-                comment-contains-value: '^Patch Set\s+\d+:\s+stage-release\s*$'
+                comment-contains-value: '^Patch Set\s+\d+:\s+run-sonar\s*$'
           projects:
             - project-compare-type: "ANT"
               project-pattern: "{project}"
diff --git a/releasenotes/notes/new_sonar_trigger-94d333307da7eb4f.yaml b/releasenotes/notes/new_sonar_trigger-94d333307da7eb4f.yaml
new file mode 100644 (file)
index 0000000..b35dd88
--- /dev/null
@@ -0,0 +1,4 @@
+---
+fixes:
+  - Changed the trigger to run sonar from stage-release to run-sonar.
+    This makes it more concistent with the other parts.