ci/nouveau: Move manual/nightly jobs to postmerge stage

Create a new stage called nouveau-postmerge and move the full and manual
jobs over there, to avoid entanglement with the pre-merge jobs.

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 09:55:05 +01:00
committed by Marge Bot
parent 337e00aa2d
commit b70ad23bb1
3 changed files with 3 additions and 2 deletions

View File

@@ -152,6 +152,7 @@ stages:
- intel
- intel-postmerge
- nouveau
- nouveau-postmerge
- arm
- broadcom
- broadcom-postmerge

View File

@@ -24,7 +24,7 @@
when: on_success
.nouveau-manual-rules:
stage: nouveau
stage: nouveau-postmerge
extends: .no-auto-retry
rules:
- !reference [.test, rules]

View File

@@ -26,7 +26,7 @@
when: on_success
.nvk-valve-manual-rules:
stage: nouveau
stage: nouveau-postmerge
extends: .no-auto-retry
rules:
- !reference [.test, rules]