Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
93792: builtins: make it easier to add builtins r=jordanlewis a=jordanlewis It was very annoying to have to find new slots for new builtins, and merge conflicts were irritating because they don't actually cause merge conflicts - instead just fails CI later. Now, we store the signatures in a sorted list. If 2 people race to make builtins, true merge conflicts will be generated which are much easier to resolve than having to wait until CI time. Epic: None Release note: None 93899: kvnemesis: keep artifacts only on failure r=erikgrinaker a=tbg The nightly runs amassed lots of artifacts because they run many invocations of kvnemesis in one go. We only need artifacts on failure. Epic: none Release note: None Co-authored-by: Jordan Lewis <[email protected]> Co-authored-by: Tobias Grieger <[email protected]>
- Loading branch information