diff options
author | Daniel Stone <[email protected]> | 2020-06-02 19:59:00 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-02 23:16:05 +0000 |
commit | 415c88eebcda87196b1ee09d28ea40e07b9d229f (patch) | |
tree | e4cac22356c38ade637f23c1b0c48dc087f69350 | |
parent | 2dfc241e36865655913d0f0d961fc76f49bf2f50 (diff) |
Revert "CI: Disable Panfrost T720/T760"
Switches have been rewired, VLANs have been reconfigured, network
elements with non-functional remote management have been removed from
racks and thrown on desks in anger.
This reverts commit ae6e1aee7d1bd49ae494b8a25ca33d092a3a145a.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5301>
-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 f1b0b17f612..2e15e923b68 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 @@ tags: - mesa-ci-aarch64-lava-collabora -.panfrost-t760-gles2:armhf: +panfrost-t760-gles2:armhf: extends: - .lava-test:armhf - .panfrost-rules |