Skip to content

Commit

Permalink
Merge pull request #129 from rmohr/delete-all
Browse files Browse the repository at this point in the history
Delete all pods and deployments before running functional tests
  • Loading branch information
rmohr committed Mar 8, 2017
2 parents 7526fc5 + e75d489 commit f994574
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions automation/check-merged.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ make
# Run unit tests
# make test

# Delete traces from old deployments
cluster/kubectl.sh --init
cluster/kubectl.sh --core delete deployments --all
cluster/kubectl.sh --core delete pods --all

# Deploy kubevirt
cluster/sync.sh

Expand Down

0 comments on commit f994574

Please sign in to comment.