set idleTimeout=1 for all test workers
Categories
(Taskcluster :: General, enhancement)
Tracking
(Not tracked)
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
Attachments
(3 files, 3 obsolete files)
we have 6 workers types that we primarily use for Firefox CI test instances:
t-linux-large
t-linux-xlarge
t-win7-32
t-win7-32-gpu
t-win10-64
t-win10-64-gpu-s
setting to 0 will cause it to hang indefinitely, so 1 is a good compromise. Linux is currently at 900 and windows at 90.
| Assignee | ||
Comment 1•6 years ago
|
||
we need to edit this file:
https://hg.mozilla.org/ci/ci-configuration/file/tip/worker-pools.yml#l21
gecko-t/t-linux-large: https://hg.mozilla.org/ci/ci-configuration/file/tip/worker-pools.yml#l1066
- not sure if we use the -1804 version: https://hg.mozilla.org/ci/ci-configuration/file/tip/worker-pools.yml#l1088
gecko-t/t-linux-xlarge-1804: https://hg.mozilla.org/ci/ci-configuration/file/tip/worker-pools.yml#l1126
gecko-t/t-win10-64: https://hg.mozilla.org/ci/ci-configuration/file/tip/worker-pools.yml#l853
gecko-t/t-win10-64-gpu-s: https://hg.mozilla.org/ci/ci-configuration/file/tip/worker-pools.yml#l897
gecko-t/t-win7-32: https://hg.mozilla.org/ci/ci-configuration/file/tip/worker-pools.yml#l918
gecko-t/t-win7-32-gpu: https://hg.mozilla.org/ci/ci-configuration/file/tip/worker-pools.yml#l941
we should ignore the t-linux-metal machines and any machines that are -source:
https://hg.mozilla.org/ci/ci-configuration/file/tip/worker-pools.yml#l2068
| Assignee | ||
Comment 2•6 years ago
|
||
:catlee, is this an edit that releng does? is it ok for others to submit a patch? If so are there instructions?
Comment 3•6 years ago
|
||
Just make a phabricator rev for the repo. Releng can land it for you.
| Assignee | ||
Comment 4•6 years ago
|
||
reduce idle shutdown time to 1 second for gecko-t/ workers.
Updated•6 years ago
|
| Assignee | ||
Comment 5•6 years ago
|
||
reduce idle shutdown time to 1 second for gecko-t/ workers.
| Assignee | ||
Comment 6•6 years ago
|
||
reduce idle shutdown time to 15sec/linux, 1sec/windows for gecko-t/ workers.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Comment 9•5 years ago
|
||
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
Updated•5 years ago
|
Comment 13•5 years ago
|
||
This was a firefox-ci change, and I think landed and is where we want it.
Description
•