]> git.proxmox.com Git - mirror_zfs.git/commit
Remove CI builder customization from TEST
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 16 Mar 2020 17:46:03 +0000 (10:46 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2020 17:46:03 +0000 (10:46 -0700)
commitc94fb10917c404ecdba53a46dd7d497cdeadbc30
tree1187d7caf1104d81e9b2777a3a587be505e4b8ec
parentd3fe62cb35474fc6ec12014f3ace7cb7655cf162
Remove CI builder customization from TEST

The default options are reasonable for all of the CI builders.

* TEST_XFSTESTS_SKIP=yes  - This is already the default.
* TEST_ZTEST_TIMEOUT=3600 - Increased ztest run time only increases
  code coverage by a small degree.  Default 900s runs are sufficient.
* Disabling certain tests on 32-bit builders is no longer needed.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #10129
TEST