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:
Martin Roukala (né Peres) 2022-11-24 15:01:54 +02:00 committed by Marge Bot
parent 4b63667f31
commit c85d09bcdd

View file

@ -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: