From bfeb0983d3b3450d8c6ea98464d55e50ab825427 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 30 Sep 2021 09:05:08 -0700 Subject: [PATCH] ci/freedreno: Disable flaky a530 for now. This morning saw at least 3 pipelines fail from a530 not responding and not coming back after we tried to power cycle, and airlied was having some similar trouble yesterday. Until I can figure out what's going wrong (python script failing to set up serial after retry? relays worn out? Power supply failing?), just disable the boards. Part-of: --- src/freedreno/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 6ab2115..df3f0a8 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -78,6 +78,7 @@ a530_gl: extends: - .baremetal-deqp-test - .a530-test + - .test-manual-mr variables: DEQP_VER: gles2 DEQP_SUITE: freedreno-a530 -- 2.7.4