mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
fd4e9b78a1
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>
13 lines
386 B
TOML
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
|