diff options
author | Vignesh Raman <vignesh.raman@collabora.com> | 2023-12-07 14:48:28 +0530 |
---|---|---|
committer | Helen Koike <helen.koike@collabora.com> | 2023-12-13 15:18:29 -0300 |
commit | dd1581a35e2fe3179e3c6f7622739b00ea9c2f3d (patch) | |
tree | 5bf682a54f2f6fdd3fd0ef20baf9bb6a22e15b06 /drivers/gpu/drm/ci | |
parent | 3f1c87ddfa7915527da99eff4fe24edc96b52bd8 (diff) |
drm: ci: virtio: Make artifacts available
There were no artifacts available for virtio job.
So make the artifacts available in the pipeline job.
Acked-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
Signed-off-by: Helen Koike <helen.koike@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231207091831.660054-8-vignesh.raman@collabora.com
Diffstat (limited to 'drivers/gpu/drm/ci')
-rw-r--r-- | drivers/gpu/drm/ci/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml index e0fdc55c9b69..2c9a1838e728 100644 --- a/drivers/gpu/drm/ci/test.yml +++ b/drivers/gpu/drm/ci/test.yml @@ -329,6 +329,8 @@ virtio_gpu:none: script: - ln -sf $CI_PROJECT_DIR/install /install - mv install/bzImage /lava-files/bzImage + - mkdir -p $CI_PROJECT_DIR/results + - ln -sf $CI_PROJECT_DIR/results /results - install/crosvm-runner.sh install/igt_runner.sh needs: - debian/x86_64_test-gl |