Confirmed users
609
edits
(Add note about non working test paths) |
(→Machine-specific failures: update example how to terminate machine) |
||
| Line 151: | Line 151: | ||
* The syntax for terminating a worker is <code>taskcluster api workerManager removeWorker <workerPoolId> <workerGroup> <workerId></code><br/> | * The syntax for terminating a worker is <code>taskcluster api workerManager removeWorker <workerPoolId> <workerGroup> <workerId></code><br/> | ||
Example: | Example: | ||
The page for the worker lists: <code>gecko-3 / worker-types / b-linux / | The page for the worker lists: <code>gecko-3 / worker-types / b-linux / us-west-1 / i-07985396a2efa2ed1</code> as identifier<br/> | ||
The command to run is: | The command to run is: | ||
<code>taskcluster api workerManager removeWorker gecko-3/b-linux | <code>taskcluster api workerManager removeWorker gecko-3/b-linux us-west-1 i-07985396a2efa2ed1</code> | ||
Terminating all machines in a worker pool: | Terminating all machines in a worker pool: | ||