Skip to content

Commit

Permalink
update etcd-io/etcd#13167 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
karuppiah7890 committed Jul 1, 2021
1 parent 8255a33 commit 51ea75c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etcd-io/etcd/issue-13167/find-flaky-tests-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ curl -H "Authorization: token $GITHUB_TOKEN" \
}' \
https://api.github.com/graphql | jq . > commit-and-check-data.json

cat commit-and-check-data.json | jq '.data.repository.defaultBranchRef.target.history.edges | reduce .[] as $item (0; if $item.node.statusCheckRollup.state == "SUCCESS" then (. + 1) else . end)'

0 comments on commit 51ea75c

Please sign in to comment.