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:
Eric Engestrom
2023-12-24 08:09:13 +00:00
committed by Marge Bot
parent d75643f400
commit ac5a27917d

View File

@@ -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/**/*