]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: use recent kernel to kernel build testing
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 7 Aug 2018 01:33:40 +0000 (18:33 -0700)
committerPrashant D <pdhange@redhat.com>
Tue, 28 Aug 2018 07:08:03 +0000 (03:08 -0400)
Fixes: http://tracker.ceph.com/issues/24679
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit f0fe0936e64dde2be7139340489960b9635316c2)

Conflicts:
qa/cephfs/begin.yaml : Resolved for extra_system_packages

qa/cephfs/begin.yaml
qa/workunits/kernel_untar_build.sh

index a2e58b0fd0a062afd20b9fb38952053638628e07..d3f8d8e2c58db4675c0108167b6785483aa3c276 100644 (file)
@@ -1,3 +1,7 @@
 tasks:
   - install:
+      # For kernel_untar_build workunit
+      extra_system_packages:
+        deb: ['bison', 'flex', 'libelf-dev', 'libssl-dev']
+        rpm: ['bison', 'flex', 'elfutils-libelf-devel', 'openssl-devel']
   - ceph:
index 1182aafc1660c44b0a5eabba1d301dc75039ddab..fbab4aaebc9982cd4a45830a4cd0f1139e449bc6 100755 (executable)
@@ -2,11 +2,11 @@
 
 set -e
 
-wget -q http://download.ceph.com/qa/linux-4.0.5.tar.xz
+wget -O linux.tar.gz http://download.ceph.com/qa/linux-4.17.tar.gz
 
 mkdir t
 cd t
-tar Jxvf ../linux*.xz
+tar xzf ../linux.tar.gz
 cd linux*
 make defconfig
 make -j`grep -c processor /proc/cpuinfo`