Closed
Bug 1334821
Opened 8 years ago
Closed 8 years ago
Taskcluster's try syntax should default to -t none
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla54
People
(Reporter: philor, Assigned: dustin)
References
Details
Attachments
(1 file)
When we started using try_option_syntax, I didn't worry too much about the wrongness of the const/default in https://hg.mozilla.org/mozilla-central/annotate/045d8fe30f546ab08466c9586ce298e6459c2069/taskcluster/taskgraph/try_option_syntax.py#l230 since TC didn't actually do any talos, but now TC does talos, and people do use the fact that buildbot's default for omitting -t is none, and the way we're running unwanted linux64 talos on try is contributing to the way that we have a 12 hour backlog of linux64 talos jobs every weekday.
| Assignee | ||
Comment 1•8 years ago
|
||
Probably the right choice here is that the in-tree taskgraph code should delete all talos tasks using a transform, until we're ready to turn them on (those who wish to experiment in try can remove the transform in their try push)
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → dustin
Component: General → Task Configuration
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8831458 [details]
Bug 1334821: default to `-t none`;
https://reviewboard.mozilla.org/r/108012/#review109150
Attachment #8831458 -
Flags: review?(philringnalda) → review+
Pushed by philringnalda@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6e4f767bfa02
default to `-t none`; r=philor
| Reporter | ||
Comment 6•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
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
•