post_bench.yml #4

  • //
  • guest/
  • robert_cowham/
  • p4benchmark/
  • main/
  • post_bench.yml
  • View
  • Commits
  • Open Download .zip Download (309 B)
- name: Tidy up after p4benchmark scripts
  hosts: all
  remote_user: perforce
  tasks:

  - name: Kill locust processes if they exist
    shell: pkill --full 'locust' || true

  - name: Remove base directory which has workspaces - see config_p4_bench.yml
    file:
      path: /tmp/work
      state: absent

# Change User Description Committed
#6 24711 Robert Cowham Restructure and tidy up
#5 24690 Robert Cowham Tweak analyse better.
Fix deletion of workspaces root
#4 24687 Robert Cowham Got analysis working
#3 22003 Robert Cowham Latest state - with p4python and no syncing
#2 21897 Robert Cowham Handle edge servers too
#1 21763 Robert Cowham Latest playbooks