Revert "Add global read the docs jobs" 65/1165/2
authorChris Lott <cl778h@att.com>
Tue, 15 Oct 2019 20:15:13 +0000 (20:15 +0000)
committerChris Lott <cl778h@att.com>
Tue, 15 Oct 2019 20:24:37 +0000 (20:24 +0000)
This reverts commit 6d1913cfdbc909207af36d0feae26c50ff14b425.
Reason for revert: global RTDv2 jobs fail which blocks work.
Need to figure out Python projects - the regexps match any
change to any conf.py file which is too broad; and Python
projects already have tox.ini files for their own needs.

Change-Id: I48a9514515c41287b59e751448037112fd2bfb3c
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
jjb/read-the-docs/rtd.yaml [deleted file]

diff --git a/jjb/read-the-docs/rtd.yaml b/jjb/read-the-docs/rtd.yaml
deleted file mode 100644 (file)
index 4661da7..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
----
-# 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'