Closed
Bug 1480839
Opened 7 years ago
Closed 7 years ago
OSX Exceptions
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dluca, Assigned: dhouse)
References
Details
Attachments
(1 file)
No description provided.
Updated•7 years ago
|
Assignee: nobody → bstack
Status: NEW → ASSIGNED
Updated•7 years ago
|
Component: Docker-Worker → Generic-Worker
QA Contact: pmoore
Comment 1•7 years ago
|
||
So, for the moment I quarantined those machines to not take jobs and I'll try a revert for them.
This was triggered by my putting generic-worker v10.11.2 onto the staging pool.
These workers are not in the production worker-type, but in https://tools.taskcluster.net/provisioners/releng-hardware/worker-types/gecko-t-osx-1010-beta
They picked up production jobs, when I tested this change. Example:
https://tools.taskcluster.net/groups/fUM3vxG7TO2JKc2_decHfA/tasks/eivABcy-Q3qAr7XHMsCU-Q/details
Confirmed in the logs the machine has the wrong, production workerType listed (does not show up in the worker explorer under that type):
```
Aug 03 10:23:42 t-yosemite-r7-380.test.releng.mdc1.mozilla.com generic-worker: "workerId": "t-yosemite-r7-380",
Aug 03 10:23:42 t-yosemite-r7-380.test.releng.mdc1.mozilla.com generic-worker: "workerType": "gecko-t-osx-1010",
[...]
Aug 03 10:23:43 t-yosemite-r7-380.test.releng.mdc1.mozilla.com generic-worker: 2018/08/03 10:23:43 Reclaiming task eivABcy-Q3qAr7XHMsCU-Q at 2018-08-03 17:40:43.181 +0000 UTC
```
These workers are quarantined until the fix is applied. I'll include the fix in my patch for bug 1480412
I've applied the fix on the four staging machines, still pinned to my puppet environment. And they all correctly show the:
"workerType": "gecko-t-osx-1010-beta",
Comment on attachment 8997535 [details] [review]
fixing the workerType
This was r+'d and merged through bug 1480412
Comment hidden (Intermittent Failures Robot) |
The workerType fix prevented this from repeating.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Generic-Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•