mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
qa/cephfs: reject ceph-fuse upgrade jobs to reduce failure noise
Subsequent commit will introduce a dedicated ceph-fuse upgrade sub-suite (under fs:upgrade) to still keep track of failing jobs. Fixes: http://tracker.ceph.com/issues/76780 Signed-off-by: Venky Shankar <vshankar@redhat.com>
This commit is contained in:
parent
a5590d99c3
commit
70acbb08ae
@ -1,3 +1,9 @@
|
||||
teuthology:
|
||||
postmerge:
|
||||
- |
|
||||
-- Tracker #76780: Drop this entire branch.
|
||||
-- FUSE upgrade testing is being moved to a separate dedicated job.
|
||||
reject()
|
||||
tasks:
|
||||
- ceph-fuse:
|
||||
- print: "**** done client"
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
teuthology:
|
||||
postmerge:
|
||||
- if not is_fuse() then reject() end
|
||||
- |
|
||||
-- Tracker #76780: Drop this entire branch.
|
||||
-- FUSE upgrade testing is being moved to a separate dedicated job.
|
||||
reject()
|
||||
tasks:
|
||||
- ceph-fuse:
|
||||
client.0:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user