From f31a84233b575a0bb7ab8361c3141cfc02045fc2 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 31 Mar 2021 15:01:48 +0200 Subject: [PATCH] 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 Part-of: --- .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: