linkerd / linkerd2

Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
https://linkerd.io
Apache License 2.0
10.51k stars 1.27k forks source link

chore(ci): Remove conditional integration testing #12591

Closed olix0r closed 2 months ago

olix0r commented 2 months ago

We instrumented conditional execution of some of our flakier integration test suites: viz, multicluster, and policy. Since then, we have introduced retries that ameliorate flakiness. The current state allows these tests to regress on main, to be discovered only at release time.

This commit removes the conditional execution of these tests, and instead runs all integration tests uniformly.