ZTS: Apply small changes for speeding up the tests
commitdac0bae561d4d044208881ef4664a3bf9e657e7b
authorTino Reichardt <milky-zfs@mcmilk.de>
Fri, 26 Jan 2024 21:36:59 +0000 (26 22:36 +0100)
committerGitHub <noreply@github.com>
Fri, 26 Jan 2024 21:36:59 +0000 (26 13:36 -0800)
treed9096366c3b42dd8f73a3894352d2f1ad9169356
parenta4bf6baaeb70a01a4c13fd6139ebdc97bad172e9
ZTS: Apply small changes for speeding up the tests

The Github Action Runner got some new hardware metrics.  We should use
the provided and empty disk which is pre-mounted at /mnt now.

Disk1: 89GiB -> rootfs + bootfs with ~80MB/s -> don't care
Disk2: 64GiB -> /mnt with 420MB/s -> new testing ssd

This commit will mount the new disk to /var/tmp and provide hopefully
some speedups within our testings.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Andrew Innes <andrew.c12@gmail.com>
Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de>
Closes #15811
.github/workflows/scripts/setup-dependencies.sh