mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 02:50:16 +01:00
ci: allow hw jobs even if lint jobs fail for non-Marge pipelines
Signed-off-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24257>
This commit is contained in:
parent
b4bcb1a567
commit
70eff58767
1 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,11 @@
|
|||
stage: lint
|
||||
extends:
|
||||
- .use-debian/x86_64_build
|
||||
rules:
|
||||
# in merge pipeline, don't touch the default settings
|
||||
- if: $GITLAB_USER_LOGIN == "marge-bot" && $CI_COMMIT_BRANCH == null
|
||||
# in other pipelines, formatting checks are allowed to fail
|
||||
- allow_failure: true
|
||||
variables:
|
||||
GIT_STRATEGY: fetch
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue