]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: use recent kernel to kernel build testing 31450/head
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 7 Aug 2018 01:33:40 +0000 (18:33 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 7 Nov 2019 04:32:32 +0000 (20:32 -0800)
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
(cherry picked from commit 1cf09acdca619407c8d3438049138a42fb845d70)

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

index 9829253795a5e1f6a3c03543dd19e6c59ef04722..dee64f0af9d497dd70383e3673cb8fd07f58abb1 100644 (file)
@@ -2,4 +2,8 @@ tasks:
   - install:
       extra_packages:
         - python3-cephfs
+      # 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 93fee1f5b3e1b0dd1491e85643baec4be13e2840..a392b42f61cbb74e09ea0af33e0e09251fdb1472 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`