From ac5a27917d9046960fd60f542500d3aa0e0ad89f Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sun, 24 Dec 2023 08:09:13 +0000 Subject: [PATCH] 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: --- .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/**/*