Convert taskcluster/docs/*.rst (including transforms, kinds, optimization, howto subdirectories) and gecko_taskgraph test docs to MyST-flavored Markdown. Refresh allowed-warnings glob for release-promotion-action from .rst to .md. Differential Revision: https://phabricator.services.mozilla.com/D304225
16 lines
426 B
Markdown
16 lines
426 B
Markdown
# Optimization Strategies
|
|
|
|
This section documents some of the [optimization] strategies available in
|
|
`mozilla-central`.
|
|
|
|
```{toctree}
|
|
schedules
|
|
```
|
|
|
|
## Other Strategies
|
|
|
|
There are many other undocumented strategies available here. See the
|
|
{searchfox}`taskcluster/gecko_taskgraph/optimize` module for more available strategies.
|
|
|
|
[optimization]: https://taskcluster-taskgraph.readthedocs.io/en/latest/concepts/optimization.html
|