Skip to content

Commit

Permalink
ci: enable state validation in linux cni v1 (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
QxBytes authored Aug 7, 2024
1 parent fc4da42 commit 6463342
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .pipelines/singletenancy/aks/e2e-step-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,9 @@ steps:
cd test/integration/load
ITERATIONS=2 SCALE_UP=${{ parameters.scaleup }} OS_TYPE=${{ parameters.os }} go test -count 1 -timeout 30m -tags load -run ^TestLoad$
cd ../../..
# Remove this once we have cniv1 support for validating the test cluster
echo "Validate State skipped for linux cniv1 for now"
if [ "${{parameters.os}}" == "windows" ]; then
make test-validate-state OS_TYPE=${{ parameters.os }} CNI_TYPE=cniv1
fi
make test-validate-state OS_TYPE=${{ parameters.os }} CNI_TYPE=cniv1
kubectl delete ns load-test
displayName: "Validate State"
retryCountOnTaskFailure: 3

0 comments on commit 6463342

Please sign in to comment.