Closed
Bug 1496483
Opened 7 years ago
Closed 7 years ago
Publish payload schema for macOS/linux
Categories
(Taskcluster :: Workers, enhancement)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pmoore, Unassigned)
Details
Currently our docs site only shows payload schema for Windows workers:
https://docs.taskcluster.net/docs/reference/workers/generic-worker/docs/payload
This comes from https://github.com/taskcluster/generic-worker/blob/a0a5271ddad42022606ca47a6c16f84c128223ab/windows.yml
We should also publish https://github.com/taskcluster/generic-worker/blob/a0a5271ddad42022606ca47a6c16f84c128223ab/all-unix-style.yml
They are mostly the same, except for:
1) "command" is an array of strings on windows (each is a line passed to cmd.exe). On linux/mac it is an array of an array of strings (one array of arguments per command)
2) Only on Windows: "osGroups", "rdpInfo", "runAsAdministrator"
| Reporter | ||
Comment 1•7 years ago
|
||
Done in https://raw.githubusercontent.com/taskcluster/generic-worker/aadf9638c65eb7282564336695cb33938dd35b87/docs/payload.md
See:
https://docs.taskcluster.net/docs/reference/workers/generic-worker/docs/payload
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•7 years ago
|
Component: Generic-Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•