From: Laura Flores Date: Tue, 16 Jul 2024 16:47:35 +0000 (-0500) Subject: qa/suites/rados/thrash-old-clients/0-distros$: test on ubuntu_20.04 and drop nautilus X-Git-Tag: v17.2.8~279^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a53e937525e1637e2b77c2e4a06d967039916e5c;p=ceph.git qa/suites/rados/thrash-old-clients/0-distros$: test on ubuntu_20.04 and drop nautilus Centos 8 has gone end of life, so we need to choose a different distro on which to test thrash-old-clients. thrash-old-clients tests should only support N-3 releases. Nautilus fits with this, but unfortunately there is no overlapping distro between nautilus, pacific, octopus, AND quincy (bionic was dropped from quincy, and nautilus does not build focal). As such, we are only able to test N-2. Proof that focal is not available for octopus (this is where the test would search for packages): https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=nautilus Signed-off-by: Laura Flores --- diff --git a/qa/suites/rados/thrash-old-clients/0-distro$/centos_8.stream_container_tools.yaml b/qa/suites/rados/thrash-old-clients/0-distro$/centos_8.stream_container_tools.yaml deleted file mode 120000 index 7a86f967f020..000000000000 --- a/qa/suites/rados/thrash-old-clients/0-distro$/centos_8.stream_container_tools.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/podman/centos_8.stream_container_tools.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/0-distro$/ubuntu_20.04.yaml b/qa/suites/rados/thrash-old-clients/0-distro$/ubuntu_20.04.yaml new file mode 120000 index 000000000000..162964882d38 --- /dev/null +++ b/qa/suites/rados/thrash-old-clients/0-distro$/ubuntu_20.04.yaml @@ -0,0 +1 @@ +.qa/distros/all/ubuntu_20.04.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/1-install/nautilus-v1only.yaml b/qa/suites/rados/thrash-old-clients/1-install/nautilus-v1only.yaml deleted file mode 100644 index 39c5eb4a1afb..000000000000 --- a/qa/suites/rados/thrash-old-clients/1-install/nautilus-v1only.yaml +++ /dev/null @@ -1,26 +0,0 @@ -overrides: - ceph: - mon_bind_msgr2: false - log-ignorelist: - - \(MON_DOWN\) - conf: - global: - ms type: async - ms bind msgr2: false -tasks: -- install: - branch: nautilus - exclude_packages: - - cephadm - - ceph-mgr-cephadm - - ceph-immutable-object-cache - - python3-rados - - python3-rgw - - python3-rbd - - python3-cephfs - - ceph-volume - extra_packages: - - python-rados - - python-rgw - - python-rbd - - python-cephfs diff --git a/qa/suites/rados/thrash-old-clients/1-install/nautilus-v2only.yaml b/qa/suites/rados/thrash-old-clients/1-install/nautilus-v2only.yaml deleted file mode 100644 index 61337e0e69cc..000000000000 --- a/qa/suites/rados/thrash-old-clients/1-install/nautilus-v2only.yaml +++ /dev/null @@ -1,26 +0,0 @@ -overrides: - ceph: - log-ignorelist: - - \(MON_DOWN\) - conf: - global: - ms type: async - ms bind msgr2: true - ms bind msgr1: false -tasks: -- install: - branch: nautilus - exclude_packages: - - cephadm - - ceph-mgr-cephadm - - ceph-immutable-object-cache - - python3-rados - - python3-rgw - - python3-rbd - - python3-cephfs - - ceph-volume - extra_packages: - - python-rados - - python-rgw - - python-rbd - - python-cephfs diff --git a/qa/suites/rados/thrash-old-clients/1-install/nautilus.yaml b/qa/suites/rados/thrash-old-clients/1-install/nautilus.yaml deleted file mode 100644 index cd05b71f5f3d..000000000000 --- a/qa/suites/rados/thrash-old-clients/1-install/nautilus.yaml +++ /dev/null @@ -1,21 +0,0 @@ -overrides: - ceph: - log-ignorelist: - - \(MON_DOWN\) -tasks: -- install: - branch: nautilus - exclude_packages: - - cephadm - - ceph-mgr-cephadm - - ceph-immutable-object-cache - - python3-rados - - python3-rgw - - python3-rbd - - python3-cephfs - - ceph-volume - extra_packages: - - python-rados - - python-rgw - - python-rbd - - python-cephfs