summaryrefslogtreecommitdiffstats
path: root/docs/ci/user-guide.rst
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-12-08 17:59:45 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2022-12-08 18:08:31 +0100
commitbf5675bdba1bf204326b38e29c1e4b096e36a5ed (patch)
treecefd746eabf2a38982f1220ad2a6f999e89841e7 /docs/ci/user-guide.rst
parent938f98d9a0ae3390adc75cfdfa7f2334186a4cad (diff)
Get rid of global jjb in Anuket
They are useless here, never updated and failed a lot because of package management issues in it. It now defines all views in the classical way. It also removes all rtd jobs as they are useless. Our docs are built on git events via RTD too. (and it avoids the hardcoded token which should be a security convern). If needed, cirv and laas python verification will be updated in a second patchset. Change-Id: I5aee179d804a5547a464501a03d7afa395420552 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs/ci/user-guide.rst')
-rw-r--r--docs/ci/user-guide.rst33
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/ci/user-guide.rst b/docs/ci/user-guide.rst
index b2921f14a..a56a3a1b0 100644
--- a/docs/ci/user-guide.rst
+++ b/docs/ci/user-guide.rst
@@ -101,39 +101,6 @@ on merges and tags to your project repository::
project: 'myproject'
<<: *master
-
-Documentation Builds
-~~~~~~~~~~~~~~~~~~~~
-
-Documentation is build using they Python Sphinx project. You can read
-more about how these build work and how your documentation should be
-setup in the `opnfvdocs`_ project.
-
-Create a file at **jjb/myproject/myproject-rtd-builds.yaml** with the
-following content::
-
- ---
- - project:
- name: myproject-rtd
- project: myproject
- project-name: myproject
-
- project-pattern: 'myproject'
- rtd-build-url: <request from LFN IT>
- rtd-token: <request from LFN IT>
-
- jobs:
- - '{project-name}-rtd-jobs'
-
-.. note::
- Open a ticket with a link to the change adding your documentation
- at `support.linuxfoundation.org`_ and the LFN IT team will
- provide you the *rtd-build-url* and *rtd-token*.
-
-This will create jobs to build your project documentation (under *docs/*
-in your project repository) on proposed changes, and trigger a rebuild
-on the RTD site when code is merged in your project.
-
.. _Jenkins Job Builder: https://docs.openstack.org/infra/jenkins-job-builder/
.. _Releng: https://gerrit.opnfv.org/gerrit/admin/repos/releng
.. _Global-JJB: https://docs.releng.linuxfoundation.org/projects/global-jjb/en/latest/index.html