Closed
Bug 1365646
Opened 8 years ago
Closed 8 years ago
logic error makes it impossible ot run a single lint job
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla55
People
(Reporter: dustin, Assigned: dustin)
References
Details
Attachments
(1 file)
-b o -p lint -j mozharness
should run the mozharness lint job (as long as you add a trivial change to mozharness so it doesn't get optimized away).
But it doesn't, and I think the cause is a logic error.
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Comment 2•8 years ago
|
||
Comment hidden (mozreview-request) |
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8868646 [details]
Bug 1365646: fix logic error in try syntax `-j` handling;
https://reviewboard.mozilla.org/r/140228/#review144328
Attachment #8868646 -
Flags: review?(gps) → review+
Comment 5•8 years ago
|
||
hg error in cmd: hg push -r tip ssh://hg.mozilla.org/integration/autoland: pushing to ssh://hg.mozilla.org/integration/autoland
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
remote:
remote:
remote: ************************** ERROR ****************************
remote: Rev 63db04758d1f uses try syntax. (Did you mean to push to Try instead?)
remote: Dustin J. Mitchell <dustin@mozilla.com>
remote: Bug 1365646: fix logic error in try: -j handling; r=gps
remote:
remote: MozReview-Commit-ID: ApKmq9IYRtV
remote: *************************************************************
remote:
remote:
remote: transaction abort!
remote: rollback completed
remote: pretxnchangegroup.c_commitmessage hook failed
abort: push failed on remote
Assignee | ||
Comment 6•8 years ago
|
||
Gah, bstack ran into that once, too. Stupid hooks.
Comment hidden (mozreview-request) |
Pushed by dmitchell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e31fadbf7f02
fix logic error in try syntax `-j` handling; r=gps
Comment 9•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•7 years ago
|
Product: TaskCluster → Firefox Build System
Updated•6 years ago
|
Assignee: nobody → dustin
You need to log in
before you can comment on or make changes to this bug.
Description
•