From: Laura Flores Date: Fri, 7 Feb 2025 22:53:12 +0000 (-0600) Subject: qa/suites/upgrade/telemetry-upgrade: improve ignorelist X-Git-Tag: testing/wip-pdonnell-testing-20250212.134243-debug~5^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d5c882c7569d7418d1e1c90aa4e394d235250158;p=ceph-ci.git qa/suites/upgrade/telemetry-upgrade: improve ignorelist In this commit, I added some pattern matching for warnings that show up in the cluster log detail that are related to degraded PGs. In these tests, we are intentionally restarting OSDs to upgrade them, which leads to these states showing up in the cluster log. So, the warnings are intended and can be ignored in the context of an upgrade. Fixes: https://tracker.ceph.com/issues/67881 Signed-off-by: Laura Flores --- diff --git a/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml b/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml index d0ab26bc3c4..472dd76b7e9 100644 --- a/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml +++ b/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml @@ -18,6 +18,7 @@ overrides: - do not have an application enabled - is down - TELEMETRY_CHANGED + - pg .*? is .*?degraded.*?, acting tasks: - install: branch: reef diff --git a/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml b/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml index f38ace22cdf..fbaf787d07b 100644 --- a/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml +++ b/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml @@ -18,6 +18,7 @@ overrides: - do not have an application enabled - is down - TELEMETRY_CHANGED + - pg .*? is .*?degraded.*?, acting tasks: - install: branch: squid