use user bindable taskcluster proxy port on linux generic worker machines using simple engine
Categories
(Release Engineering :: Firefox-CI Administration, defect)
Tracking
(Not tracked)
People
(Reporter: bhearsum, Assigned: bhearsum)
Details
Attachments
(1 file)
We recently found that the taskcluster proxy is broken on translations machines due to not being able to bind to port 80. Switching to a port > 1024 fixed it. I'm not certain that all generic worker machines need a user bindable port number, but there should be no harm in using one even where port 80 could be used instead.
| Assignee | ||
Comment 1•2 years ago
|
||
We recently found that the taskcluster proxy is broken on translations machines due to not being able to bind to port 80. Switching to a port > 1024 fixed it. I'm not certain that all generic worker machines need a user bindable port number, but there should be no harm in using one even where port 80 could be used instead.
| Assignee | ||
Updated•2 years ago
|
Pushed by bhearsum@mozilla.com:
https://hg.mozilla.org/ci/ci-configuration/rev/3fddd5375b00
use user bindable taskcluster proxy port on generic worker machines r=releng-reviewers,jcristau
Description
•