ci: drop default VKD3D_PROTON_RESULTS file name
Nobody uses that, and it doesn't make much sense to have a single file used by everyone as each driver will have its own failures. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29170>
This commit is contained in:

committed by
Marge Bot

parent
5502ecd771
commit
c50f3d62b9
@@ -62,7 +62,6 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Collect all the failures
|
# Collect all the failures
|
||||||
VKD3D_PROTON_RESULTS="${VKD3D_PROTON_RESULTS:-vkd3d-proton-results}"
|
|
||||||
RESULTSFILE="$RESULTS/$VKD3D_PROTON_RESULTS.txt"
|
RESULTSFILE="$RESULTS/$VKD3D_PROTON_RESULTS.txt"
|
||||||
mkdir -p .gitlab-ci/vkd3d-proton
|
mkdir -p .gitlab-ci/vkd3d-proton
|
||||||
grep "Test failed" "$RESULTS"/vkd3d-proton.log > "$RESULTSFILE"
|
grep "Test failed" "$RESULTS"/vkd3d-proton.log > "$RESULTSFILE"
|
||||||
|
Reference in New Issue
Block a user