Skip to content

Commit

Permalink
update issue etcd-io/etcd#13107
Browse files Browse the repository at this point in the history
  • Loading branch information
karuppiah7890 committed Jul 13, 2021
1 parent 189ae6a commit d1c09f0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions etcd-io/etcd/issue-13167/STORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

0 comments on commit d1c09f0

Please sign in to comment.