ci: Upload debian-release artifact to S3

This will enable performance jobs to use release versions for
performance tracking, since they download the artifacts from S3.

We were using debugoptimized versions, which are not the most performant
ones.

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21492>
This commit is contained in:
Guilherme Gallo 2023-02-23 10:43:30 -03:00 committed by Marge Bot
parent 53dda476a9
commit c65eb88f0b

View file

@ -224,8 +224,10 @@ debian-release:
-D tools=all
-D intel-clc=enabled
-D imagination-srv=true
MINIO_ARTIFACT_NAME: "mesa-amd64-rel"
script:
- .gitlab-ci/meson/build.sh
- .gitlab-ci/prepare-artifacts.sh
alpine-build-testing:
extends: