mirror of
https://github.com/ceph/ceph
synced 2025-01-23 11:33:20 +00:00
39b2b5edc0
query the python version before trying to test diskprediction_local Fixes: https://tracker.ceph.com/issues/50196 Signed-off-by: Kefu Chai <kchai@redhat.com>
27 lines
740 B
YAML
27 lines
740 B
YAML
|
|
tasks:
|
|
- install:
|
|
- 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:
|
|
- overall HEALTH_
|
|
- \(MGR_DOWN\)
|
|
- \(PG_
|
|
- replacing it with standby
|
|
- No standby daemons available
|
|
- Reduced data availability
|
|
- Degraded data redundancy
|
|
- objects misplaced
|
|
- Synthetic exception in serve
|
|
- influxdb python module not found
|
|
- \(MGR_ZABBIX_
|
|
- foo bar
|
|
- Failed to open Telegraf
|
|
- evicting unresponsive client
|
|
- cephfs_test_runner:
|
|
modules:
|
|
- tasks.mgr.test_module_selftest
|
|
fail_on_skip: false
|