Mesa (main): radv/ci: bump the timeout of vangogh/renoir

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 2 08:53:11 UTC 2022


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

Author: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Date:   Wed Jun  1 14:43:03 2022 +0300

radv/ci: bump the timeout of vangogh/renoir

The execution time of vkcts has drastically changed with the latest
update, especially for APUs. This commit bumps the timeout to give
them a chance to finish.

Fixes: 836ce97f5e (ci: bump VK-GL-CTS to 1.3.2.0)
Signed-off-by: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16810>

---

 src/amd/ci/gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml
index f84a7788bad..eb9e0bc6691 100644
--- a/src/amd/ci/gitlab-ci.yml
+++ b/src/amd/ci/gitlab-ci.yml
@@ -123,10 +123,13 @@ deqp-vega10-valve:
 deqp-renoir-valve:
   extends:
     - .deqp-test-valve
+  timeout: 2h 10m
   variables:
     GPU_VERSION: radv-renoir-aco
     FDO_CI_CONCURRENT: 24
     B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
+    B2C_TIMEOUT_BOOT_MINUTES: 60
+    B2C_TIMEOUT_OVERALL_MINUTES: 120
   tags:
     - amdgpu:codename:RENOIR
 
@@ -161,7 +164,7 @@ deqp-vangogh-valve:
   variables:
     GPU_VERSION: radv-vangogh-aco
     FDO_CI_CONCURRENT: 8
-    B2C_TIMEOUT_BOOT_MINUTES: 65
+    B2C_TIMEOUT_BOOT_MINUTES: 85
     B2C_TIMEOUT_OVERALL_MINUTES: 120
     B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
   tags:



More information about the mesa-commit mailing list