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:
Martin Abente Lahaye 2024-09-06 08:05:49 -04:00
parent 39a3da654d
commit a2c789ddb7

View File

@ -11,6 +11,8 @@ include:
-Dextensions-tool:bash_completion=disabled -Dextensions-tool:bash_completion=disabled
build-sysext: build-sysext:
tags:
- x86_64_v3
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