c33075f3e1
There is no significant benefit in keeping this configuration separated.
Now the to-be installed packages are tracked in a single place and the
test playbooks only call the relevant tests.
This was pointed out by in 6063eb27b9
https://github.com/containers/toolbox/pull/898
7 lines
137 B
YAML
7 lines
137 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: Test
|
|
command: ninja -C builddir test
|
|
args:
|
|
chdir: '{{ zuul.project.src_dir }}'
|