CI: add new zfs-tests-sanity workflow

Run zfs-tests with sanity.run for brief results.  Timeouts
are rare, so minimize false positives by increasing the
default from 60 to 180 seconds.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Closes #11304
This commit is contained in:
George Melikov
2020-12-08 20:53:45 +03:00
committed by GitHub
parent 8e8fdce682
commit 1a735e763a
2 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ pre = setup
quiet = False
pre_user = root
user = root
timeout = 60
timeout = 180
post_user = root
post = cleanup
failsafe_user = root