Closed
Bug 1676204
Opened 5 years ago
Closed 5 years ago
Specifying a test manifest to `mach try` results in a broken try push
Categories
(Developer Infrastructure :: Try, defect)
Developer Infrastructure
Try
Tracking
(firefox84 fixed)
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: ahal, Assigned: ahal)
References
Details
Attachments
(1 file)
There's a bug causing the MOZHARNESS_TEST_PATHS
variable to be empty, which in turn causes an issue in treeherder.
Comment 1•5 years ago
|
||
Specifically the value is "{}"
, which once parsed returns an empty object rather than a string.
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ad30c7699b30
[tryselect] Fix broken try pushes when passing in paths to test manifests, r=jmaher
![]() |
||
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•