mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 12:40:09 +01:00
ci: Use release builds in perf jobs
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:
parent
2fcd6df107
commit
c91f4b2efb
1 changed files with 23 additions and 0 deletions
|
|
@ -329,6 +329,13 @@
|
|||
- !reference [.performance-rules, rules]
|
||||
- !reference [.freedreno-manual-rules, rules]
|
||||
allow_failure: true # see comment in .performance-rules, which we don't inherit this line from.
|
||||
variables:
|
||||
MINIO_ARTIFACT_NAME: "mesa-arm64-rel"
|
||||
needs:
|
||||
- job: debian/arm64_test
|
||||
- job: debian-arm64-release
|
||||
# The mesa binary is fetched from S3
|
||||
artifacts: false
|
||||
|
||||
.nouveau-rules:
|
||||
stage: nouveau
|
||||
|
|
@ -548,6 +555,14 @@
|
|||
*virgl_file_list
|
||||
when: manual
|
||||
allow_failure: true # see comment in .performance-rules, which we don't inherit this line from.
|
||||
variables:
|
||||
MINIO_ARTIFACT_NAME: "mesa-amd64-rel"
|
||||
needs:
|
||||
- kernel+rootfs_amd64
|
||||
- debian-testing
|
||||
- job: debian-release
|
||||
# The release binary is fetched from S3
|
||||
artifacts: false
|
||||
|
||||
.venus-rules:
|
||||
stage: layered-backends
|
||||
|
|
@ -669,6 +684,14 @@
|
|||
*iris_file_list
|
||||
when: manual
|
||||
allow_failure: true # see comment in .performance-rules, which we don't inherit this line from.
|
||||
variables:
|
||||
MINIO_ARTIFACT_NAME: "mesa-amd64-rel"
|
||||
needs:
|
||||
- kernel+rootfs_amd64
|
||||
- debian-testing
|
||||
- job: debian-release
|
||||
# The release binary is fetched from S3
|
||||
artifacts: false
|
||||
|
||||
.anv-rules:
|
||||
stage: intel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue