From 0ba677c1249d536c7c24cf7e059a626a9b3584ab Mon Sep 17 00:00:00 2001 From: Bengt Thuree Date: Wed, 18 Sep 2019 10:56:15 +0200 Subject: [PATCH] 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 --- jjb/lf-c-cpp-jobs.yaml | 2 +- releasenotes/notes/new_sonar_trigger-94d333307da7eb4f.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/new_sonar_trigger-94d333307da7eb4f.yaml 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. -- 2.16.6