Fix rtd verify job choosing strategy 22/61722/4
authorHoua Yang <hyang@contractor.linuxfoundation.org>
Fri, 13 Sep 2019 16:03:35 +0000 (11:03 -0500)
committerHoua Yang <hyang@contractor.linuxfoundation.org>
Mon, 16 Sep 2019 20:39:10 +0000 (15:39 -0500)
Change default setting of choosing strategy from default to gerrit
for rtd verify job. If the stratgey is not gerrit, you will need
to manually set the choosing strategy to gerrit in the jenkins job
before you can build using a specific parameter refspec.

Issue-Id:RELENG-911

Signed-off-by: Houa Yang <hyang@contractor.linuxfoundation.org>
Change-Id: If5f10f83048b907123bf423394ef0adf85607806

jjb/lf-rtd-jobs.yaml
releasenotes/notes/fix-rtd-verify-12b5784f1c22b5d9.yaml [new file with mode: 0644]

index 60f89d3..8a8e3aa 100644 (file)
           submodule-recursive: "{submodule-recursive}"
           submodule-timeout: "{submodule-timeout}"
           submodule-disable: "{submodule-disable}"
-          choosing-strategy: default
+          choosing-strategy: gerrit
 
     triggers:
       - gerrit:
diff --git a/releasenotes/notes/fix-rtd-verify-12b5784f1c22b5d9.yaml b/releasenotes/notes/fix-rtd-verify-12b5784f1c22b5d9.yaml
new file mode 100644 (file)
index 0000000..35a414d
--- /dev/null
@@ -0,0 +1,5 @@
+---
+fixes:
+  - |
+    Update choosing-strategy from default to gerrit to allow building with
+    specific refspec parameters and while not having to also set the branch to master.