mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 07:00:45 +02:00
ci: Fix dependency on lint job
The toml-lint job hasn't been around for a little while now, and the clang-format job got deleted. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Eric Engestrom <None> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33287>
This commit is contained in:
parent
e3d477a04f
commit
6d76c4f476
1 changed files with 1 additions and 3 deletions
|
|
@ -357,9 +357,7 @@ mr-label-maker-test:
|
|||
# Jobs that need to pass before spending hardware resources on further testing
|
||||
.required-for-hardware-jobs:
|
||||
needs:
|
||||
- job: clang-format
|
||||
optional: true
|
||||
- job: rustfmt
|
||||
optional: true
|
||||
- job: toml-lint
|
||||
- job: yaml-toml-shell-py-test
|
||||
optional: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue