Skip to content

Commit 1c60daf

Browse files
Samuel Ortizjiangliu
authored andcommitted
buildkite: Use latest 4.9 kernel
The 4.9.0-9 kernel is no longer available. That breaks our CI as it no longer allows us to run the bzImage tests. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
1 parent b270081 commit 1c60daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/hooks/post-checkout

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22

3-
DEB_NAME="linux-image-4.9.0-9-amd64_4.9.168-1_amd64.deb"
3+
DEB_NAME="linux-image-4.9.0-11-amd64_4.9.189-3_amd64.deb"
44
DEB_URL="http://ftp.debian.org/debian/pool/main/l/linux/${DEB_NAME}"
55

66
REPO_PATH="${BUILDKITE_BUILD_CHECKOUT_PATH}"
77
DEB_PATH="${REPO_PATH}/${DEB_NAME}"
88
EXTRACT_PATH="${REPO_PATH}/src/bzimage-archive"
9-
BZIMAGE_PATH="${EXTRACT_PATH}/boot/vmlinuz-4.9.0-9-amd64"
9+
BZIMAGE_PATH="${EXTRACT_PATH}/boot/vmlinuz-4.9.0-11-amd64"
1010

1111
mkdir -p ${EXTRACT_PATH}
1212

0 commit comments

Comments
 (0)