mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
Merge pull request #54082 from pdvian/wip-qa-suites-fix
qa/smoke,orch,perf-basic: add POOL_APP_NOT_ENABLED to ignorelist Reviewed-by: Laura Flores <lflores@redhat.com>
This commit is contained in:
commit
d6f6dd1fbf
@ -13,6 +13,7 @@ tasks:
|
||||
- \(PG_
|
||||
- replacing it with standby
|
||||
- No standby daemons available
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- cephfs_test_runner:
|
||||
modules:
|
||||
- tasks.mgr.test_orchestrator_cli
|
||||
- tasks.mgr.test_orchestrator_cli
|
||||
|
@ -1,6 +1,8 @@
|
||||
overrides:
|
||||
ceph:
|
||||
fs: xfs
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
conf:
|
||||
osd:
|
||||
osd objectstore: bluestore
|
||||
|
@ -1,6 +1,8 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
fs: xfs
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- ceph-fuse:
|
||||
- workunit:
|
||||
clients:
|
||||
|
@ -1,5 +1,7 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- ceph-fuse:
|
||||
- workunit:
|
||||
clients:
|
||||
|
@ -1,5 +1,7 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- ceph-fuse: [client.0]
|
||||
- workunit:
|
||||
clients:
|
||||
|
@ -1,6 +1,8 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
fs: xfs
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
conf:
|
||||
mds:
|
||||
debug mds: 20
|
||||
|
@ -5,6 +5,8 @@ overrides:
|
||||
ms die on skipped message: false
|
||||
tasks:
|
||||
- ceph:
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- kclient:
|
||||
- workunit:
|
||||
clients:
|
||||
|
@ -6,6 +6,8 @@ overrides:
|
||||
tasks:
|
||||
- ceph:
|
||||
fs: xfs
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- kclient:
|
||||
- workunit:
|
||||
clients:
|
||||
|
@ -6,6 +6,8 @@ overrides:
|
||||
tasks:
|
||||
- ceph:
|
||||
fs: xfs
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- kclient:
|
||||
- workunit:
|
||||
clients:
|
||||
|
@ -6,6 +6,8 @@ overrides:
|
||||
tasks:
|
||||
- ceph:
|
||||
fs: xfs
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- kclient:
|
||||
- workunit:
|
||||
clients:
|
||||
|
@ -9,6 +9,8 @@ overrides:
|
||||
debug mds: 20
|
||||
tasks:
|
||||
- ceph:
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- ceph-fuse:
|
||||
- workunit:
|
||||
clients:
|
||||
|
@ -7,6 +7,8 @@ overrides:
|
||||
tasks:
|
||||
- ceph:
|
||||
fs: xfs
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
|
@ -1,6 +1,8 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
fs: xfs
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- ceph-fuse:
|
||||
- workunit:
|
||||
clients:
|
||||
|
@ -5,6 +5,8 @@ overrides:
|
||||
- python3-pytest
|
||||
tasks:
|
||||
- ceph:
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- ceph-fuse:
|
||||
- workunit:
|
||||
clients:
|
||||
|
@ -7,6 +7,8 @@ overrides:
|
||||
rbd default features: 5
|
||||
tasks:
|
||||
- ceph:
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- rbd:
|
||||
all:
|
||||
image_size: 20480
|
||||
|
@ -4,6 +4,8 @@ overrides:
|
||||
cache-pools: true
|
||||
tasks:
|
||||
- ceph:
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- rgw: [client.0]
|
||||
- tox: [client.0]
|
||||
- s3tests:
|
||||
|
@ -1,6 +1,8 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
fs: xfs
|
||||
log-ignorelist:
|
||||
- \(POOL_APP_NOT_ENABLED\)
|
||||
- rgw: [client.0]
|
||||
- tox: [client.0]
|
||||
- s3tests:
|
||||
|
Loading…
Reference in New Issue
Block a user