ci: enable MESA_VK_ABORT_ON_DEVICE_LOSS globally
This makes all vulkan drivers abort on DEVICE_LOST, which is better than the current error in deqp-runner because deqp has added a new DeviceLost test status but deqp-runner doesn't understand it yet (the next release will though), breaking jobs when this happens. Disable it on zink for now, as EGL test intentionally cause this in some tests and we don't want them to start crashing. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28320>
This commit is contained in:

committed by
Marge Bot

parent
197e3f7109
commit
9bbbe90f06
@@ -87,6 +87,8 @@ variables:
|
||||
ARTIFACTS_BASE_URL: https://${CI_PROJECT_ROOT_NAMESPACE}.${CI_PAGES_DOMAIN}/-/${CI_PROJECT_NAME}/-/jobs/${CI_JOB_ID}/artifacts
|
||||
# Python scripts for structured logger
|
||||
PYTHONPATH: "$PYTHONPATH:$CI_PROJECT_DIR/install"
|
||||
# Drop once deqp-runner is upgraded to > 0.18.0
|
||||
MESA_VK_ABORT_ON_DEVICE_LOSS: 1
|
||||
|
||||
default:
|
||||
before_script:
|
||||
|
Reference in New Issue
Block a user