mirror of
https://github.com/ceph/ceph
synced 2025-02-01 07:52:57 +00:00
Merge pull request #19364 from neha-ojha/wip-preserve-cbt
qa: preserve cbt task results Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
commit
d10aad6be8
@ -118,6 +118,8 @@ class CBT(Task):
|
||||
'{cbtdir}/cbt_config.yaml'.format(cbtdir=self.cbt_dir),
|
||||
],
|
||||
)
|
||||
preserve_file = os.path.join(self.ctx.archive, '.preserve')
|
||||
open(preserve_file, 'a').close()
|
||||
|
||||
def end(self):
|
||||
super(CBT, self).end()
|
||||
|
Loading…
Reference in New Issue
Block a user