web-platform-tests / pulls.web-platform-tests.org

[Deprecated] Some functionalities are now provided by wpt-pr-bot https://github.com/web-platform-tests/wpt-pr-bot
7 stars 23 forks source link

Use more detailed job status #45

Closed csnardi closed 6 years ago

csnardi commented 6 years ago

Currently, if a build has not passed, it is assumed to be failed. However, the build might simply still be pending, and have not yet completed. This uses the more explicit status_message to determine the status of the build.

This also changes an existing use of status to status_message as per https://docs.travis-ci.com/user/notifications/#Configuring-webhook-notifications status will only be 0 or 1 whereas status_message will have the full status.


This change is Reviewable