]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/distros/podman/ubuntu_20.04_kubic_testing.yaml
import ceph 16.2.7
[ceph.git] / ceph / qa / distros / podman / ubuntu_20.04_kubic_testing.yaml
diff --git a/ceph/qa/distros/podman/ubuntu_20.04_kubic_testing.yaml b/ceph/qa/distros/podman/ubuntu_20.04_kubic_testing.yaml
deleted file mode 100644 (file)
index 56b4d1e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-os_type: ubuntu
-os_version: "20.04"
-
-# feel free to remove this test, if Kubic project is no longer maintained.
-tasks:
-- pexec:
-    all:
-    - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
-    - curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/testing/xUbuntu_20.04/Release.key | sudo apt-key add -
-    - echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/testing/xUbuntu_20.04/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:testing.list
-    - sudo apt update
-    - sudo apt -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install podman containernetworking-plugins
-    - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf