From ea5721cce65bb3306d0c826a241c7a9ae06806ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Thu, 13 Jun 2024 10:00:21 +0100 Subject: tests: drop illustration of almalinux-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit almalinux-8 is going away since CentOS 8 EOL prevents use of the advanced virtualization repository. Signed-off-by: Daniel P. Berrangé --- examples/manifest.yml | 2 -- lcitool/facts/targets/almalinux-8.yml | 29 ----------------------------- 2 files changed, 31 deletions(-) delete mode 100644 lcitool/facts/targets/almalinux-8.yml 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 -- cgit v1.1