From b026311623ac551deeef2c9d50268d886c648047 Mon Sep 17 00:00:00 2001 From: Karuppiah Natarajan Date: Tue, 13 Jul 2021 18:58:16 +0530 Subject: [PATCH] update issue etcd-io/etcd#13167 --- etcd-io/etcd/issue-13167/STORY.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/etcd-io/etcd/issue-13167/STORY.md b/etcd-io/etcd/issue-13167/STORY.md index 826eeb1..3574669 100644 --- a/etcd-io/etcd/issue-13167/STORY.md +++ b/etcd-io/etcd/issue-13167/STORY.md @@ -1024,3 +1024,28 @@ $ ``` Okay, I fixed the bash script to use `/tmp` directory to store the temporary json file ;) :D + +--- + +https://crontab.guru/#0_0_*_*_0 + +--- + +Commit message: + +workflow: add workflow to invoke script that measures percentage of commits with failed status + +The workflow runs on a cron schedule + +Fixes #13167 + +--- + +The script currently looks like this - + +```bash +$ ./scripts/measure-test-flakiness.sh +Commit status failure percentage is - 30 % +``` + +Should we add a `make` target in the `Makefile` for running this? And use that in the GitHub Action Workflow config?