Skip to content

Commit

Permalink
system prune
Browse files Browse the repository at this point in the history
  • Loading branch information
szachovy committed Jun 23, 2024
1 parent f60bae1 commit 597e7a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Empty file added ai.yml
Empty file.
12 changes: 6 additions & 6 deletions tests/testsuite/roles/testing/tasks/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
docker_swarm_token=$(docker_swarm_token "${superset_node_address}")
clusterize_nodes
docker system prune -a --volumes --force
df -h > /tmp/start_superset.log 2>&1
free -m >> /tmp/start_superset.log 2>&1
df -h /var/lib/docker >> /tmp/start_superset.log 2>&1
df -i >> /tmp/start_superset.log 2>&1
start_superset >> /tmp/start_superset.log 2>&1
rm -rf /tmp/start_superset.log
ssh root@node-0 "docker system prune -a --volumes --force"
ssh root@node-1 "docker system prune -a --volumes --force"
ssh root@node-2 "docker system prune -a --volumes --force"
ssh root@node-3 "docker system prune -a --volumes --force"
ssh root@node-4 "docker system prune -a --volumes --force"
start_superset
args:
executable: /bin/bash

0 comments on commit 597e7a1

Please sign in to comment.