ci/valve: do not extract the install tarball on the runner
authorMartin Roukala (né Peres) <martin.roukala@mupuf.org>
Fri, 10 Jun 2022 11:58:06 +0000 (14:58 +0300)
committerMarge Bot <emma+marge@anholt.net>
Tue, 14 Jun 2022 06:51:59 +0000 (06:51 +0000)
commit427c34eeca918c80f58de9fd14a0a52a9e4be933
tree1dc555506c5a8f6f51443a104893c62088514bb1
parentcee1142fa31e0e75019562b2d9c3d7f81790a13f
ci/valve: do not extract the install tarball on the runner

Until now, we have been extracing the install.tar image on the gitlab
runner before sharing it to the test machine through a MINIO bucket.

It turns out that hardlinks and symlinks do not get shared, so let's
just extract the tarball directly on the test machine to fix the issue.

Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16968>
.gitlab-ci/test/gitlab-ci.yml