Merge "Fix rtd verify job choosing strategy"
authorAric Gardner <agardner@linuxfoundation.org>
Mon, 16 Sep 2019 23:30:54 +0000 (23:30 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Mon, 16 Sep 2019 23:30:54 +0000 (23:30 +0000)
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.