Commit 9ae53a8
authored
Update GitHub matrix to use correct 6.1.x kernel (pixie-io#2004)
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 failing1 parent df3992f commit 9ae53a8
File tree
2 files changed
+2
-2
lines changed- bazel/test_runners/qemu_with_kernel
- ci/github
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments