From: Bengt Thuree Date: Wed, 18 Sep 2019 08:56:15 +0000 (+0200) Subject: Change sonar trigger to run-sonar X-Git-Tag: v0.44.0~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F70%2F61770%2F3;p=releng%2Fglobal-jjb.git Change sonar trigger to run-sonar It was stage-release, and with this change it will be similar to other jobs. Signed-off-by: Bengt Thuree Change-Id: I4c458979ec696c7d368bf410dabaa43ee7abb2f7 --- diff --git a/jjb/lf-c-cpp-jobs.yaml b/jjb/lf-c-cpp-jobs.yaml index 72cbfd84..6840228b 100644 --- a/jjb/lf-c-cpp-jobs.yaml +++ b/jjb/lf-c-cpp-jobs.yaml @@ -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 index 00000000..b35dd881 --- /dev/null +++ b/releasenotes/notes/new_sonar_trigger-94d333307da7eb4f.yaml @@ -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.