Closed
Bug 1277881
Opened 9 years ago
Closed 8 years ago
Remove all gecko.v1 routes
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla52
People
(Reporter: mshal, Assigned: mshal)
References
Details
Attachments
(1 file)
I don't believe any clients actually use this, so we can stop publishing tasks to these routes. If anyone is aware of its use, please let me know.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mshal
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8793511 [details]
Bug 1277881 - Remove all gecko.v1 routes;
https://reviewboard.mozilla.org/r/80224/#review79056
::: taskcluster/taskgraph/transforms/job/mulet.py
(Diff revision 1)
>
> docker_worker_add_public_artifacts(config, job, taskdesc)
> docker_worker_add_gecko_vcs_env_vars(config, job, taskdesc)
>
> - taskdesc.setdefault('routes', []).extend([
> - 'index.gecko.v1.{project}.latest.simulator.opt'.format(**config.params),
This one is the odd man out.. let's see if we can find out whether this is used or not..
Updated•8 years ago
|
Flags: needinfo?(lissyx+mozillians)
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8793511 [details]
Bug 1277881 - Remove all gecko.v1 routes;
https://reviewboard.mozilla.org/r/80224/#review79060
Attachment #8793511 -
Flags: review?(dustin) → review+
Comment 4•8 years ago
|
||
I remember we talked about that yesterday with :mshal about mozilla-download npm package (https://github.com/mozilla-b2g/mozilla-download) because it was using the old buildbot indexes.
I guess this change might invalidate some URLs we have?
Flags: needinfo?(lissyx+mozillians)
Comment 5•8 years ago
|
||
Ah, if it's using the buildbot routes, then this patch will not affect it (it only affects gecko.v1 routes).
Assignee | ||
Updated•8 years ago
|
Pushed by mshal@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bce3390cf544
Remove all gecko.v1 routes; r=dustin
Comment 7•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Updated•7 years ago
|
Product: TaskCluster → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•