Servo builds experience a lot of intermittent failures. This suite runs 24/7 in a dedicated machine, building and testing servo using the web platform test runner. It maintains a database of rr recordings of every intermittent encountered in the tests, which would be helpful for people who're willing to work on those later.
Currently, this is not in a state for local usage. It requires:
- a bot willing to work for you (see
config.json.sample) requestspython module for communication with the Github APIrrbinary built from our fork.IntermittentsDBfrom the intermittent-tracker.
Run python runner.py to begin the siege! Pass --no-api to avoid making API requests.