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 fc4da42 commit 6463342Copy full SHA for 6463342
.pipelines/singletenancy/aks/e2e-step-template.yaml
@@ -69,11 +69,9 @@ steps:
69
cd test/integration/load
70
ITERATIONS=2 SCALE_UP=${{ parameters.scaleup }} OS_TYPE=${{ parameters.os }} go test -count 1 -timeout 30m -tags load -run ^TestLoad$
71
cd ../../..
72
- # Remove this once we have cniv1 support for validating the test cluster
73
- echo "Validate State skipped for linux cniv1 for now"
74
- if [ "${{parameters.os}}" == "windows" ]; then
75
- make test-validate-state OS_TYPE=${{ parameters.os }} CNI_TYPE=cniv1
76
- fi
+
+ make test-validate-state OS_TYPE=${{ parameters.os }} CNI_TYPE=cniv1
77
kubectl delete ns load-test
78
displayName: "Validate State"
79
retryCountOnTaskFailure: 3
0 commit comments