Mesa (main): radv/ci: allow polaris10 to retry more times

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 1 13:35:35 UTC 2022


Module: Mesa
Branch: main
Commit: 60c82453a1a32e7fad2a3f3bd3231e5752a2bbe6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=60c82453a1a32e7fad2a3f3bd3231e5752a2bbe6

Author: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Date:   Tue May 31 09:19:56 2022 +0300

radv/ci: allow polaris10 to retry more times

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) <martin.roukala at mupuf.org>
Acked-by: Timur Kristóf <timur.kristof at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16793>

---

 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'



More information about the mesa-commit mailing list