Closed
Bug 1561571
Opened 7 years ago
Closed 7 years ago
Make backfill action's add_args_to_command reusable and add support for string cmd parts
Categories
(Firefox Build System :: Task Configuration, enhancement)
Firefox Build System
Task Configuration
Tracking
(firefox69 fixed)
RESOLVED
FIXED
mozilla69
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: bc, Assigned: bc)
References
Details
Attachments
(1 file)
add_args_to_command is used in the backfill action to add arguments to a task's command.
It assumes for that
# windows has single cmd part as dict: 'task-reference', with long string
However in test isolation, the task's command for windows is a list consisting of a single long string.
I would like to reuse add_args_to_command in test isolation. To do this I would like to move it into util.py and add support for a string cmd part. I don't plan to move remove_args_from_command since I don't need it and changes there would require testing backfill on try which I don't know how to do.
| Assignee | ||
Comment 1•7 years ago
|
||
Depends on D36011
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed by bclary@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4ea815152fd7
Make backfill action's add_args_to_command reusable and add support for string cmd parts, r=tomprince.
Comment 4•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•