We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01246e commit bdc569dCopy full SHA for bdc569d
.github/workflows/gke-ipv6-only.yml
@@ -260,10 +260,12 @@ jobs:
260
kubectl logs ipv6-test-client --tail=100 || true
261
echo "Cluster events:"
262
kubectl get events --sort-by='.lastTimestamp' --all-namespaces --tail=50 || true
263
-
+
264
- name: Cleanup
265
+ working-directory: ./tests
266
if: always()
- env:
267
- RUN_ID: ${{ github.run_id }}
268
run: |
269
- kind delete cluster --name "$RUN_ID-ipv6" || true
+ bash scripts/cleanup-vm.sh true
+ bash scripts/cleanup-router.sh true
270
+ make delete-gke-cluster
271
+ rm -rf scripts/vars.env
0 commit comments