Sheriffing/How To/Intermittent bugs: Difference between revisions

→‎Machine-specific failures: make taskcluster console login compatible with zsh shell (used on macOS)
(→‎General failure messages - deciding if new bug needed: add info about unsymbolicated crash reports)
(→‎Machine-specific failures: make taskcluster console login compatible with zsh shell (used on macOS))
Line 150: Line 150:


* Run <code>export TASKCLUSTER_ROOT_URL=https://firefox-ci-tc.services.mozilla.com</code>
* Run <code>export TASKCLUSTER_ROOT_URL=https://firefox-ci-tc.services.mozilla.com</code>
* Sign in: <code>eval `taskcluster signin --scope worker-manager:*`</code>
* Sign in: <code>eval $(taskcluster signin --scope 'worker-manager:*')</code>
* Log in in the browser, close the browser after you clicked 'Create Client'.
* Log in in the browser, close the browser after you clicked 'Create Client'.
* 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/>
Confirmed users
571

edits