T-Rex: CPU pinning
[csit.git] / resources / tools / testbed-setup / ansible / roles / cleanup / tasks / tg.yaml
index f58cb59..a026ec2 100644 (file)
@@ -5,6 +5,7 @@
   import_tasks: kill_process.yaml
   vars:
       process: "_t-rex"
+  when: docker_tg is undefined
   tags: kill-process
 
 - name: Kill processes - WRK
@@ -12,3 +13,4 @@
   vars:
       process: "wrk"
   tags: kill-process
+  when: docker_tg is undefined
\ No newline at end of file