From 532932d8aa6a2d74690a622d2f30406cc537a96e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 18 Oct 2024 08:56:38 +1000 Subject: [PATCH] CI: move the "device" test suite to the "misc" set of suites That one is still with the gestures but only takes 1-2 minutes, the gestures takes 13 minutes. Let's move it to misc which currently has an overall runtime of only 2 min anyway. Part-of: --- .gitlab-ci.yml | 16 ++++++++-------- .gitlab-ci/config.yml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46376f35..ee87ca51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -620,15 +620,15 @@ vm-tablet-no-libwacom: variables: MESON_ARGS: '-Dlibwacom=false' -vm-gestures-device: +vm-gestures: extends: - .fedora:40@test-suite-vm variables: - SUITE_NAMES: 'gestures device' + SUITE_NAMES: 'gestures' -vm-gestures-device-no-libwacom: +vm-gestures-no-libwacom: extends: - - vm-gestures-device + - vm-gestures stage: test-suite-no-libwacom variables: MESON_ARGS: '-Dlibwacom=false' @@ -650,7 +650,7 @@ vm-misc: extends: - .fedora:40@test-suite-vm variables: - SUITE_NAMES: 'log misc quirks' + SUITE_NAMES: 'log misc quirks device' vm-misc-no-libwacom: extends: @@ -758,10 +758,10 @@ vm-valgrind-tablet: rules: - if: $GITLAB_USER_LOGIN != "marge-bot" -vm-valgrind-gestures-device: +vm-valgrind-gestures: stage: valgrind extends: - - vm-gestures-device + - vm-gestures variables: MESON_TEST_ARGS: '--setup=valgrind' LITEST_JOBS: 2 @@ -951,12 +951,12 @@ check-test-suites: libinput-test-suite-touchpad_buttons libinput-test-suite-tablet libinput-test-suite-gestures - libinput-test-suite-device libinput-test-suite-path libinput-test-suite-udev libinput-test-suite-log libinput-test-suite-misc libinput-test-suite-quirks + libinput-test-suite-device libinput-test-suite-keyboard libinput-test-suite-pad libinput-test-suite-switch diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml index e1f603c7..10aaa236 100644 --- a/.gitlab-ci/config.yml +++ b/.gitlab-ci/config.yml @@ -187,10 +187,9 @@ test_suites: - name: tablet suites: - tablet - - name: gestures-device + - name: gestures suites: - gestures - - device - name: backends suites: - path @@ -200,6 +199,7 @@ test_suites: - log - misc - quirks + - device - name: other devices suites: - keyboard -- 2.34.1