mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 20:40:24 +01:00
radv/ci: do not create jobs that will fail outside of mesa's namespace
Mirror what is done for the freedreno project and do not allow manual execution of jobs that require restricted access to a CI farm. This fixes pushing new branches with non-radv-related changes. Fixes: #7773 Reported-by: Erik Faye-Lund <kusmabite@gmail.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19984>
This commit is contained in:
parent
4b63667f31
commit
c85d09bcdd
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@
|
|||
# so only enable automatic testing when running in the context of Mesa to
|
||||
# prevent failures in forks.
|
||||
- if: '$CI_PROJECT_NAMESPACE != "mesa"'
|
||||
when: manual
|
||||
when: never
|
||||
|
||||
# Skips freedreno jobs if either of the farms we use are offline.
|
||||
.freedreno-farm-rules:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue