Closed
Bug 1188542
Opened 10 years ago
Closed 10 years ago
MozReview should pass real repository name to Autoland
Categories
(MozReview Graveyard :: General, defect, P3)
MozReview Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dminor, Assigned: dminor)
Details
Attachments
(1 file)
At the moment we have hard coded IMPORT_PULLREQUEST_DESTINATION and TRY_AUTOLAND_TREE variables that control which trees are used as the destination for pull requests and the source for autoland to try.
It would make more sense to use the actual repository name from Mozreview, e.g.
try_autoland_tree = rr.repository.name or something similar and let Autoland handle any necessary mapping of names using it's own configuration files.
| Assignee | ||
Comment 1•10 years ago
|
||
mozreview: stop hard coding try autoland tree (bug 1188542) r?mdoglio
Attachment #8652057 -
Flags: review?(mdoglio)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → dminor
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Comment on attachment 8652057 [details]
MozReview Request: mozreview: stop hard coding try autoland tree (bug 1188542) r?mdoglio
https://reviewboard.mozilla.org/r/17067/#review15193
Ship It!
Attachment #8652057 -
Flags: review?(mdoglio) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Thanks, pushed to: https://hg.mozilla.org/hgcustom/version-control-tools/rev/d02c4a76e047
| Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Developer Services → MozReview
You need to log in
before you can comment on or make changes to this bug.
Description
•