Commit e19164f
authored
ci: disable rockylinux8 due to no-space-left issue (#3263)
I've observed that sometimes the rockylinux8 ci fails due to "No space
left on the device" error:
-
https://github.com/apache/kvrocks/actions/runs/19390696392/job/55505160831?pr=3260
-
https://github.com/apache/kvrocks/actions/runs/19385812630/job/55475151645
And since it's in container we cannot do similiar thing like
#3261.
So currently we can just disable it.1 parent 62dabea commit e19164f
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
506 | | - | |
507 | | - | |
508 | | - | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
509 | 510 | | |
510 | 511 | | |
511 | 512 | | |
| |||
0 commit comments