mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
ci: Run minimal openQA tests
This commit is contained in:
parent
3b3423fbf7
commit
d200634b2c
1 changed files with 9 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
include:
|
||||
- remote: 'https://gitlab.gnome.org/GNOME/citemplates/raw/HEAD/flatpak/flatpak_ci_initiative.yml'
|
||||
- remote: 'https://gitlab.gnome.org/tchx84/citemplates/raw/sysext/sysext/sysext_ci_initiative.yml'
|
||||
- remote: 'https://gitlab.gnome.org/tchx84/citemplates/raw/sysext-openqa/sysext/sysext_openqa_ci_initiative.yml'
|
||||
- remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/057b052e682d8e5a20c1eb2dd60d5b87d2b56856/templates/fedora.yml'
|
||||
- remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/bc70242ffb8402243e934659ecc1a2d1c89eca2b/templates/ci-fairy.yml'
|
||||
- project: 'Infrastructure/openshift-images/gnome-release-service'
|
||||
|
|
@ -263,6 +264,14 @@ sysext:
|
|||
- .gitlab-ci/install-sysext-dependencies.sh
|
||||
extends: .sysext.meson-build
|
||||
|
||||
sysext_openqa:
|
||||
extends: ".sysext_openqa"
|
||||
needs: [sysext]
|
||||
dependencies: [sysext]
|
||||
stage: test
|
||||
variables:
|
||||
TESTS_SUBDIR: "tests/openqa"
|
||||
|
||||
flatpak:
|
||||
stage: build
|
||||
needs: ["check_commit_log"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue