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

Add web service for tracking intermittent failure instances #739

Merged
merged 3 commits into from Oct 25, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Add documentation about service.

  • Loading branch information
jdm committed Oct 19, 2017
commit 04915fad38d9e7a4c965361976dd3936cc4adf74
@@ -0,0 +1,13 @@
# Intermittent Failure Tracker service

This service runs a flask server that serves two purposes:

1. an API endpoint for Servo's CI builders to report
instances of intermittent failures that are encountered

2. an HTML frontend to explore trends in
intermittent failures that have been reported.

See the project's [README](https://github.com/servo/intermittent-failure-tracker/blob/master/README.md) for more details about interacting with the service,
and [this Servo pull request](https://github.com/servo/servo/pull/16946)
for more details about how failures are reported.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.