
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
10 lines
289 B
YAML
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
|