lkrg-org / lkrg

Linux Kernel Runtime Guard
https://lkrg.org
Other
404 stars 72 forks source link

CI: Remove EOL'ed Ubuntu releases #218

Closed vt-alt closed 1 year ago

vt-alt commented 1 year ago

Impish is started to fail, because it's EOL'ed at July 14, 2022 (replaced with jammy). Hirsute is EOL'ed at January 20, 2022, but it started to fail only recently (removed).

Tested on GA in my fork.

vt-alt commented 1 year ago

JFYI it's possible to add Kinetic to the (mkosi) tests, but their default kernel is same as Jammy (5.15) yet. It's possible to configure it to use kinetic-proposed sub-repo with 5.19-rc7 (AFAIK), but this would require not trivial change of scripts, so I postponed this.

vt-alt commented 1 year ago

JFYI it's possible to add Kinetic to the (mkosi) tests, but their default kernel is same as Jammy (5.15) yet. It's possible to configure it to use kinetic-proposed sub-repo with 5.19-rc7 (AFAIK), but this would require not trivial change of scripts, so I postponed this.

Since we already have mkosi-mainline test, I decided that we don't need a hassle of testing in kinetic-proposed (it would make config setup more complicated (to apt-add-repository -p proposed pocket somewhere) and don't provide additional benefit to existing mainline test).