From 955117767fac775e1507d6661820359fc14a763f Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 1 Feb 2022 09:55:07 -0500 Subject: [PATCH] {ceph-pr-render,teuthology}-docs: Disable job We're using RTD now. The docs Jenkins builder is retired. Signed-off-by: David Galloway --- ceph-pr-render-docs/config/definitions/ceph-pr-render-docs.yml | 1 + teuthology-docs/config/definitions/teuthology-docs.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/ceph-pr-render-docs/config/definitions/ceph-pr-render-docs.yml b/ceph-pr-render-docs/config/definitions/ceph-pr-render-docs.yml index 68e61031..5fc9b917 100644 --- a/ceph-pr-render-docs/config/definitions/ceph-pr-render-docs.yml +++ b/ceph-pr-render-docs/config/definitions/ceph-pr-render-docs.yml @@ -1,5 +1,6 @@ - job: name: ceph-pr-render-docs + disabled: true display-name: 'ceph: Pull Requests Render Docs' node: docs project-type: freestyle diff --git a/teuthology-docs/config/definitions/teuthology-docs.yml b/teuthology-docs/config/definitions/teuthology-docs.yml index 1b3f1280..d7a137a7 100644 --- a/teuthology-docs/config/definitions/teuthology-docs.yml +++ b/teuthology-docs/config/definitions/teuthology-docs.yml @@ -1,5 +1,6 @@ - job: name: teuthology-docs + disabled: true node: docs project-type: freestyle defaults: global -- 2.39.5