Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): Remove conditional integration testing #12591

Merged
merged 1 commit into from
May 14, 2024
Merged

chore(ci): Remove conditional integration testing #12591

merged 1 commit into from
May 14, 2024

Conversation

olix0r
Copy link
Member

@olix0r olix0r commented May 14, 2024

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.

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.
@olix0r olix0r marked this pull request as ready for review May 14, 2024 17:12
@olix0r olix0r requested a review from a team as a code owner May 14, 2024 17:12
@olix0r olix0r merged commit 14d259a into main May 14, 2024
38 checks passed
@olix0r olix0r deleted the ver/viz-ci branch May 14, 2024 18:20
the-wondersmith pushed a commit to the-wondersmith/linkerd2 that referenced this pull request May 15, 2024
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.

(cherry picked from commit 14d259a)
the-wondersmith added a commit to the-wondersmith/linkerd2 that referenced this pull request May 15, 2024
* origin/policy-feat-grpcroute-status-support:
  chore(ci): merge fixes from origin/main
  build(deps): bump tj-actions/changed-files from 44.3.0 to 44.4.0 (linkerd#12588)
  build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 (linkerd#12590)
  chore(ci): Remove conditional integration testing (linkerd#12591)
  build(deps-dev): bump sinon from 17.0.1 to 17.0.2 in /web/app (linkerd#12587)
  build(deps): bump github.com/prometheus/client_golang (linkerd#12586)
  build(deps): bump thiserror from 1.0.59 to 1.0.60 (linkerd#12585)
  Revert "Fix destination staleness issue when adding EndpointSlices (linkerd#12427)" (linkerd#12589)
  Add outbound index metrics to the policy controller (linkerd#12429)
  build(deps): bump tj-actions/changed-files from 44.3.0 to 44.4.0 (linkerd#12588)
  build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 (linkerd#12590)
  chore(ci): Remove conditional integration testing (linkerd#12591)
  build(deps-dev): bump sinon from 17.0.1 to 17.0.2 in /web/app (linkerd#12587)
  build(deps): bump github.com/prometheus/client_golang (linkerd#12586)
  build(deps): bump thiserror from 1.0.59 to 1.0.60 (linkerd#12585)
  Revert "Fix destination staleness issue when adding EndpointSlices (linkerd#12427)" (linkerd#12589)
  Set backend_not_found route status when any backends are not found (linkerd#12565)
  Add outbound index metrics to the policy controller (linkerd#12429)

Signed-off-by: Mark S <the@wondersmith.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants