Skip to content

Commit

Permalink
ci(Makefile): add rollout restart to sync with regular 'clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo committed Jun 8, 2022
1 parent 123f189 commit 87da8d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,5 @@ clean-ci:
list=$$(oc get secret -n $(EDGE_NAME) --no-headers |grep bmc|awk '{print $$1}'); \
for i in $${list}; do oc patch -n $(EDGE_NAME) secret $${i} --type json -p '[ { "op": "remove", "path": "/metadata/finalizers" } ]'; done; \
oc delete --ignore-not-found=true ns $(EDGE_NAME); \
oc rollout restart -n openshift-machine-api deployment/metal3; \
kcli delete vm -y $(EDGE_NAME)-m0 $(EDGE_NAME)-m1 $(EDGE_NAME)-m2 $(EDGE_NAME)-w0

0 comments on commit 87da8d1

Please sign in to comment.