crosvm/.config/nextest.toml
Dennis Kempin fd4e9b78a1 tools/run_tests2: Prepare for CI usage
Ensure that the VM is available and add profiles for pre and
post-submit.

BUG=b:261600801
TEST=None

Change-Id: Ib94bf2e5e770c1a802c44199142f01953865f6f8
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4226492
Commit-Queue: Dennis Kempin <denniskempin@google.com>
Reviewed-by: Zihan Chen <zihanchen@google.com>
2023-02-09 00:09:02 +00:00

13 lines
386 B
TOML

[profile.default]
# Detect slow tests and terminate them after 60s.
slow-timeout = { period = "20s", terminate-after = 3 }
# Always finish running all tests instead of terminating after the first failure.
fail-fast = false
[profile.presubmit]
# Retry tests in case they are flaky.
retries = 2
[profile.postsubmit]
# Do not retry tests in postsubmit to detect flaky tests.
retries = 0