ci: fix farm restore pipelines
A few lines above, we disable pipelines for farm disables, but we were missing a condition to run the container & build jobs when re-enabling a farm, leading to invalid pipelines where test jobs for that farm are created but the container & build jobs are missing. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26809>
This commit is contained in:

committed by
Marge Bot

parent
d75643f400
commit
ac5a27917d
@@ -210,6 +210,7 @@ include:
|
|||||||
# GitLab CI
|
# GitLab CI
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
- .gitlab-ci/**/*
|
- .gitlab-ci/**/*
|
||||||
|
- .ci-farms/*
|
||||||
# Meson
|
# Meson
|
||||||
- meson*
|
- meson*
|
||||||
- build-support/**/*
|
- build-support/**/*
|
||||||
|
Reference in New Issue
Block a user