]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits: Add updated kernel archive URL 68013/head
authorBrad Hubbard <bhubbard@redhat.com>
Thu, 26 Mar 2026 02:29:54 +0000 (12:29 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Thu, 26 Mar 2026 02:29:54 +0000 (12:29 +1000)
Fixes: https://tracker.ceph.com/issues/75391
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
qa/workunits/kernel_untar_build.sh

index 9855f3d31b6f4f37d3d9525fc45a14e86fc0422f..1860b5762c6ae17d0ebf75fe490f1ce00f14d875 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -ex
 
-wget -O linux.tar.xz http://download.ceph.com/qa/linux-6.5.11.tar.xz
+wget -O linux.tar.xz https://download.ceph.com/qa/linux-6.19.6.tar.xz
 
 mkdir t
 cd t