Closed
Bug 1521114
Opened 2 years ago
Closed 2 years ago
actions.json has invalid context
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox-esr60 fixed, firefox66 fixed)
RESOLVED
FIXED
mozilla66
People
(Reporter: dustin, Assigned: dustin)
Details
Attachments
(1 file)
https://taskcluster-artifacts.net/Hr6NU6NnRtCwoxiORoLswg/0/public/actions.json
{
actions: [
{
"context": [
[
{
"kind": "test",
"worker-implementation": "docker-worker"
}
]
],
"name": "create-interactive",
...
},
...
]
}
The double-array in invalid.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=4c7cb0f91da2b33f4480f6d1efc4fd8911496a84
Pushed by dmitchell@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/39e888455f3f remove trailing comma causing invalid artfacts.json r=tomprince
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Comment 5•2 years ago
|
||
bugherderuplift |
status-firefox-esr60:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•