From 2e4b38867f07e10ae76f01ca3e559f4415559889 Mon Sep 17 00:00:00 2001 From: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:23:01 +0300 Subject: Remove temporarily the CI Tumbleweed support (#15554) Signed-off-by: Tasos Katsoulas --- .github/data/distros.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to '.github/data') diff --git a/.github/data/distros.yml b/.github/data/distros.yml index 7cb7846402..8273785023 100644 --- a/.github/data/distros.yml +++ b/.github/data/distros.yml @@ -189,29 +189,21 @@ include: - &opensuse distro: opensuse - version: "tumbleweed" - support_type: Intermediate + version: "15.5" + support_type: Core notes: '' eol_check: true - base_image: opensuse/tumbleweed + base_image: opensuse/leap:15.5 jsonc_removal: | zypper rm -y libjson-c-devel packages: &opensuse_packages type: rpm - repo_distro: opensuse/tumbleweed + repo_distro: opensuse/leap:15.4 arches: - x86_64 - aarch64 test: ebpf-core: true - - <<: *opensuse - version: "15.5" - support_type: Core - notes: '' - base_image: opensuse/leap:15.5 - packages: - <<: *opensuse_packages - repo_distro: opensuse/15.5 - <<: *opensuse version: "15.4" support_type: Core -- cgit v1.2.3