diff options
Diffstat (limited to 'qa/suites/rados/mgr/tasks/4-units/insights.yaml')
-rw-r--r-- | qa/suites/rados/mgr/tasks/4-units/insights.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/qa/suites/rados/mgr/tasks/4-units/insights.yaml b/qa/suites/rados/mgr/tasks/4-units/insights.yaml new file mode 100644 index 00000000000..bb1252e7193 --- /dev/null +++ b/qa/suites/rados/mgr/tasks/4-units/insights.yaml @@ -0,0 +1,14 @@ +overrides: + ceph: + # tests may leave mgrs broken, so don't try and call into them + # to invoke e.g. pg dump during teardown. + wait-for-scrub: false + log-ignorelist: + - \(MGR_INSIGHTS_WARNING\) + - \(insights_health_check + - \(RECENT_CRASH\) + +tasks: + - cephfs_test_runner: + modules: + - tasks.mgr.test_insights |