Skip to content

Commit

Permalink
add gateway cluster deletion after gateway tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Feb 12, 2024
1 parent 6589682 commit f1e0f4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,11 @@ commands =
bash -c " source ./scripts/get_k8s_secret_ci.sh; \
pytest tests/integration/network -k 'not test_domain_gateway_user_code' -p no:randomly -vvvv"

# Shutting down the gateway cluster to free up space, as the
# below code does not require gateway cluster
bash -c "k3d cluster delete testgateway1 || true"
bash -c "docker volume rm k3d-testgateway1-images --force || true"

; ; container workload
; bash -c 'if [[ "$PYTEST_MODULES" == *"container_workload"* ]]; then \
; echo "Starting Container Workload test"; date; \
Expand Down

0 comments on commit f1e0f4f

Please sign in to comment.