]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
remove ceph-doc-releases-rtd job 2231/head
authorIlya Dryomov <idryomov@gmail.com>
Fri, 26 Apr 2024 20:12:51 +0000 (22:12 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 26 Apr 2024 20:25:50 +0000 (22:25 +0200)
Rebuilding doc/releases in release branches was replaced with
redirects:

  https://github.com/ceph/ceph/pull/48800
  https://github.com/ceph/ceph/pull/48945

Also, this job never actually ran because shallow cloning is
incompatible with included-regions filter.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
ceph-doc-releases-rtd/config/definitions/ceph-doc-releases-rtd.yml [deleted file]

diff --git a/ceph-doc-releases-rtd/config/definitions/ceph-doc-releases-rtd.yml b/ceph-doc-releases-rtd/config/definitions/ceph-doc-releases-rtd.yml
deleted file mode 100644 (file)
index 8d5acd9..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-- job:
-    name: ceph-doc-releases-rtd
-    description: Rebuilds release branch docs so that https://docs.ceph.com/en/$release/releases is always up to date with the main branch. See https://github.com/ceph/ceph/pull/46917.
-    node: small
-    project-type: freestyle
-    defaults: global
-    quiet-period: 5
-    block-downstream: false
-    block-upstream: false
-    properties:
-      - build-discarder:
-          days-to-keep: 1
-          num-to-keep: 10
-          artifact-days-to-keep: -1
-          artifact-num-to-keep: -1
-      - github:
-          url: https://github.com/ceph/ceph
-    discard-old-builds: true
-
-    triggers:
-      - github
-
-    scm:
-      - git:
-          url: https://github.com/ceph/ceph
-          browser: auto
-          branches:
-            - 'origin/main'
-          shallow-clone: true
-          depth: 1
-          skip-tag: true
-          timeout: 20
-          wipe-workspace: true
-          included-regions:
-            - 'doc/releases'
-    builders:
-      - shell: |
-          RELEASES="squid reef quincy pacific octopus"
-          for release in $RELEASES; do
-            curl -X POST -H "Authorization: Token $READTHEDOCS_TOKEN" https://readthedocs.org/api/v3/projects/ceph/versions/$release/builds/
-          done
-
-    wrappers:
-      - credentials-binding:
-          - text:
-              credential-id: readthedocs-token
-              variable: READTHEDOCS_TOKEN