ci: Upload debian-release artifact to S3
authorGuilherme Gallo <guilherme.gallo@collabora.com>
Thu, 23 Feb 2023 13:43:30 +0000 (10:43 -0300)
committerMarge Bot <emma+marge@anholt.net>
Tue, 28 Feb 2023 22:19:48 +0000 (22:19 +0000)
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>

.gitlab-ci/build/gitlab-ci.yml

index b4388c9..9afcf76 100644 (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: