This release mainly fixes a regression we introduced in the release 0.7.0. The change (#220) we introduced checked completed and running jobs for files that have been uploaded in order to trigger tests. The problem is that running jobs do not have any metadata until they actually complete. We fixed this on #234.
Contributions
Thanks to @adusca and @glandium for their contributions on this release.
How to update
Run "pip install -U mozci" to update
Major highlights
#234 - (bug fix) - Do not try to find files for running jobs
#228 - For try, only trigger talos jobs on existing build jobs ** rather than triggering builds for platforms that were not requested
#238 - Read credentials through environment variables