]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
removed ceph make check 51/head
authorAlfredo Deza <adeza@redhat.com>
Fri, 24 Apr 2015 13:07:10 +0000 (09:07 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 24 Apr 2015 13:07:10 +0000 (09:07 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-pull-requests/build/build [deleted file]
ceph-pull-requests/config/definitions/ceph-pull-requests.yml [deleted file]

diff --git a/ceph-pull-requests/build/build b/ceph-pull-requests/build/build
deleted file mode 100755 (executable)
index 92394de..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-set -ex 
-
-echo make check
-ls -la
-
diff --git a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml
deleted file mode 100644 (file)
index 36132c5..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-- job:
-    disabled: true
-    name: ceph-pull-requests
-    node: fedora20
-    project-type: freestyle
-    defaults: global
-    disabled: false
-    display-name: 'ceph-make-check: Pull Requests'
-    concurrent: false
-    quiet-period: 5
-    block-downstream: false
-    block-upstream: false
-    retry-count: 3
-    properties:
-      - github:
-          url: git@jenkins:ceph/ceph
-    logrotate:
-      daysToKeep: 15
-      numToKeep: 30
-      artifactDaysToKeep: -1
-      artifactNumToKeep: -1
-
-    parameters:
-      - string:
-          name: sha1
-          description: "A pull request ID, like 'origin/pr/72/head'"
-
-    triggers:
-      - pollscm: "*/1 * * * *"
-      # - github-pull-request:
-      #     cron: '* * * * *'
-      #     admin-list:
-      #       - alfredodeza
-      #       - ktdreyer
-      #       - dachary
-      #       - admin
-      #     org-list:
-      #       - ceph
-      #     trigger-phrase: 'make-check'
-      #     only-trigger-phrase: false
-      #     github-hooks: true
-      #     permit-all: false
-      #     auto-close-on-fail: false
-
-    scm:
-      - git:
-          url: https://github.com/ceph/ceph.git
-          branches:
-            - ${sha1}
-          refspec: +refs/pull/*:refs/remotes/origin/pr/*
-          browser: githubweb
-          browser-url: https://github.com/ceph/ceph
-          timeout: 60
-          skip-tag: true
-          wipe-workspace: false
-
-    builders:
-      - shell:
-          !include-raw ../../build/build
-
-    publishers:
-      - github-notifier