ci: Make virtio-gpu test results available in the artifacts

Because the tests run using the Mesa CI infrastructure, the results
folder is created in a Mesa project specific location and it is
necessary to move it to CI_PROJECT_DIR once completed.

This operation has been performed only for the vtest based jobs, hence
let's ensure it is always executed.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Reviewed-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Acked-by: Daniel Stone <daniels@collabora.com>
macos/master
Cristian Ciocaltea 3 years ago
parent 49d5965c96
commit 3203c79964
  1. 2
      .gitlab-ci/container/debian/x86_test.sh

@ -95,7 +95,7 @@ else
fi
RET=$?
mv -f results ${CI_PROJECT_DIR}/
fi
mv -f results ${CI_PROJECT_DIR}/
exit ${RET}

Loading…
Cancel
Save