[PATCH xenomai-images] ci: do not skip tests on vm that have been relaxed
Tobias Schaffner <[email protected]> Fri, 3 Jul 2026 13:48:46 +0200
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
Remove the broad skip list previously used for tests that fail on QEMU targets. The list is not needed anymore as the evl test suite autodetects if it is running in a VM and relaxes the tests as needed. Signed-off-by: Tobias Schaffner <[email protected]> --- ci/lib/gitlab-ci-base.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/lib/gitlab-ci-base.yml b/ci/lib/gitlab-ci-base.yml index dfb33ad..0540628 100644 --- a/ci/lib/gitlab-ci-base.yml +++ b/ci/lib/gitlab-ci-base.yml @@ -123,7 +123,6 @@ default: variables: ADDITIONAL_XENO_TEST_ARGS: "--vm" ADDITIONAL_TEST_TIMEOUT_MINUTES: 25 - EVL_TESTS_SKIP_PATTERN: "sched-quota-accuracy|sched-tp-accuracy|sched-tp-overrun|monitor-event-untrack" rules: - *test-qemu-rules @@ -174,7 +173,7 @@ default: extends: .test-qemu variables: TARGET: qemu-riscv64 - EVL_TESTS_SKIP_PATTERN: "ptrace-sync|sched-quota-accuracy|sched-tp-accuracy|sched-tp-overrun|monitor-event-untrack" + EVL_TESTS_SKIP_PATTERN: "ptrace-sync" rules: - if: '$XENOMAI_VERSION != "4-next"' when: never -- 2.43.0