Skip to content

Commit 9652e4e

Browse files
authored
Merge pull request #4488 from AkihiroSuda/remove-almalinux-9
CI: remove almalinux-9 due to flakiness
2 parents fb66c8c + 8d8869f commit 9652e4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/workflow-flaky.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
# EL8 is used for testing compatibility with cgroup v1.
20-
# Unfortunately, EL8 is hard to debug for M1 users (as Lima+M1+EL8 is not runnable because of page size),
20+
# Unfortunately, EL8 is hard to debug for ARM Mac users (as Lima+ARM Mac+EL8 is not runnable because of page size),
2121
# and it currently shows numerous issues.
22-
# Thus, EL9 is also added as target (for a limited time?) so that we can figure out which issues are EL8 specific,
23-
# and which issues could be reproduced on EL9 as well (which would be easier to debug).
22+
# ARM Mac users may use oraclelinux-8 instead for debugging cgroup v1 issues, although its kernel is different from
23+
# other EL8 variants.
2424
matrix:
25-
guest: ["almalinux-8", "almalinux-9"]
25+
guest: ["almalinux-8"]
2626
target: ["rootful", "rootless"]
2727
with:
2828
timeout: 60

0 commit comments

Comments
 (0)