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

Author: Martin Roukala (né Peres) <[email protected]>
Date:   Tue May 10 13:08:38 2022 +0300

ci/radv: remove amdgpu.gpu_recovery=0 from the kernel cmdline

This was set as an attempt to detect when the GPU got hung, and let
our hangcheck detect this issue and kill the run. This however has
not been working so well, so let's try without it.

Suggested-by: Samuel Pitoiset <[email protected]>
Signed-off-by: Martin Roukala (né Peres) <[email protected]>
Reviewed-by: Samuel Pitoiset <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16423>

---

 .gitlab-ci/valve/b2c.yml.jinja2.jinja2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/valve/b2c.yml.jinja2.jinja2 
b/.gitlab-ci/valve/b2c.yml.jinja2.jinja2
index 2f3e54dd57d..04e07894786 100644
--- a/.gitlab-ci/valve/b2c.yml.jinja2.jinja2
+++ b/.gitlab-ci/valve/b2c.yml.jinja2.jinja2
@@ -45,7 +45,7 @@ deployment:
       cmdline: >
         SALAD.machine_id={{ '{{' }} machine_id }}
         console={{ '{{' }} local_tty_device }},115200 earlyprintk=vga,keep
-        loglevel={{ log_level }} amdgpu.gpu_recovery=0 no_hash_pointers
+        loglevel={{ log_level }} no_hash_pointers
         b2c.service="--privileged --tls-verify=false --pid=host docker://{{ 
'{{' }} fdo_proxy_registry }}/mupuf/valve-infra/telegraf-container:latest" 
b2c.hostname=dut-{{ '{{' }} machine.full_name }}
         b2c.container="-ti --tls-verify=false docker://{{ '{{' }} 
fdo_proxy_registry }}/mupuf/valve-infra/machine_registration:latest check"
         b2c.ntp_peer=10.42.0.1 b2c.pipefail b2c.cache_device=auto 
b2c.poweroff_delay={{ poweroff_delay }}

Reply via email to