Browse Source

CI: remove OpenSUSE 15.6 tests

Because pre-installed python version is 3.6, which is deprecated by
Ansible 10.

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
pull/11924/head
ChengHao Yang 4 months ago
parent
commit
95998e437b
Failed to extract signature
3 changed files with 0 additions and 19 deletions
  1. 2
      .gitlab-ci/kubevirt.yml
  2. 5
      tests/files/opensuse15-6-calico.yml
  3. 12
      tests/files/opensuse15-6-docker-cilium.yml

2
.gitlab-ci/kubevirt.yml

@ -42,7 +42,6 @@ pr:
- fedora39-kube-router
# FIXME: this test if broken (perma-failing)
- openeuler24-calico
- opensuse15-6-calico
- rockylinux9-cilium
- ubuntu22-calico-all-in-one
- ubuntu22-calico-all-in-one-upgrade
@ -125,7 +124,6 @@ pr_extended:
- debian11-docker
- debian12-calico
- debian12-docker
- opensuse15-6-docker-cilium
- rockylinux9-calico
- ubuntu22-all-in-one-docker
- ubuntu24-all-in-one-docker

5
tests/files/opensuse15-6-calico.yml

@ -1,5 +0,0 @@
---
# Instance settings
cloud_image: opensuse-leap-15-6
kube_proxy_mode: nftables

12
tests/files/opensuse15-6-docker-cilium.yml

@ -1,12 +0,0 @@
---
# Instance settings
cloud_image: opensuse-leap-15-6
# Kubespray settings
kube_network_plugin: cilium
kube_owner: root
# Docker specific settings:
container_manager: docker
etcd_deployment_type: docker
Loading…
Cancel
Save