Closed
Bug 1529848
Opened 6 years ago
Closed 6 years ago
Change task identifier max length in task.py from 22 to 38
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox67 fixed)
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: egao, Assigned: egao)
References
Details
Attachments
(1 file)
Taskcluster team has raised the maximum length of task identifier (workerType + provisionerId) from 22 to 38 in https://github.com/taskcluster/taskcluster/pull/110.
However it seems as of current mozilla-central
the maximum length remains at 22. This causes problems for the new windows10-aarch64 worker that has been added in https://bugzilla.mozilla.org/show_bug.cgi?id=1529339, which exceeds the maximum length. Without modifying the value in task.py::check_task_identifiers
, taskgraph cannot be generated with ./mach taskgraph
which blocks ./mach try fuzzy
usage.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by egao@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8d57907127de
increase maximum length for task identifiers to 38 r=tomprince
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•