Merge "Revert "Fix rtd verify job choosing strategy""
authorAric Gardner <agardner@linuxfoundation.org>
Wed, 25 Sep 2019 18:35:57 +0000 (18:35 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Wed, 25 Sep 2019 18:35:57 +0000 (18:35 +0000)
jjb/lf-rtd-jobs.yaml
releasenotes/notes/fix-rtd-verify-12b5784f1c22b5d9.yaml [deleted file]

index 8a8e3aa..60f89d3 100644 (file)
           submodule-recursive: "{submodule-recursive}"
           submodule-timeout: "{submodule-timeout}"
           submodule-disable: "{submodule-disable}"
-          choosing-strategy: gerrit
+          choosing-strategy: default
 
     triggers:
       - gerrit:
diff --git a/releasenotes/notes/fix-rtd-verify-12b5784f1c22b5d9.yaml b/releasenotes/notes/fix-rtd-verify-12b5784f1c22b5d9.yaml
deleted file mode 100644 (file)
index 35a414d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
----
-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.