ci/b2c: update RESULTS_DIR for .b2c-test jobs

Since $RESULTS_DIR is now centrally defined in setup-test-env.sh it's no
longer necessary to manually add a hard-coded results directory for the
b2b-test job results.

This keeps the results directory consistent between b2c-test jobs and lava.

Fixes: 9b6d14aed1 ("ci: Always create results dir from init")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32051>
This commit is contained in:
Deborah Brouwer 2024-11-07 19:55:57 -08:00 committed by Marge Bot
parent b5b2515f86
commit 276447ef81

View File

@ -370,7 +370,7 @@ yaml-toml-shell-test:
after_script:
# Keep the results path the same as baremetal and LAVA
- mkdir -p "${JOB_FOLDER}"/results
- mv "${JOB_FOLDER}"/results results/
- mv "${JOB_FOLDER}"/results ./
- !reference [default, after_script]
artifacts: