ci/b2c: change artifacts path to match baremetal and LAVA
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25815>
This commit is contained in:

committed by
Marge Bot

parent
9f4f52f4f3
commit
fc62df19b7
@@ -374,6 +374,10 @@ clang-format:
|
|||||||
|
|
||||||
rm -rf ${JOB_FOLDER} || true
|
rm -rf ${JOB_FOLDER} || true
|
||||||
mkdir -v ${JOB_FOLDER}
|
mkdir -v ${JOB_FOLDER}
|
||||||
|
|
||||||
|
# Keep the results path the same as baremetal and LAVA
|
||||||
|
ln -s "$JOB_FOLDER"/results/ .
|
||||||
|
|
||||||
# Create a script to regenerate the CI environment when this job
|
# Create a script to regenerate the CI environment when this job
|
||||||
# begins running on the remote DUT.
|
# begins running on the remote DUT.
|
||||||
set +x
|
set +x
|
||||||
@@ -405,9 +409,9 @@ clang-format:
|
|||||||
when: always
|
when: always
|
||||||
name: "mesa_${CI_JOB_NAME}"
|
name: "mesa_${CI_JOB_NAME}"
|
||||||
paths:
|
paths:
|
||||||
- ${JOB_FOLDER}/results
|
- results
|
||||||
reports:
|
reports:
|
||||||
junit: ${JOB_FOLDER}/results/**/junit.xml
|
junit: results/**/junit.xml
|
||||||
|
|
||||||
.b2c-test-vk:
|
.b2c-test-vk:
|
||||||
extends:
|
extends:
|
||||||
|
Reference in New Issue
Block a user