From 60c82453a1a32e7fad2a3f3bd3231e5752a2bbe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Tue, 31 May 2022 09:19:56 +0300 Subject: [PATCH] radv/ci: allow polaris10 to retry more times MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Polaris10 in CI has been getting insta-hangs when starting dEQP. Let's give it 5 attempts to get its act together, as it won't affect the run time dramatically (max 5 minutes), but will provide more reliable results for developers. Tracking of hangs (and many other issues) is done through scrapping the execution logs, processing them to find these issues, then pushing the data to influxdb. This allows us to plot the failure rate over time, and see if the situation is getting better or worse. Signed-off-by: Martin Roukala (né Peres) Acked-by: Timur Kristóf Part-of: --- src/amd/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index b06e1b8ef64..f84a7788bad 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -103,6 +103,7 @@ deqp-polaris10-valve: variables: GPU_VERSION: radv-polaris10-aco FDO_CI_CONCURRENT: 16 + B2C_TIMEOUT_BOOT_RETRIES: 4 # (2022-01) tsc=unstable was added in response to this message in kmsg, # TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'. B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g tsc=unstable'