Josh Matthews

Results 343 issues of Josh Matthews

I was left scratching my head when homu stopped making any progress while there was still an ongoing queue of approved PRs. It turns out in https://github.com/servo/servo/pull/21586 that I had...

It's common to use delegate+ in a PR, then have the PR author use r+ instead of r=delegator. We should just rewrite that behind the scenes.

eg. https://github.com/servo/servo/pull/9911#issuecomment-204465843

Right now homu is built to interact directly with the github API and buildbot. We want to refactor homu so that its hooks produce a list of actions, and those...

The correct command is `try clean retry` for some reason.

When homu receives a request for a try build, it tries to fulfill it as soon as possible. This means that any builds that have not yet started for an...

The count labeled "approved" on http://servo-master.servo.org:54856/queue/servo is something like `(try success + pending + approved)` (although maybe with an off by one error?); when you just want to see how...

This will prevent a common source of incorrect historical metadata in the commit log.

See https://github.com/servo/servo/pull/10650#issuecomment-210875169: ``` :pushpin: Commit d09a497 has been approved by `` ```

This has always been a frustration for me, since the first platform that fails gets a comment with a link and you have to hunt for other ones if there...