Skip to content

Commit 522cac7

Browse files
committed
CI: temporarily remove ArchLinux (and demote it from Tier 1)
Workaround for issue 2714 The "user session is ready for ssh" phase can never finishes with the cloud-init 24.3.1-1 package due to a regression that breaks execution of `/var/lib/cloud/scripts/per-boot/` scripts. This commit also demotes ArchLinux from Tier 1; it is practically impossible to maintain good stability as the packages are too frequently updated. After the regression is fixed we may bring ArchLinux to Tier 2, but probably never to Tier 1 again. Signed-off-by: Akihiro Suda <[email protected]>
1 parent 01b80e7 commit 522cac7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ jobs:
221221
- alpine.yaml
222222
- debian.yaml
223223
- fedora.yaml
224-
- archlinux.yaml
224+
# cloud-init 24.3.1-1 package has a regression: https://github.com/lima-vm/lima/issues/2714
225+
# - archlinux.yaml
225226
- opensuse.yaml
226227
- experimental/net-user-v2.yaml
227228
- experimental/9p.yaml

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Distro:
1515
- [`almalinux-9`](./almalinux-9.yaml), `almalinux.yaml`: AlmaLinux 9
1616
- [`alpine`](./alpine.yaml): ☆Alpine Linux
1717
- [`alpine-iso`](./alpine-iso.yaml): ☆Alpine Linux (ISO9660 image). Compatible with the `alpine` template used in Lima prior to v1.0.
18-
- [`archlinux`](./archlinux.yaml): Arch Linux
18+
- [`archlinux`](./archlinux.yaml): Arch Linux
1919
- [`centos-stream-9`](./centos-stream-9.yaml), `centos-stream.yaml`: CentOS Stream 9
2020
- [`debian-11`](./debian-11.yaml): Debian GNU/Linux 11(bullseye)
2121
- [`debian-12`](./debian-12.yaml), `debian.yaml`: ⭐Debian GNU/Linux 12(bookworm)

0 commit comments

Comments
 (0)