Closed Bug 1496483 Opened 7 years ago Closed 7 years ago

Publish payload schema for macOS/linux

Categories

(Taskcluster :: Workers, enhancement)

enhancement
Not set
normal

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"
Component: Generic-Worker → Workers
You need to log in before you can comment on or make changes to this bug.