CI: move the "device" test suite to the "misc" set of suites
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 17 Oct 2024 22:56:38 +0000 (08:56 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 18 Oct 2024 00:49:47 +0000 (10:49 +1000)
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: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1065>

.gitlab-ci.yml
.gitlab-ci/config.yml

index 46376f35a182036b4bb878191b18dbe40a2bf414..ee87ca517528ea165e80bbda62767ffa71568860 100644 (file)
@@ -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
index e1f603c7617065c9f4a4ca1498b958ea17faf914..10aaa236ad23298523ed421ddb5c336eb3b7e161 100644 (file)
@@ -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