From 8aecf1771307ac4824f7894bd0b70e67ffe94b7a Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 1 Aug 2017 08:28:01 -0400 Subject: [PATCH] ceph-volume-docs: removal Signed-off-by: Alfredo Deza --- ceph-volume-docs/build/build | 21 ---------- .../config/definitions/ceph-lvm-docs.yml | 39 ------------------- 2 files changed, 60 deletions(-) delete mode 100644 ceph-volume-docs/build/build delete mode 100644 ceph-volume-docs/config/definitions/ceph-lvm-docs.yml diff --git a/ceph-volume-docs/build/build b/ceph-volume-docs/build/build deleted file mode 100644 index ebc31424..00000000 --- a/ceph-volume-docs/build/build +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -set -ex - -# the following two methods exist in scripts/build_utils.sh -pkgs=( "tox" ) -install_python_packages "pkgs[@]" - -# trims leading slashes -BRANCH=`branch_slash_filter ${GIT_BRANCH}` - -# create the docs build with tox -$VENV/tox -rv -e docs - -# publish docs to http://docs.ceph.com/ceph-volume/$BRANCH/ create -# a `$BRANCH` dir because the project has stable branches that will -# publish docs that might be different from other versions (similar, -# but not exactly the same to what the Ceph project does) -mkdir -p "/var/ceph-volume/docs/$BRANCH" -rsync -auv --delete .tox/docs/tmp/html/* "/var/ceph-volume/docs/$BRANCH/" - diff --git a/ceph-volume-docs/config/definitions/ceph-lvm-docs.yml b/ceph-volume-docs/config/definitions/ceph-lvm-docs.yml deleted file mode 100644 index 25d1cd0a..00000000 --- a/ceph-volume-docs/config/definitions/ceph-lvm-docs.yml +++ /dev/null @@ -1,39 +0,0 @@ -- job: - name: ceph-volume-docs - node: docs - project-type: freestyle - defaults: global - display-name: 'ceph-volume: docs build' - quiet-period: 5 - block-downstream: false - block-upstream: false - retry-count: 3 - properties: - - github: - url: https://github.com/ceph/ceph-volume - logrotate: - daysToKeep: -1 - numToKeep: 10 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 - - triggers: - - github - - scm: - - git: - url: https://github.com/ceph/ceph-volume - branches: - - master - # as more stable branches are published, they need to be - # added here - #- stable-1.0 - browser: auto - skip-tag: true - timeout: 20 - - builders: - - shell: - !include-raw: - - ../../../scripts/build_utils.sh - - ../../build/build -- 2.47.3