Re: Media Capabilities: add MediaDecodingConfiguration.idl and update to Spec (#5548)

Yes, that's the script. It works like this:

1. At the end of a complete build, Travis POSTs metadata about the build to that URL.
2. That script uses that metadata to request the full logs of each browser job.
3. It parses the job looking for lines that include `:check_stability:` but do not include `DEBUG:`
4. It PATCHes or POSTs a comment for each job log with the lines it found that match that parse logic.

I believe @sideshowbarker said on another PR that after a few hours, the logs (which are very verbose) get difficult to parse out specific jobs. I can tweak the metadata we're logging in the prbuildbot to make sure we're including things like build number or PR number if that would help, but it wouldn't make finding the HTTP log item any easier.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5548#issuecomment-294138519

Received on Friday, 14 April 2017 11:24:01 UTC