Closed
Bug 1358231
Opened 8 years ago
Closed 8 years ago
Use host-secrets service for linux taskcluster-worker hosts
Categories
(Taskcluster :: Workers, enhancement)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
References
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Comment 1•8 years ago
|
||
Need to land and deploy https://github.com/taskcluster/taskcluster-worker/pull/241 before this will work, but that's easy enough.
The service itself is also awaiting deployment of https://github.com/taskcluster/taskcluster-host-secrets/pull/19 which I can do now.
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 3•8 years ago
|
||
Worth noting that tc-worker 0.1.0 isn't released yet, so this can't get merged until that's done :)
| Comment hidden (mozreview-request) |
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8860550 [details]
Bug 1358231: upgrade host-secrets to 1.1.2 to get correct clientId;
https://reviewboard.mozilla.org/r/132498/#review135478
Attachment #8860550 -
Flags: review?(rthijssen) → review+
Comment 6•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8860496 [details]
Bug 1358231: use a newer taskcluster-worker with hostcredentials;
https://reviewboard.mozilla.org/r/132496/#review135518
::: modules/taskcluster_worker/templates/taskcluster-worker.yml.erb:19
(Diff revision 1)
> engines:
> native:
> createUser: false
> - logLevel: info
> plugins:
> -<% if @operatingsystem == 'Darwin' -%>
> + disabled: []
Why is interactive task enabled?
Attachment #8860496 -
Flags: review?(wcosta) → review+
| Assignee | ||
Comment 7•8 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8860496 [details]
Bug 1358231: use a newer taskcluster-worker with hostcredentials;
https://reviewboard.mozilla.org/r/132496/#review135518
> Why is interactive task enabled?
It's not -- anything not named in the configuration is not enabled, in the new version.
| Assignee | ||
Comment 8•8 years ago
|
||
Landed this stuff, and the worker is starting and getting secrets and stuff!
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•