ci: Don't retry failed test runs
After a recent LAVA update, failures in running a test would cause the whole test to be retried. We only want for the boot to be retried (in case of infrastructuer errors), so set the nr of retries for tests to 1. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9950>
This commit is contained in:
@@ -54,6 +54,7 @@ actions:
|
||||
- test:
|
||||
timeout:
|
||||
minutes: 30
|
||||
failure_retry: 1
|
||||
definitions:
|
||||
- repository:
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user