Andriy Kurilin 4a9a54864f [ci] Generate a real raw and qcow2 image sfor tests
Also, this reduces payloadin neutron-trunk job. There is no indent to
test neutron as a part of Rally CI. And adds basic linting for ansible

Change-Id: I8129ae939d24d59688a535cdbbeff5d5f89f45c7
2025-03-03 12:33:28 +01:00

10 lines
289 B
YAML

- name: Import a current JSON report
become: true
become_user: stack
command: rally task import --file {{ rally_results_dir }}/report.json
- name: Import an old JSON report
become: true
become_user: stack
command: rally task import --file {{ rally_results_dir }}/results.json