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:
parent
f68cd634b9
commit
be8e1ee96a
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue