7676 - checkout : self
7777
7878 - bash : |
79- git clone https://github.com/huntergregory /kubernetes.git --depth=1 --branch=linux-sleep-before-probing
79+ git clone https://github.com/kubernetes /kubernetes.git --depth=1
8080 cd kubernetes
8181 export PATH=$PATH:/usr/local/go/bin/
8282 make WHAT=test/e2e/e2e.test
@@ -140,7 +140,7 @@ jobs:
140140 scriptLocation : " inlineScript"
141141 failOnStderr : true
142142 inlineScript : |
143- # get kubectl
143+ # get kubectl
144144 curl -LO https://dl.k8s.io/release/v1.23.0/bin/linux/amd64/kubectl
145145 chmod +x kubectl
146146 echo Cluster $(AZURE_CLUSTER)
@@ -204,7 +204,7 @@ jobs:
204204 ./kubectl --kubeconfig=./kubeconfig set image daemonset/azure-npm-win -n kube-system azure-npm=$IMAGE_REGISTRY/azure-npm:windows-amd64-ltsc2022-$(TAG)
205205
206206 else
207- echo "Creating Linux Cluster";
207+ echo "Creating Linux Cluster";
208208 az aks create --no-ssh-key \
209209 --resource-group $(RESOURCE_GROUP) \
210210 --name $(AZURE_CLUSTER) \
@@ -261,7 +261,7 @@ jobs:
261261 }
262262
263263 runConformanceWindows () {
264- git clone https://github.com/huntergregory /kubernetes.git
264+ git clone https://github.com/kubernetes /kubernetes.git --depth=1
265265 cd kubernetes
266266 git checkout sleep-before-probing
267267 export PATH=$PATH:/usr/local/go/bin/
@@ -286,7 +286,7 @@ jobs:
286286 declare -a conformancePIDs
287287 for round in $(seq 1 $NUM_PARALLEL_JOBS_FOR_STRESS_TEST); do
288288 # for each iteration, run the conformance test and echos in the background, and write the output of the conformance test to a file
289-
289+
290290 # run the conformance test in the foreground and write the output to stdout and a file
291291 if [[ $(AZURE_CLUSTER) == *ws22 ]] # * is used for pattern matching
292292 then
0 commit comments