Skip to content

Commit

Permalink
Update GitHub matrix to use correct 6.1.x kernel (pixie-io#2004)
Browse files Browse the repository at this point in the history
Summary: Update GitHub matrix to use correct 6.1.x kernel

Builds after pixie-io#1995 would fail since GitHub would attempt to run the
6.1.8 kernel build, which bazel no longer understands. This also updates
the qemu test runner kernel that was incorrectly updated in pixie-io#1999. I
thought I had exercised that default value with my testing, but it
didn't trigger that default value.

Relevant Issues: N/A

Type of change: /kind bugfix

Test Plan: GitHub build on pixie-io#2002 which pulls in the matrix change is no
longer failing

GitOrigin-RevId: 9ae53a8
  • Loading branch information
ddelnano authored and cosmic-copybara committed Sep 4, 2024
1 parent b3942f5 commit 19b5167
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 236 deletions.
234 changes: 0 additions & 234 deletions .arclint

This file was deleted.

2 changes: 1 addition & 1 deletion bazel/test_runners/qemu_with_kernel/runner.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ qemu_with_kernel_test_runner = rule(
implementation = _test_runner_impl,
attrs = {
"kernel_image": attr.label(
default = Label("@linux_build_6_1_18_x86_64//file:linux-build.tar.gz"),
default = Label("@linux_build_6_1_106_x86_64//file:linux-build.tar.gz"),
allow_single_file = True,
),
"_busybox": attr.label(
Expand Down
2 changes: 1 addition & 1 deletion ci/github/matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ all_kernel_versions=(
)
default_kernel_versions=(
"4.14.254"
"6.1.18"
"6.1.106"
)
kernel_versions=( "${default_kernel_versions[@]}" )

Expand Down
Binary file modified src/ui/assets/favicon-base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 19b5167

Please sign in to comment.