Add read the docsv3 jobs. 92/1192/2
authorAric Gardner <agardner@linuxfoundation.org>
Mon, 21 Oct 2019 20:04:36 +0000 (16:04 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Mon, 21 Oct 2019 20:33:10 +0000 (16:33 -0400)
These jobs will trigger but will not run any code unless
a .readthedocs.yaml file exists in the root of your repo.

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: Ice3f957a9d99222bfa2f915cf7fc92bd627fa0fe

jjb/read-the-docs/rtd.yaml [new file with mode: 0644]

diff --git a/jjb/read-the-docs/rtd.yaml b/jjb/read-the-docs/rtd.yaml
new file mode 100644 (file)
index 0000000..a44537a
--- /dev/null
@@ -0,0 +1,23 @@
+---
+# Global read the docs jobs
+#
+# jobs trigger for all projects on any changes
+# to files in the docs/* directory
+
+- project:
+    name: rtdv3-global-verify
+    build-node: centos7-builder-1c-1g
+    jobs:
+      - rtdv3-global-verify
+    stream:
+      - master:
+          branch: master
+
+- project:
+    name: rtdv3-global-merge
+    build-node: centos7-builder-1c-1g
+    jobs:
+      - rtdv3-global-merge
+    stream:
+      - master:
+          branch: master