diff options
author | Daniel Stone <[email protected]> | 2020-05-12 11:33:06 +0100 |
---|---|---|
committer | Daniel Stone <[email protected]> | 2020-05-12 11:33:06 +0100 |
commit | 8e5fc97be63e4c4296f16fe34523b68d39776fad (patch) | |
tree | 1e8866042b7d739456c3d3ebeb793a2defa554ff /.gitlab-ci | |
parent | 8c6350d2bba852fccbda5e0534bdbb085882b3be (diff) |
CI: Re-enable Panfrost T7x0 jobs
The hardware issue in the lab preventing jobs from being run on those
machines (and limiting T820 availability), leading to them being
disabled in !4965, has been fixed.
Signed-off-by: Daniel Stone <[email protected]>
Fixes: 696bafac40f5 ("CI: Disable Panfrost T7x0 jobs")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5006>
Diffstat (limited to '.gitlab-ci')
-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 |