ci: Run minimal openQA tests

This commit is contained in:
Martin Abente Lahaye 2024-06-26 11:01:38 -04:00
parent 3b3423fbf7
commit d200634b2c

View file

@ -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"]