etcd-io / etcd

Distributed reliable key-value store for the most critical data of a distributed system

Home Page:https://etcd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop Measure Test Flakiness

serathius opened this issue · comments

What would you like to be added?

https://github.com/etcd-io/etcd/actions/workflows/measure-test-flakiness.yaml consistently fails.

Don't think we should fix it as we building a replacement.

Before removal we should ensure that replacement is working correctly and runs every day instead of once per week.

Why is this needed?

We are migrating to https://github.com/etcd-io/etcd/actions/workflows/measure-testgrid-flakiness.yaml

/assign

commented

I just checked our testgrid, but it looks like there the 2 tabs we check to create issues does not have any flakiness currently:

image

Consulting the recent workflow ouptut, it does seem to pull the data correctly for both periodic and presubmit tests.

I think we can go ahead and deprecate measure-test-flakiness.yaml.

commented

It looks like #17893 is already ongoing. Let's proceed with the PR.