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

scripts: add script to measure percentage of commits with failed status #13175

Merged
merged 2 commits into from
Apr 5, 2022

Commits on Jul 13, 2021

  1. scripts: add script to measure percentage of commits with failed status

    This is to start measuring the test flakiness and see the numbers improving once we improve and deflake flaky tests
    
    Fixes etcd-io#13167
    karuppiah7890 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    2b796a0 View commit details
    Browse the repository at this point in the history
  2. workflow: add workflow to invoke script that measures percentage of c…

    …ommits with failed status
    
    The workflow runs on a cron schedule on a weekly basis - once every week
    
    Fixes etcd-io#13167
    karuppiah7890 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    3317716 View commit details
    Browse the repository at this point in the history