aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2024-06-13 10:00:21 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2024-06-13 10:04:37 +0100
commitea5721cce65bb3306d0c826a241c7a9ae06806ac (patch)
tree10dfd2927377454b8141e25c1cba66fac646c9ef
parent2fde171f79867f452dcfc7af27cbd96c4d9d0b42 (diff)
downloadlibvirt-ci-ea5721cce65bb3306d0c826a241c7a9ae06806ac.zip
libvirt-ci-ea5721cce65bb3306d0c826a241c7a9ae06806ac.tar.gz
libvirt-ci-ea5721cce65bb3306d0c826a241c7a9ae06806ac.tar.bz2
tests: drop illustration of almalinux-8
almalinux-8 is going away since CentOS 8 EOL prevents use of the advanced virtualization repository. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
-rw-r--r--examples/manifest.yml2
-rw-r--r--lcitool/facts/targets/almalinux-8.yml29
2 files changed, 0 insertions, 31 deletions
diff --git a/examples/manifest.yml b/examples/manifest.yml
index cb94364..f6fb7ca 100644
--- a/examples/manifest.yml
+++ b/examples/manifest.yml
@@ -92,8 +92,6 @@ gitlab:
targets:
- almalinux-8: x86_64
-
almalinux-9: x86_64
alpine-319: x86_64
diff --git a/lcitool/facts/targets/almalinux-8.yml b/lcitool/facts/targets/almalinux-8.yml
deleted file mode 100644
index 73eece5..0000000
--- a/lcitool/facts/targets/almalinux-8.yml
+++ /dev/null
@@ -1,29 +0,0 @@
----
-os:
- name: 'AlmaLinux'
- version: '8'
- libosinfo_id: 'http://almalinux.org/almalinux/8'
-
-packaging:
- format: 'rpm'
- command: 'dnf'
-
-paths:
- bash: /bin/bash
- cc: /usr/bin/gcc
- ccache: /usr/bin/ccache
- make: /usr/bin/make
- ninja: /usr/bin/ninja
- pip3: /usr/bin/pip3
- python: /usr/bin/python3
- sudoers: /etc/sudoers
-
-ansible_python_package: python3
-ansible_python_interpreter: /usr/bin/python3
-
-install:
- unattended_scheme: kickstart
- url: https://repo.almalinux.org/almalinux/8/BaseOS/x86_64/os/
-
-containers:
- base: docker.io/library/almalinux:8