1
0
Fork 0

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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4008>
This commit is contained in:
Sebastian Wick 2024-09-06 13:50:35 +02:00
parent f68cd634b9
commit be8e1ee96a

View file

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