Closed
Bug 1416029
Opened 7 years ago
Closed 7 years ago
Pass empty TRY_COMMIT_MESSAGE to mozharness on windows.
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla58
People
(Reporter: tomprince, Assigned: tomprince)
References
Details
Attachments
(1 file)
Apparently the window's generic-worker uses batch files for running setting environment variables. In windows batch files, setting an environment variable to empty actually unsets.
Assignee | ||
Updated•7 years ago
|
Blocks: comm-taskcluster
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8927062 [details]
Bug 1416029: Pass empty TRY_COMMIT_MESSAGE to mozharness on windows.
https://reviewboard.mozilla.org/r/198276/#review203764
Would something like `"no commit message"` help with debugging down the line?
Attachment #8927062 -
Flags: review?(dustin) → review+
Assignee | ||
Comment 3•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8927062 [details]
Bug 1416029: Pass empty TRY_COMMIT_MESSAGE to mozharness on windows.
https://reviewboard.mozilla.org/r/198276/#review203764
My initial concern was that mozharness might try to interpret that, but looking at https://dxr.mozilla.org/mozilla-central/rev/2535bad09d720e71a982f3f70dd6925f66ab8ec7/testing/mozharness/mozharness/mozilla/testing/try_tools.py#130-147 that won't happen unless "try:" is in the message.
Comment hidden (mozreview-request) |
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/integration/autoland/rev/7b9a2e017069
Pass empty TRY_COMMIT_MESSAGE to mozharness on windows. r=dustin
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Updated•7 years ago
|
Product: TaskCluster → Firefox Build System
Updated•6 years ago
|
Assignee: nobody → mozilla
You need to log in
before you can comment on or make changes to this bug.
Description
•