Fix: sonary-verify choosing strategy to "gerrit" 05/69105/2 v0.70.0
authorEric Ball <eball@linuxfoundation.org>
Thu, 11 Nov 2021 22:10:54 +0000 (14:10 -0800)
committerEric Ball <eball@linuxfoundation.org>
Thu, 11 Nov 2021 22:20:09 +0000 (14:20 -0800)
Change-Id: Id5d1f3b2a832c2206788bb0a06a1173cb9018666
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jjb/lf-maven-jobs.yaml
releasenotes/notes/fix-sonar-verify-3fb0c21f91821f4f.yaml [new file with mode: 0644]

index f491617..04ae40f 100644 (file)
           submodule-recursive: "{submodule-recursive}"
           submodule-timeout: "{submodule-timeout}"
           submodule-disable: "{submodule-disable}"
-          choosing-strategy: default
+          choosing-strategy: gerrit
 
 - job-template:
     name: "{project-name}-sonar-prescan-script"
diff --git a/releasenotes/notes/fix-sonar-verify-3fb0c21f91821f4f.yaml b/releasenotes/notes/fix-sonar-verify-3fb0c21f91821f4f.yaml
new file mode 100644 (file)
index 0000000..fec256a
--- /dev/null
@@ -0,0 +1,6 @@
+---
+fixes:
+  - |
+    gerrit-maven-sonar-verify was using the "default" branch choosing strategy,
+    which pulls master, rather than the "gerrit" strategy for pulling feature
+    branches.