dd5d737e6c
Instead of unpacking the x86_64_build container and its billion build dependencies every time, switch to using only what's in the minimal pyutils container, and the Python scripts we get as an artifact from the python-test job. Pulling the artifacts from S3 rather than using GitLab is also much more efficient. This should substantially reduce the runtime required to get to testing. Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31151>