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:
committed by
Marge Bot
parent
beb71504f4
commit
452a2fb995
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user