Module: Mesa
Branch: main
Commit: c65eb88f0b4c67a174f94dde93311fbf86a66f26
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c65eb88f0b4c67a174f94dde93311fbf86a66f26

Author: Guilherme Gallo <[email protected]>
Date:   Thu Feb 23 10:43:30 2023 -0300

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 <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21492>

---

 .gitlab-ci/build/gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml
index b4388c98cd8..9afcf76b8f9 100644
--- a/.gitlab-ci/build/gitlab-ci.yml
+++ b/.gitlab-ci/build/gitlab-ci.yml
@@ -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:

Reply via email to