]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
rm jenkins-slave-chef-pull-requests job 138/head
authorKen Dreyer <kdreyer@redhat.com>
Fri, 2 Oct 2015 19:52:44 +0000 (13:52 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 2 Oct 2015 19:52:44 +0000 (13:52 -0600)
We're no longer actively developing with Chef. This stuff has been moved
to ansible instead.

(Perhaps we can delete https://github.com/ceph/jenkins-slave-chef as
well, now?)

jenkins-slave-chef-pull-requests/config/definitions/jenkins-slave-chef-pull-requests.yml [deleted file]

diff --git a/jenkins-slave-chef-pull-requests/config/definitions/jenkins-slave-chef-pull-requests.yml b/jenkins-slave-chef-pull-requests/config/definitions/jenkins-slave-chef-pull-requests.yml
deleted file mode 100644 (file)
index f705223..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-- job:
-    name: jenkins-slave-chef-pull-requests
-    node: trusty
-    project-type: freestyle
-    defaults: global
-    disabled: false
-    display-name: 'Jenkins Slave Chef Recipies: Pull Requests'
-    concurrent: true
-    quiet-period: 5
-    block-downstream: false
-    block-upstream: false
-    retry-count: 3
-    properties:
-      - github:
-          url: https://github.com/ceph/jenkins-slave-chef
-
-    parameters:
-      - string:
-          name: sha1
-          description: "A pull request ID, like 'origin/pr/72/head'"
-
-    triggers:
-      - github-pull-request:
-          admin-list:
-            - alfredodeza
-            - ktdreyer
-          org-list:
-            - ceph
-          trigger-phrase: 'retest this please'
-          only-trigger-phrase: false
-          github-hooks: true
-          permit-all: false
-          auto-close-on-fail: false
-
-    scm:
-      - git:
-          url: https://github.com/ceph/jenkins-slave-chef.git
-          branches:
-            - ${sha1}
-          refspec: +refs/pull/*:refs/remotes/origin/pr/*
-          browser: githubweb
-          browser-url: https://github.com/ceph/jenkins-slave-chef/
-          skip-tag: true
-          timeout: 20
-
-    builders:
-      - shell: "rake"