Skip to content

Commit 6463342

Browse files
authored
ci: enable state validation in linux cni v1 (#2898)
1 parent fc4da42 commit 6463342

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.pipelines/singletenancy/aks/e2e-step-template.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,9 @@ steps:
6969
cd test/integration/load
7070
ITERATIONS=2 SCALE_UP=${{ parameters.scaleup }} OS_TYPE=${{ parameters.os }} go test -count 1 -timeout 30m -tags load -run ^TestLoad$
7171
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
72+
73+
make test-validate-state OS_TYPE=${{ parameters.os }} CNI_TYPE=cniv1
74+
7775
kubectl delete ns load-test
7876
displayName: "Validate State"
7977
retryCountOnTaskFailure: 3

0 commit comments

Comments
 (0)