]> git.proxmox.com Git - mirror_zfs.git/commit
ztest: reduce runtile of zloop.sh in CI
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 12 May 2022 16:11:29 +0000 (09:11 -0700)
committerGitHub <noreply@github.com>
Thu, 12 May 2022 16:11:29 +0000 (09:11 -0700)
commit196e7c76174b50df4ab54f0b41a58e5659e15a48
tree0ef4b09c4a44f3828962aefd2975275f04c40a68
parentbd88c036e61811ced1d8d3dfa89d590b9aa133a6
ztest: reduce runtile of zloop.sh in CI

The zloop.sh script is primarily designed to randomly stress
the DMU and SPA layers.  This can result in some unrealistic
(or even impossible) scenarios being tested which then fail.

Since the longer we run zloop.sh the more likely this is to occur
this commit reduces the runtime.  The intention being that normally
this will result in a clean CI run unless the PR does introduce
serious breaking change.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #13453
.github/workflows/zloop.yml