From b02da789c429b66acbfad5908377a96263542313 Mon Sep 17 00:00:00 2001 From: Gregory Meno Date: Wed, 22 Aug 2018 13:57:35 -0700 Subject: [PATCH] has nt been touched since 2016 has not passed in recent memory Signed-off-by: Gregory Meno --- ceph-ansible-galaxy/build/build | 5 --- ceph-ansible-galaxy/config/JENKINS_URL | 1 - .../definitions/ceph-ansible-galaxy.yml | 42 ------------------- 3 files changed, 48 deletions(-) delete mode 100644 ceph-ansible-galaxy/build/build delete mode 100644 ceph-ansible-galaxy/config/JENKINS_URL delete mode 100644 ceph-ansible-galaxy/config/definitions/ceph-ansible-galaxy.yml diff --git a/ceph-ansible-galaxy/build/build b/ceph-ansible-galaxy/build/build deleted file mode 100644 index f8036b32..00000000 --- a/ceph-ansible-galaxy/build/build +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -# propagates the change in the necessary Ansible Galaxy repos. -# i.e. https://github.com/ceph/ansible-ceph-common -bash "$WORKSPACE"/ceph-ansible/contrib/push-roles-to-ansible-galaxy.sh diff --git a/ceph-ansible-galaxy/config/JENKINS_URL b/ceph-ansible-galaxy/config/JENKINS_URL deleted file mode 100644 index e97cf671..00000000 --- a/ceph-ansible-galaxy/config/JENKINS_URL +++ /dev/null @@ -1 +0,0 @@ -2.jenkins.ceph.com diff --git a/ceph-ansible-galaxy/config/definitions/ceph-ansible-galaxy.yml b/ceph-ansible-galaxy/config/definitions/ceph-ansible-galaxy.yml deleted file mode 100644 index b757370b..00000000 --- a/ceph-ansible-galaxy/config/definitions/ceph-ansible-galaxy.yml +++ /dev/null @@ -1,42 +0,0 @@ -- job: - name: ceph-ansible-galaxy - node: small && trusty - project-type: freestyle - defaults: global - display-name: 'ceph-ansible: Update galaxy roles' - quiet-period: 5 - block-downstream: false - block-upstream: false - retry-count: 3 - properties: - - build-discarder: - days-to-keep: -1 - num-to-keep: -1 - artifact-days-to-keep: -1 - artifact-num-to-keep: -1 - - github: - url: https://github.com/ceph/ceph-ansible - - triggers: - - github - - scm: - - git: - url: https://github.com/ceph/ceph-ansible.git - branches: - - master - browser: auto - basedir: "ceph-ansible" - timeout: 20 - - builders: - - shell: - !include-raw: - - ../../../scripts/build_utils.sh - - ../../build/build - - wrappers: - - ssh-agent-credentials: - # "jenkins-build" SSH key, needed for access to ceph-ansible.git - users: - - '39fa150b-b2a1-416e-b334-29a9a2c0b32d' -- 2.39.5