From be8e1ee96a61a38f47c7ba6b7d10ab17ee8ed08d Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Fri, 6 Sep 2024 13:50:35 +0200 Subject: [PATCH] ci: Run the sysext job only on runners tagged with x86_64_v3 The x86_64_v2 runners hang on pulling the docker image. This should be removed when the runners are all updated. Related: https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/1665 Part-of: --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e54304fbb..99911e1be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,11 @@ include: build-sysext: before_script: - .gitlab-ci/install-gnomeos-sysext-dependencies.sh $CI_PROJECT_DIR/extension + # x86_64_v2 runners hang on pulling the docker image. This should be removed + # when the runners are all updated. + # https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/1665 + tags: + - x86_64_v3 stages: - review