diff options
author | Eric Engestrom <eric@igalia.com> | 2023-10-19 15:12:00 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-10-22 21:23:01 +0000 |
commit | fc62df19b77c2812b1521152ffd8600a1f6ceec5 (patch) | |
tree | ebb377ebfd8e09f6df2c40bca9d5abafe135bf54 /.gitlab-ci | |
parent | 9f4f52f4f3466ba4570f163c869fc1c04b21e5c9 (diff) | |
download | mesa-fc62df19b77c2812b1521152ffd8600a1f6ceec5.tar.gz mesa-fc62df19b77c2812b1521152ffd8600a1f6ceec5.tar.bz2 mesa-fc62df19b77c2812b1521152ffd8600a1f6ceec5.zip |
ci/b2c: change artifacts path to match baremetal and LAVA
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25815>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/test/gitlab-ci.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 5055c2140a1..7abdf8b6ebf 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -374,6 +374,10 @@ clang-format: rm -rf ${JOB_FOLDER} || true 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 # begins running on the remote DUT. set +x @@ -405,9 +409,9 @@ clang-format: when: always name: "mesa_${CI_JOB_NAME}" paths: - - ${JOB_FOLDER}/results + - results reports: - junit: ${JOB_FOLDER}/results/**/junit.xml + junit: results/**/junit.xml .b2c-test-vk: extends: |