611fd049eb
- Add ibus-desktop-testing-autostart - Depend on gnome-desktop-testing instead of pulling from Git - Move engine specific dependencies to tests.yml
15 lines
304 B
YAML
15 lines
304 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: ibus-desktop-testing-role
|
|
installed_test_name: ibus
|
|
tags:
|
|
- classic
|
|
- gating
|
|
required_packages:
|
|
- ibus-tests
|
|
# ibus-compose test needs locales
|
|
- glibc-langpack-el
|
|
- glibc-langpack-fi
|
|
- glibc-langpack-pt
|
|
|