Closed
Bug 1348834
Opened 8 years ago
Closed 8 years ago
update funsize pulse route for taskcluster nightlies to remove index
Categories
(Release Engineering :: General, enhancement)
Release Engineering
General
Tracking
(firefox55 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: sfraser, Assigned: sfraser)
References
Details
Attachments
(1 file)
For taskcluster nightlies, funsize currently listens to pulse messages from:
u'route.index.project.releng.funsize.level-3.mozilla-central',
u'route.index.project.releng.funsize.level-3.mozilla-aurora',
However, a large number of routes attached to tasks means that there's an optimisation coming to split out index routes and handle them separately. The simplest option for funsize is to no longer have an index route, and simply use:
u'route.project.releng.funsize.level-3.mozilla-central',
u'route.project.releng.funsize.level-3.mozilla-aurora',
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → sfraser
| Assignee | ||
Comment 1•8 years ago
|
||
https://github.com/mozilla-releng/funsize/pull/55 has landed and is running, funsize is listening to the new routes mentioned above.
| Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
| Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
Reopening to fix the in-tree part...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8854979 [details]
Bug 1348834 - update funsize pulse route for taskcluster nightlies to remove index.
https://reviewboard.mozilla.org/r/126894/#review129840
looks good to me.
Attachment #8854979 -
Flags: review?(sfraser) → review+
Pushed by Callek@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/72fc7df213df
update funsize pulse route for taskcluster nightlies to remove index. r=sfraser
Comment 6•8 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Comment 7•8 years ago
|
||
Backed out as recommended by sfraser to fix nightly builds (bug 1354923): https://hg.mozilla.org/mozilla-central/rev/45692c884fdd5136a64fb2f8a61a0c8183b69331
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Comment hidden (mozreview-request) |
Comment 10•8 years ago
|
||
Pushed by Callek@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/13c8c3df1329
update funsize pulse route for taskcluster nightlies to remove index. r=sfraser
Comment 11•8 years ago
|
||
So, I added the new scope to all the nightly roles, and re-landed. Lets see how things are.
Comment 12•8 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•