92dbc66135
This new role will prepare archive with the logs from all functional/fullstack tests. It will be more efficient to upload one archive to swift after tests are done instead of uploading to Swift many small files with logs from each test. Change-Id: I4bb614778893caa7fb3519412a87196086420a21
6 lines
108 B
YAML
6 lines
108 B
YAML
- hosts: all
|
|
roles:
|
|
- prepare_functional_tests_logs
|
|
- fetch-tox-output
|
|
- fetch-subunit-output
|