mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 12:14:10 +08:00
gitlab-ci: disable a630 tests as mesa-cheza is down
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3677> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3677>
This commit is contained in:
parent
a4e6270541
commit
f38851d84c
@ -627,7 +627,7 @@ test-softpipe-gles31:
|
||||
DEQP_VER: gles31
|
||||
extends: test-softpipe-gles2
|
||||
|
||||
arm64_a630_gles2:
|
||||
.arm64_a630_gles2:
|
||||
extends:
|
||||
- .deqp-test-gl
|
||||
- .use-arm_test
|
||||
@ -643,18 +643,18 @@ arm64_a630_gles2:
|
||||
dependencies:
|
||||
- meson-arm64
|
||||
|
||||
arm64_a630_gles31:
|
||||
extends: arm64_a630_gles2
|
||||
.arm64_a630_gles31:
|
||||
extends: .arm64_a630_gles2
|
||||
variables:
|
||||
DEQP_VER: gles31
|
||||
|
||||
arm64_a630_gles3:
|
||||
extends: arm64_a630_gles2
|
||||
.arm64_a630_gles3:
|
||||
extends: .arm64_a630_gles2
|
||||
variables:
|
||||
DEQP_VER: gles3
|
||||
|
||||
arm64_a306_gles2:
|
||||
extends: arm64_a630_gles2
|
||||
extends: .arm64_a630_gles2
|
||||
variables:
|
||||
DEQP_EXPECTED_FAILS: deqp-freedreno-a307-fails.txt
|
||||
DEQP_SKIPS: deqp-default-skips.txt
|
||||
|
Loading…
Reference in New Issue
Block a user