]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
rm ceph-kmod-rpm job 155/head
authorKen Dreyer <kdreyer@redhat.com>
Mon, 26 Oct 2015 16:38:28 +0000 (10:38 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 26 Oct 2015 16:41:11 +0000 (10:41 -0600)
RHEL 7.1 includes kRBD support in the main kernel package, and we no
longer maintain any out-of-tree modules for RHEL.

This Jenkins job is now obsolete. Remove it.

CephFS users should not use the out-of-tree cephfs kmod packages. Use
Linus' mainline kernel packages from elrepo instead.

ceph-kmod-rpm/config/definitions/ceph-kmod-rpm.yml [deleted file]

diff --git a/ceph-kmod-rpm/config/definitions/ceph-kmod-rpm.yml b/ceph-kmod-rpm/config/definitions/ceph-kmod-rpm.yml
deleted file mode 100644 (file)
index 4a92714..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-# kabi-tracking kmod RPMs for libceph, CephFS, and RDB for RHEL 7.
-
-# Uses the MultiSCM plugin to combine these two repos:
-- scm:
-    name: ceph-kmod-rpm
-    scm:
-      - git:
-          url: https://github.com/ceph/ceph-kmod-rpm.git
-          branches:
-            - origin/master
-          browser: githubweb
-          browser-url: https://github.com/ceph/ceph-kmod-rpm/
-          skip-tag: true
-          wipe-workspace: false
-
-- scm:
-    name: ceph-client
-    scm:
-      - git:
-          url: https://github.com/ceph/ceph-client.git
-          branches:
-            - $BRANCH
-          browser: githubweb
-          browser-url: https://github.com/ceph/ceph-client/
-          skip-tag: true
-          wipe-workspace: false
-          basedir: ceph-client
-
-# ... the combined repo:
-- scm:
-    name: ceph-kmod-rpm-and-ceph-client
-    scm:
-      - ceph-kmod-rpm
-      - ceph-client
-
-# ...now the actual Jenkins job definition:
-- job:
-    name: ceph-kmod-rpm
-    project-type: matrix
-    defaults: global
-    disabled: false
-    display-name: 'ceph-kmod-rpm'
-    concurrent: true
-    quiet-period: 5
-    retry-count: 3
-    logrotate:
-      daysToKeep: -1
-      numToKeep: 20
-      artifactDaysToKeep: -1
-      artifactNumToKeep: -1
-    scm:
-      - ceph-kmod-rpm-and-ceph-client
-
-    parameters:
-      - string:
-          name: BRANCH
-          description: "The git branch or tag to build in ceph-client"
-
-    axes:
-      - axis:
-          type: label-expression
-          name: label
-          values:
-            - rhel7
-
-    triggers:
-      - pollscm: "@hourly"
-
-    builders:
-      - shell: "make clean || :"
-      - shell: "./configure"
-      - shell: "make"
-
-    publishers:
-      - archive:
-          artifacts: 'results_ceph-kmod/**/*.rpm'
-          allow-empty: false
-          latest-only: false