Closed
Bug 1098460
Opened 11 years ago
Closed 10 years ago
docker-worker: Default commands to an empty array
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlal, Assigned: mihneadb)
Details
Because of entrypoints we do not need commands in all cases (this may already work but should be documented)
Comment 1•11 years ago
|
||
Properties with default values should have them documented in their JSON schema.
In fact the validator in tc-base will substitute in the default value, if present in JSON schema...
From current schema definition "commands" is required.
Updated•10 years ago
|
Component: TaskCluster → Docker-Worker
Product: Testing → Taskcluster
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mihneadb
Comment 2•10 years ago
|
||
This probably depends on bug 1063110, as it's easiest to implement with a default value in JSON schema.
Comment 3•10 years ago
|
||
Fixed with https://github.com/taskcluster/docker-worker/commit/337891bcb59576661460497fd811008cdfe24cd4
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Docker-Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•