]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
has nt been touched since 2016 has not passed in recent memory wip-rm-ansible-galaxy-job 1106/head
authorGregory Meno <gmeno@redhat.com>
Wed, 22 Aug 2018 20:57:35 +0000 (13:57 -0700)
committerGregory Meno <gmeno@redhat.com>
Wed, 22 Aug 2018 20:57:35 +0000 (13:57 -0700)
Signed-off-by: Gregory Meno <gmeno@redhat.com>
ceph-ansible-galaxy/build/build [deleted file]
ceph-ansible-galaxy/config/JENKINS_URL [deleted file]
ceph-ansible-galaxy/config/definitions/ceph-ansible-galaxy.yml [deleted file]

diff --git a/ceph-ansible-galaxy/build/build b/ceph-ansible-galaxy/build/build
deleted file mode 100644 (file)
index f8036b3..0000000
+++ /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 (file)
index e97cf67..0000000
+++ /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 (file)
index b757370..0000000
+++ /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'