From: Peter Hutterer Date: Fri, 12 Feb 2021 03:03:44 +0000 (+1000) Subject: gitlab CI: make the test suite names a list X-Git-Tag: 1.16.902~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ab2581d202e95f51dabc84eebd7e0311b59bfe1;p=platform%2Fupstream%2Flibinput.git gitlab CI: make the test suite names a list Signed-off-by: Peter Hutterer --- 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