ci: Limit sysext-build jobs to x86_64_v3 runners
We have recently bumped GNOME OS baseline to x86_64_v3 and this caused issues with x86_64_v2 runners. See https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/1665 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3464>
This commit is contained in:
parent
39a3da654d
commit
a2c789ddb7
@ -11,6 +11,8 @@ include:
|
||||
-Dextensions-tool:bash_completion=disabled
|
||||
|
||||
build-sysext:
|
||||
tags:
|
||||
- x86_64_v3
|
||||
before_script:
|
||||
- .gitlab-ci/install-gnomeos-sysext-dependencies.sh $CI_PROJECT_DIR/extension
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user