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
@ -12,6 +12,11 @@ include:
|
|||||||
build-sysext:
|
build-sysext:
|
||||||
before_script:
|
before_script:
|
||||||
- .gitlab-ci/install-gnomeos-sysext-dependencies.sh $CI_PROJECT_DIR/extension
|
- .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:
|
stages:
|
||||||
- review
|
- review
|
||||||
|
Loading…
x
Reference in New Issue
Block a user