T-Rex: CPU pinning
[csit.git] / resources / tools / testbed-setup / ansible / roles / cleanup / tasks / tg.yaml
1 ---
2 # file: roles/cleanup/tasks/tg.yaml
3
4 - name: Kill processes - TRex
5   import_tasks: kill_process.yaml
6   vars:
7       process: "_t-rex"
8   when: docker_tg is undefined
9   tags: kill-process
10
11 - name: Kill processes - WRK
12   import_tasks: kill_process.yaml
13   vars:
14       process: "wrk"
15   tags: kill-process
16   when: docker_tg is undefined