diff options
author | Daniel Stone <[email protected]> | 2020-06-30 10:34:51 +0100 |
---|---|---|
committer | Daniel Stone <[email protected]> | 2020-06-30 10:34:51 +0100 |
commit | 34db50558d9a6dca89218f74c4418cdf0b0acbcb (patch) | |
tree | ce49da8f3a8a74a679c3dd8263c623a394510bae | |
parent | bb703d42479296f3b517a215ef99428cf405fa9d (diff) |
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 <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5689>
-rw-r--r-- | .gitlab-ci/lava-gitlab-ci.yml | 4 |
1 files 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 |