Skip to content

Commit

Permalink
Adding debug info to cloud-provider-azure serial tests temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
lanlou1554 committed Aug 4, 2022
1 parent 7faddca commit 94d2015
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,11 @@ periodics:
- >-
cp ./kubeconfig ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure/kubeconfig &&
cd ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure &&
make test-e2e-capz
make test-e2e-capz &&
export KUBECONFIG=${GOPATH}/src/sigs.k8s.io/cloud-provider-azure/kubeconfig &&
kubectl get apiservice &&
kubectl get ns -A &&
kubectl get ns -A | grep -m1 "nsdeletetest" | awk '{printf("kubectl describe ns %s\n",$1)}' | /bin/bash
securityContext:
privileged: true
env:
Expand All @@ -862,7 +866,7 @@ periodics:
- name: CLUSTER_PROVISIONING_TOOL
value: "capz"
- name: GINKGO_PARALLEL_NODES
value: "2"
value: "1"
- name: GINKGO_TOLERATE_FLAKES
value: "y"
annotations:
Expand Down

0 comments on commit 94d2015

Please sign in to comment.