Module: Mesa Branch: master Commit: f31a84233b575a0bb7ab8361c3141cfc02045fc2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f31a84233b575a0bb7ab8361c3141cfc02045fc2
Author: Tomeu Vizoso <[email protected]> Date: Wed Mar 31 15:01:48 2021 +0200 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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9950> --- .gitlab-ci/lava.yml.jinja2 | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/lava.yml.jinja2 b/.gitlab-ci/lava.yml.jinja2 index e9d54fe91a0..cee4529c306 100644 --- a/.gitlab-ci/lava.yml.jinja2 +++ b/.gitlab-ci/lava.yml.jinja2 @@ -54,6 +54,7 @@ actions: - test: timeout: minutes: 30 + failure_retry: 1 definitions: - repository: metadata: _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
