zink: remove ZINK_NO_TIMELINES

Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15904>
This commit is contained in:
Mike Blumenkrantz
2022-04-18 17:33:35 -04:00
committed by Marge Bot
parent beb71504f4
commit 452a2fb995
2 changed files with 0 additions and 24 deletions
@@ -56,13 +56,3 @@ profile = "gpu"
process_isolation = true
timeout = 180.0
[piglit.env]
# Whoops, no prefix support for piglit yet. Looks like we're going to need a new deqp-runner.
#[[piglit]]
#piglit_folder = "/piglit"
#profile = "quick_gl"
#process_isolation = true
#prefix = "no-timeline-"
#timeout = 180.0
# [piglit.env]
# ZINK_NO_TIMELINES = "1"
-14
View File
@@ -22,17 +22,3 @@ zink:
PIGLIT_NO_WINDOW: 1
script:
- xvfb-run --server-args='-noreset' sh -c "GALLIUM_DRIVER=zink VK_DRIVER=lvp install/deqp-runner.sh"
# Should be merged into the main zink job once we have prefix support in deqp-runner.
.zink-piglit-quick_gl:
extends:
- .test-gl
- .zink-lvp-test
variables:
PIGLIT_PROFILES: quick_gl
PIGLIT_NO_WINDOW: 1
PIGLIT_RUNNER_OPTIONS: "--timeout 180"
# No taking more than our fair share of CPU on fd.o shared runners.
LP_NUM_THREADS: 0
script:
- xvfb-run --server-args='-noreset' sh -c "ZINK_NO_TIMELINES=1 GALLIUM_DRIVER=zink VK_DRIVER=lvp install/piglit/piglit-runner.sh"