Module: Mesa Branch: main Commit: ac5a27917d9046960fd60f542500d3aa0e0ad89f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac5a27917d9046960fd60f542500d3aa0e0ad89f
Author: Eric Engestrom <[email protected]> Date: Sun Dec 24 08:09:13 2023 +0000 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> --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66afe802c1f..35c72f07812 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -210,6 +210,7 @@ include: # GitLab CI - .gitlab-ci.yml - .gitlab-ci/**/* + - .ci-farms/* # Meson - meson* - build-support/**/*
