summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-02-12 13:03:44 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-02-12 14:31:48 +1000
commit8ab2581d202e95f51dabc84eebd7e0311b59bfe1 (patch)
tree1b78a3510d3abb186eeb851fcca2fd28f58103c3 /.gitlab-ci
parentd838e3a3a4cc6eb4c5126094cde1e73197fda4d1 (diff)
downloadlibinput-8ab2581d202e95f51dabc84eebd7e0311b59bfe1.tar.gz
gitlab CI: make the test suite names a list
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/ci.template2
-rw-r--r--.gitlab-ci/config.yml48
2 files changed, 25 insertions, 25 deletions
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index f7d0a9b9..058d7053 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -407,7 +407,7 @@ vm-{{suite.name}}:
extends:
- .{{distro.name}}:{{version}}@test-suite-vm
variables:
- SUITE_NAMES: '{{suite.suites}}'
+ SUITE_NAMES: '{{suite.suites|join(' ')}}'
vm-{{suite.name}}-no-libwacom:
extends:
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index 9b9a6137..bf1132ba 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -145,37 +145,37 @@ distributions:
test_suites:
- name: touchpad
suites:
- touchpad
+ - touchpad
- name: tap
suites:
- tap
+ - tap
- name: tablet
suites:
- tablet
+ - tablet
- name: gestures-device
suites:
- gestures
- device
+ - gestures
+ - device
- name: others
suites:
- context
- config
- misc
- events
- totem
- udev
- lid
- log
- timer
- tablet-mode
- quirks
- trackball
- pad
- path
- keyboard
- switch
- touch
- trackpoint
+ - context
+ - config
+ - misc
+ - events
+ - totem
+ - udev
+ - lid
+ - log
+ - timer
+ - tablet-mode
+ - quirks
+ - trackball
+ - pad
+ - path
+ - keyboard
+ - switch
+ - touch
+ - trackpoint
- name: pointer
suites:
- pointer
+ - pointer