ci: Don't move results directory

No sense in moving things around; just create it in the right place to
begin with.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31602>
This commit is contained in:
Daniel Stone
2024-08-28 18:01:57 +01:00
parent 3dde227022
commit 9af1ceb7a2

View File

@@ -205,9 +205,6 @@ $HWCI_TEST_SCRIPT ${HWCI_TEST_ARGS:-}
EXIT_CODE=$?
set -e
# Let's make sure the results are always stored in current working directory
mv -f ${RESULTS_DIR} ./ 2>/dev/null || true
# Make sure that capture-devcoredump is done before we start trying to tar up
# artifacts -- if it's writing while tar is reading, tar will throw an error and
# kill the job.