Files
zuul/playbooks/zuul-tox/post-system-logs.yaml
T
James E. Blair df338db03b Uncap concurrency in tests
This is 2 changes:

* Run dstat in unit test jobs so that we can get an idea of
  system performance/utilization.

* Remove the stestr concurrency cap.  With 8 cores, we have
  enough headroom to run the test dependencies (sql/zk) while
  the tests are running too.  Use all the CPU that's available.

Change-Id: I9f250865f7043fdbb1fa8a01f1bc9508490accc1
2021-10-25 08:53:37 -07:00

7 lines
152 B
YAML

- hosts: all
roles:
- dstat-graph
tasks:
- name: Collect zookeeper logs
shell: "cp /opt/zookeeper/logs/* {{ zuul_output_dir }}/logs/"