Add global read the docs jobs 57/1157/4
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 15 Oct 2019 17:47:10 +0000 (13:47 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 15 Oct 2019 18:56:25 +0000 (18:56 +0000)
jobs trigger on any changes to files in the
docs/* directory

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

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..4661da7
--- /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: rtdv2-verify-global
+    build-node: centos7-builder-1c-1g
+    jobs:
+      - 'rtdv2-verify-global'
+    stream:
+      - master:
+          branch: 'master'
+
+- project:
+    name: rtdv2-merge-global
+    build-node: centos7-builder-1c-1g
+    jobs:
+      - 'rtdv2-merge-global'
+    stream:
+      - master:
+          branch: 'master'