From: Chris Lott Date: Tue, 15 Oct 2019 20:15:13 +0000 (+0000) Subject: Revert "Add global read the docs jobs" X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=11ab27b79f89d371f0c018c5e11bf3ab42301f96;p=ci-management.git Revert "Add global read the docs jobs" 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) --- diff --git a/jjb/read-the-docs/rtd.yaml b/jjb/read-the-docs/rtd.yaml deleted file mode 100644 index 4661da78..00000000 --- a/jjb/read-the-docs/rtd.yaml +++ /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'