From: Afreen Misbah Date: Fri, 14 Nov 2025 09:02:28 +0000 (+0530) Subject: qa: Remove cephadm e2e tests from teuthology X-Git-Tag: testing/wip-vshankar-testing-20260313.134322~40^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c562dc8e69809fa6fadde269071c9439487fd085;p=ceph-ci.git qa: Remove cephadm e2e tests from teuthology Earlier we dont have kcli to test cephadm based e2e tests and had to test them using sepia machines. Now these are running in CI using kcli hence removing from rados Fixes https://tracker.ceph.com/issues/73852 Signed-off-by: Afreen Misbah --- diff --git a/qa/suites/rados/dashboard/tasks/e2e.yaml b/qa/suites/rados/dashboard/tasks/e2e.yaml deleted file mode 100644 index d4343805ddd..00000000000 --- a/qa/suites/rados/dashboard/tasks/e2e.yaml +++ /dev/null @@ -1,30 +0,0 @@ -roles: -# 3 osd roles on host.a is required for cephadm task. It checks if the cluster is healthy. -# More daemons will be deployed on both hosts in e2e tests. -- - host.a - - osd.0 - - osd.1 - - osd.2 - - mon.a - - mgr.a - - client.0 -- - host.b - - client.1 -overrides: - ceph: - log-ignorelist: - - \(PG_DEGRADED\) -tasks: -- install: -- cephadm: -- ceph: - log-ignorelist: - - \(OSD_DOWN\) -- workunit: - clients: - client.1: - - cephadm/create_iscsi_disks.sh -- workunit: - clients: - client.0: - - cephadm/test_dashboard_e2e.sh