Jacob Finkelman

Results 313 comments of Jacob Finkelman

Thank you so much for the quick and thoughtful response. I tried it and it works perfectly! How hard would it be to add this to the reusable workflow? Could...

> Hm, I believe that you cannot add files to an already existing artifact. I think this may have been a Github change recently. The code caksoylar was working for...

I have not worked on it. Hopefully I will have time to get back to it. @edunham, how go the refactorings?

So this is a form of auto rollup, not tests of homu. Adding test of homu would be a laudable goal. Sorry for the confusing title. I am reading up...

Yes I have been keeping that in mind, thanks for clarifying its importance. For zuul's approach there are no changes required. It still tests all changes separately and in order,...

Fundamentally Zuul is running all the same test as the current strategy, just running them in parallel. Unfortunately, rust lang ["Right now we unfortunately just don't have capacity"](https://internals.rust-lang.org/t/bors-bring-back-try/5320/2). So I...

Indeed it is strictly speaking worse than bisecting when measured by `tested pr's/test cycle`. The suggested algorithm is still `O(n)`. In the case of a bad pr at the end...

The queue template is in https://github.com/servo/homu/blob/master/homu/html/queue.html and is served from https://github.com/servo/homu/blob/master/homu/server.py#L808 Don't know the answers to the rest of your questions. For one thing I'm not sure which status we...

related to https://github.com/servo/homu/issues/143