ci: Create new 'performance' stage

Move all jobs doing performance testing to a separate stage.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30784>
This commit is contained in:
Daniel Stone
2024-08-22 10:16:01 +01:00
committed by Marge Bot
parent 97d049504c
commit f1aab081b5
5 changed files with 6 additions and 4 deletions

View File

@@ -91,6 +91,7 @@
# Collabora triggers the manual job after merge to main. These "never" filters
# need to come before any paths with "manual".
.performance-rules:
stage: performance
rules:
- !reference [.no_scheduled_pipelines-rules, rules]
# Run only on pre-merge pipelines from Marge