Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-03-08 16:32:05 +10:00
parent a0c4d91a3c
commit ad6fa2b778

View File

@ -1,3 +1,4 @@
---
#- hosts: localhost #- hosts: localhost
# roles: # roles:
# - role: standard-test-beakerlib # - role: standard-test-beakerlib
@ -25,11 +26,11 @@
- hosts: localhost - hosts: localhost
roles: roles:
- role: standard-test-rpm - role: standard-test-rpm
subjects: python3-devel # for pathfix during srpm prep subjects: python3-devel # for pathfix during srpm prep
tags: tags:
- always - always
- classic - classic
- role: standard-test-source - role: standard-test-source
tags: tags:
- always - always
- classic - classic
@ -44,6 +45,7 @@
- libwacom-devel - libwacom-devel
- check-devel - check-devel
- systemd-devel - systemd-devel
- tree # for debugging - valgrind
- tree # for debugging
tests: tests:
- libinput-test-suite - libinput-test-suite