ci/b2c: change artifacts path to match baremetal and LAVA
authorEric Engestrom <eric@igalia.com>
Thu, 19 Oct 2023 13:12:00 +0000 (15:12 +0200)
committerMarge Bot <emma+marge@anholt.net>
Sun, 22 Oct 2023 21:23:01 +0000 (21:23 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25815>

.gitlab-ci/test/gitlab-ci.yml

index 5055c21..7abdf8b 100644 (file)
@@ -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: