Codebase list cinder-tempest-plugin / 6e36e2b
zuul: collect cinderlib logs from tempest node(s) only The functional tests are executed from the tempest node(s), which means that the collection must happen from the same place, not all nodes; otherwise the playbook code fails on pure compute nodes. Change-Id: Ibe1796e1380add34b6d8f19606bb55fda13c3c08 Luigi Toscano 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 - hosts: all
0 - hosts: tempest
11 vars:
22 tox_envlist: functional
33 zuul_work_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"