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:
parent
d75643f400
commit
ac5a27917d
1 changed files with 1 additions and 0 deletions
|
|
@ -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/**/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue