Skip to content

Commit bff5120

Browse files
ekoopspoiana
authored andcommitted
chore(ansible-playbooks): revert to v0.3.2 for ubuntu-6.5-aarch64
This is a temporary solution to make ubuntu-6.5 tests available on aarch64. Unfortunately, the newer images don't work, due to the fact that internal VM networking is not properly configured: specifically, the VM is able to ask for networking configuration to the external dnsmasq service, but the configuration is, for some reason, re-set after OS booting. While we investigate this issue, use the working old image. Furtunately, the old image has a recent enough cmake version (3.27.4). Signed-off-by: Leonardo Di Giovanna <[email protected]>
1 parent bf085b3 commit bff5120

File tree

1 file changed

+1
-1
lines changed
  • ansible-playbooks/group_vars/all

1 file changed

+1
-1
lines changed

ansible-playbooks/group_vars/all/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ machines:
4646
- {name: "fedora-6.2", kernel: "{{ repo }}/fedora-kernel:6.2-aarch64-{{ tag }}", rootfs: "{{ repo }}/fedora-image:6.2-aarch64-{{ tag }}", arch: "aarch64"} # noqa: yaml[line-length]
4747
- {name: "oraclelinux-4.14", kernel: "{{ repo }}/oraclelinux-kernel:4.14-aarch64-{{ tag }}", rootfs: "{{ repo }}/oraclelinux-image:4.14-aarch64-{{ tag }}", arch: "aarch64"} # noqa: yaml[line-length]
4848
- {name: "oraclelinux-5.15", kernel: "{{ repo }}/oraclelinux-kernel:5.15-aarch64-{{ tag }}", rootfs: "{{ repo }}/oraclelinux-image:5.15-aarch64-{{ tag }}", arch: "aarch64", skip_legacy_bpf_tests: true} # noqa: yaml[line-length]
49-
- {name: "ubuntu-6.5", kernel: "{{ repo }}/ubuntu-kernel:6.5-aarch64-{{ tag }}", rootfs: "{{ repo }}/ubuntu-image:6.5-aarch64-{{ tag }}", arch: "aarch64"} # noqa: yaml[line-length]
49+
- {name: "ubuntu-6.5", kernel: "{{ repo }}/ubuntu-kernel:6.5-aarch64-v0.3.2", rootfs: "{{ repo }}/ubuntu-image:6.5-aarch64-v0.3.2", arch: "aarch64"} # noqa: yaml[line-length]
5050

5151
builders:
5252
- {name: "centos-builder", kernel: "{{ repo }}/ubuntu-kernel:6.5-x86_64-{{ tag }}", rootfs: "{{ repo }}/builder:x86_64-{{ tag }}", arch: "x86_64"} # noqa: yaml[line-length]

0 commit comments

Comments
 (0)