Mesa (master): CI: Disable Panfrost T720/T760

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 2 18:41:14 UTC 2020


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

Author: Daniel Stone <daniels at collabora.com>
Date:   Tue Jun  2 14:39:14 2020 +0200

CI: Disable Panfrost T720/T760

We're reconfiguring our Cambridge office lab networking and physical
setup for more scalability amongst other things. We can still run jobs
on one RK3399 at the peak outage, but we'll lose the T7x0 this morning,
so disable it until it's all back.

T820 is still disabled due to an unrelated BayLibre internal outage.

Signed-off-by: Daniel Stone <daniels at collabora.com>
Reviewed-by: Michel Dänzer <mdaenzer at redhat.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5296>

---

 .gitlab-ci/lava-gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml
index 2e15e923b68..f1b0b17f612 100644
--- a/.gitlab-ci/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava-gitlab-ci.yml
@@ -76,7 +76,7 @@
     - arm_build
     - meson-arm64
 
-panfrost-t720-gles2:arm64:
+.panfrost-t720-gles2:arm64:
   extends:
     - .lava-test:arm64
     - .panfrost-rules
@@ -89,7 +89,7 @@ panfrost-t720-gles2:arm64:
   tags:
     - mesa-ci-aarch64-lava-collabora
 
-panfrost-t760-gles2:armhf:
+.panfrost-t760-gles2:armhf:
   extends:
     - .lava-test:armhf
     - .panfrost-rules



More information about the mesa-commit mailing list