From 104f054ceed2e7c016e3b28931782a1bfd8b09b9 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 5 Jun 2021 01:11:13 +0800 Subject: [PATCH] qa/suites/orch/rook/smoke: stop testing on ubuntu 18.04 even rook does not really install ceph packages in the host directly, it uses the ceph container image. but teuthology insists on checking the existence of debian packages by querying shaman server when it sees a teuthology facet file which includes: os_type: ubuntu os_version: "18.04" but since we've stopped building ubuntu/bionic packages, teuthology just complains when we are scheduling test suites which are composed from facets in qa/suites/orch/rook/smoke. in this change, the ubuntu_18.04.yaml is dropped because ubuntu/bionic does not really increase the test coverage of ceph. it helps to test the rook and container runtime though. Signed-off-by: Kefu Chai --- qa/suites/orch/rook/smoke/0-distro/ubuntu_18.04.yaml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 qa/suites/orch/rook/smoke/0-distro/ubuntu_18.04.yaml diff --git a/qa/suites/orch/rook/smoke/0-distro/ubuntu_18.04.yaml b/qa/suites/orch/rook/smoke/0-distro/ubuntu_18.04.yaml deleted file mode 100644 index 4d4464884a7de..0000000000000 --- a/qa/suites/orch/rook/smoke/0-distro/ubuntu_18.04.yaml +++ /dev/null @@ -1,2 +0,0 @@ -os_type: ubuntu -os_version: "18.04" -- 2.39.5