From bf5675bdba1bf204326b38e29c1e4b096e36a5ed Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 8 Dec 2022 17:59:45 +0100 Subject: Get rid of global jjb in Anuket MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/ci/user-guide.rst | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'docs') 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: - rtd-token: - - 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 -- cgit 1.2.3-korg