]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/suites/orch/rook/smoke: stop testing on ubuntu 18.04 41698/head
authorKefu Chai <kchai@redhat.com>
Fri, 4 Jun 2021 17:11:13 +0000 (01:11 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 4 Jun 2021 17:11:14 +0000 (01:11 +0800)
commit104f054ceed2e7c016e3b28931782a1bfd8b09b9
tree1e1e0d922058e07538d0ac24255f2c3734c8cfa5
parent08ad13bca5176aba3e3327dc437a74863ce7cfb3
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 <kchai@redhat.com>
qa/suites/orch/rook/smoke/0-distro/ubuntu_18.04.yaml [deleted file]