Skip to content

Commit

Permalink
Merge pull request #27023 from monianshouhou/handle_serial_job2
Browse files Browse the repository at this point in the history
Adding debug info to cloud-provider-azure serial tests temporarily
  • Loading branch information
k8s-ci-robot authored Aug 4, 2022
2 parents e71a64e + 94d2015 commit 0b2e4d5
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,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 @@ -869,7 +873,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 0b2e4d5

Please sign in to comment.