Closed
Bug 1079790
Opened 10 years ago
Closed 10 years ago
Submitting results with opt false doesn't work as expected
Categories
(Tree Management :: Treeherder, defect, P3)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1043330
People
(Reporter: davehunt, Unassigned)
Details
I submitted results for a debug build and it's created a debug opt build in treeherder: https://treeherder.allizom.org/ui/#/jobs?repo=b2g-inbound&revision=cd1935deb8af
My job collection contained: "option_collection": {"opt": false, "debug": true}
If I omit the "opt" entirely then it works as expected. I suspect the presence of a key/value is used to indicate true, where instead the value should be inspected.
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
(Though confusingly, in various places in the repo we seem to be using "opt" to store options, rather than meaning the opposite of a debug build, so may be elsewhere too)
Updated•10 years ago
|
Priority: -- → P3
Updated•10 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•