Mesa (master): CI: Temporarily disable Panfrost T860 jobs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 30 10:16:34 UTC 2020


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

Author: Daniel Stone <daniels at collabora.com>
Date:   Tue Jun 30 10:34:51 2020 +0100

CI: Temporarily disable Panfrost T860 jobs

Phase two of our network reconfiguration is happening this afternoon, so
we need to drop our RK3399 out for a little while. (Part of this
reconfiguration is to shard our devices across networks and racks, so
losing one part of our infrastructure doesn't mean losing any particular
device type.)

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

---

 .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..4aaed790400 100644
--- a/.gitlab-ci/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava-gitlab-ci.yml
@@ -104,7 +104,7 @@ panfrost-t760-gles2:armhf:
   tags:
     - mesa-ci-aarch64-lava-collabora
 
-panfrost-t860-gles2:arm64:
+.panfrost-t860-gles2:arm64:
   extends:
     - .lava-test:arm64
     - .panfrost-rules
@@ -119,7 +119,7 @@ panfrost-t860-gles2:arm64:
   tags:
     - mesa-ci-aarch64-lava-collabora
 
-panfrost-t860-gles3:arm64:
+.panfrost-t860-gles3:arm64:
   extends:
     - .lava-test:arm64
     - .panfrost-rules



More information about the mesa-commit mailing list