-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add periodic job stats #1
Conversation
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd <[email protected]>
odo test statisticsLast update: 2020-12-08 10:31:42 (UTC) Generated with https://github.com/jgwest/odo-tools/ and https://github.com/kadel/odo-tools FLAKY TESTS: Failed test scenarios in past 14 days
* - Failure score is an arbitrary severity estimate, and is approximately |
main.go
Outdated
blobStorage, err := NewBlobStorage("./.cache") | ||
if err != nil { | ||
fmt.Println(err) | ||
//fmt.Println(err) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commented code found
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd <[email protected]>
Signed-off-by: anandrkskd [email protected]
This PR will add periodic job stats to the dashboard and will improve analysis of flakes on prow-CI.
Fixes #3678