Open
Bug 2059711
Opened 14 days ago
Updated 7 days ago
Make the code review bot push to try using Lando
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
NEW
People
(Reporter: marco, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
This will have multiple benefits:
- the review bot will no longer have to clone the repo before pushing, reducing end to end times;
- review bot pushes will be queued in Lando and won't take priority over developers' try pushes;
- load on hg.mozilla.org will decrease.
| Reporter | ||
Comment 1•7 days ago
|
||
Here's the doc for the try_api https://lando.moz.tools/api/try/docs#/ and here is a dirty way to create a patch from a diff: https://github.com/mozilla-conduit/lando/blob/af02dce67bc4c5906ecaeb703d8a0b7f30c62592/src/lando/conftest.py#L360-L386
| Reporter | ||
Comment 2•7 days ago
|
||
Credentials are in LANDO_TRY_USER and LANDO_TRY_TOKEN.
You need to log in
before you can comment on or make changes to this bug.
Description
•