]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
takora-pull-requests: removes job
authorAlfredo Deza <adeza@redhat.com>
Tue, 30 Aug 2016 17:23:11 +0000 (13:23 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 13 Dec 2016 15:03:07 +0000 (10:03 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
takora-pull-requests/config/definitions/takora-pull-requests.yml [deleted file]

diff --git a/takora-pull-requests/config/definitions/takora-pull-requests.yml b/takora-pull-requests/config/definitions/takora-pull-requests.yml
deleted file mode 100644 (file)
index e842644..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-- job:
-    name: takora-pull-requests
-    description: Build and package takora for each GitHub PR
-    project-type: matrix
-    axes:
-    - axis:
-        name: ARCH
-        type: label-expression
-        values:
-        - x86_64
-    - axis:
-        name: DIST
-        type: label-expression
-        values:
-        - trusty
-    block-downstream: false
-    block-upstream: false
-
-    properties:
-    - github:
-        url: https://github.com/ceph/takora/
-
-    parameters:
-      - string:
-          name: sha1
-          description: "A pull request ID, like 'origin/pr/72/head'"
-
-    scm:
-      - git:
-          url: https://github.com/ceph/takora
-          basedir: takora
-          branches:
-            - ${sha1}
-          refspec: +refs/pull/*:refs/remotes/origin/pr/*
-          browser: auto
-          timeout: 20
-          skip-tag: true
-          wipe-workspace: true
-
-    triggers:
-      - github-pull-request:
-          admin-list:
-            - alfredodeza
-            - dmick
-            - ktdreyer
-            - trhoden
-          org-list:
-            - ceph
-          only-trigger-phrase: false
-          github-hooks: true
-          permit-all: false
-          auto-close-on-fail: false
-
-    builders:
-    - shell:
-        # Note that we're including the main "takora" job's build steps here.
-        !include-raw ../../../takora/build/build