Mesa (master): CI: Disable Panfrost T860 and AMD Stoney tests

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 18 06:45:01 UTC 2020


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

Author: Daniel Stone <daniels at collabora.com>
Date:   Thu Aug 13 14:12:54 2020 +0100

CI: Disable Panfrost T860 and AMD Stoney tests

Due to scheduled physical lab maintenance to prepare for expansion and
better shard our device types across redundant infrastructure, these
device types will be inaccessible for approx. 3 hours. Disable them
until they are back.

Signed-off-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6302>

---

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

diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml
index d5a51ce41d2..be70bf52246 100644
--- a/.gitlab-ci/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava-gitlab-ci.yml
@@ -201,14 +201,14 @@ panfrost-t760-gles2:armhf:
   tags:
     - mesa-ci-aarch64-lava-collabora
 
-panfrost-t860-gles2:arm64:
+.panfrost-t860-gles2:arm64:
   extends:
     - .lava-test:arm64
     - .lava-rk3399-gru-kevin
   variables:
     ENV_VARS: "PAN_MESA_DEBUG=gles3 DEQP_PARALLEL=6 DEQP_EXPECTED_RENDERER=T860"
 
-panfrost-t860-gles3:arm64:
+.panfrost-t860-gles3:arm64:
   parallel: 2
   extends:
     - .lava-test:arm64
@@ -217,7 +217,7 @@ panfrost-t860-gles3:arm64:
     DEQP_VERSION: gles3
     ENV_VARS: "PAN_MESA_DEBUG=gles3 DEQP_PARALLEL=6 DEQP_EXPECTED_RENDERER=T860"
 
-panfrost-t860-traces:arm64:
+.panfrost-t860-traces:arm64:
   extends:
     - .lava-traces:arm64
     - .lava-rk3399-gru-kevin
@@ -286,7 +286,7 @@ panfrost-t860-traces:arm64:
   tags:
     - mesa-ci-aarch64-lava-collabora
 
-radeonsi-stoney-traces:amd64:
+.radeonsi-stoney-traces:amd64:
   extends:
     - .lava-traces:amd64
     - .radeonsi-rules



More information about the mesa-commit mailing list