mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 14:08:05 +02:00
ci: Declare stages before jobs
It looks like GitLab 16.x requires us to declare the stages before we declare any jobs, else it falls down resolving 'needs' with 'job is not in any earlier stage'. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25149>
This commit is contained in:
parent
e3aab80d4f
commit
9dbc8a7ee3
1 changed files with 18 additions and 18 deletions
|
|
@ -78,6 +78,24 @@ default:
|
|||
- data_integrity_failure
|
||||
- unknown_failure
|
||||
|
||||
stages:
|
||||
- sanity
|
||||
- container
|
||||
- git-archive
|
||||
- build-x86_64
|
||||
- build-misc
|
||||
- lint
|
||||
- amd
|
||||
- intel
|
||||
- nouveau
|
||||
- arm
|
||||
- broadcom
|
||||
- freedreno
|
||||
- etnaviv
|
||||
- software-renderer
|
||||
- layered-backends
|
||||
- deploy
|
||||
|
||||
include:
|
||||
- project: 'freedesktop/ci-templates'
|
||||
ref: 16bc29078de5e0a067ff84a1a199a3760d3b3811
|
||||
|
|
@ -116,24 +134,6 @@ include:
|
|||
- local: 'src/panfrost/ci/gitlab-ci.yml'
|
||||
- local: 'src/virtio/ci/gitlab-ci.yml'
|
||||
|
||||
stages:
|
||||
- sanity
|
||||
- container
|
||||
- git-archive
|
||||
- build-x86_64
|
||||
- build-misc
|
||||
- lint
|
||||
- amd
|
||||
- intel
|
||||
- nouveau
|
||||
- arm
|
||||
- broadcom
|
||||
- freedreno
|
||||
- etnaviv
|
||||
- software-renderer
|
||||
- layered-backends
|
||||
- deploy
|
||||
|
||||
|
||||
# YAML anchors for rule conditions
|
||||
# --------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue