From 6e0ab534c0523d10f9ede34042c89d858a67d600 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Tue, 5 Mar 2024 09:37:37 -0800 Subject: [PATCH] Set CephFS/NFS job to non-voting This job is non-voting against the manila repos currently. We've observed sporadic failures in data intensive scenario tests. There are a number of manila tests that write a few gigabytes of data onto mounted shares. While we've tried to optimize test concurrency and the kind of data being written, sometimes, things seem to fall over and a test case runs into a generic I/O error. So maybe more work is necessary to get this job to be stable; but that work may not be in this devstack plugin repository. Change-Id: Id89f161ba6dd5b5fbb5b82042a3e94c92797a881 Signed-off-by: Goutham Pacha Ravi --- .zuul.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3aebd5d..c8aaff9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -161,7 +161,9 @@ - devstack-plugin-ceph-tempest-ubuntu: voting: false - devstack-plugin-ceph-multinode-tempest-py3 - - devstack-plugin-ceph-multinode-cephfs-nfs-cephadm + - devstack-plugin-ceph-multinode-cephfs-nfs-cephadm: + irrelevant-files: *irrelevant-files + voting: false - devstack-plugin-ceph-cephfs-native: irrelevant-files: *irrelevant-files voting: false