gecko-dev/tools/tryselect
Nick Alexander 3bf9f51b30 Bug 1575014 - Fix ./mach try --gecko-profile .... r=tomprince,ahal
An error crept in, resulting in:
```
[task ...] InterpreterError: InterpreterError: infix: [..] expects integer [..] integer
```

At some point, `suite` became a string name and not an object with a
string `name` member.  However, in the interim, the diversity of
`command` structures has made the template approach untenable.
Therefore, this commit converts `GeckoProfile` to a `TryConfig`.  The
existing test clearly wasn't helpful, and it doesn't really map to a
`TryConfig` test, so it was removed.

Differential Revision: https://phabricator.services.mozilla.com/D41603

--HG--
extra : moz-landing-system : lando
2019-09-25 20:18:17 +00:00
..
docs Bug 1576812 - [tryselect] Improve mach try fuzzy documentation r=iain 2019-09-17 16:32:40 +00:00
selectors Bug 1576812 - [tryselect] Re-order header shortcuts in an order that makes more sense (given they don't all fit), r=iain 2019-09-17 18:56:25 +00:00
test Bug 1575014 - Fix ./mach try --gecko-profile .... r=tomprince,ahal 2019-09-25 20:18:17 +00:00
util Bug 1562642 - Part 4 - Add missing MPL2 headers in tools r=ahal 2019-07-10 19:12:07 +00:00
__init__.py Bug 1562642 - Part 4 - Add missing MPL2 headers in tools r=ahal 2019-07-10 19:12:07 +00:00
cli.py
mach_commands.py Bug 1576812 - [tryselect] Improve mach try fuzzy documentation r=iain 2019-09-17 16:32:40 +00:00
preset.py
push.py Bug 1562287: Allow setting other try_task_config settings than templates; r=ahal 2019-07-04 06:25:18 +00:00
tasks.py Bug 1574864 - Make resolve_tests_by_suite prefix match paths, r=ahal 2019-08-20 16:57:25 +00:00
templates.py Bug 1575014 - Fix ./mach try --gecko-profile .... r=tomprince,ahal 2019-09-25 20:18:17 +00:00
try_presets.yml Bug 1578468 - Skip fission mochitests and sw-e10s xpcshell tests for DevTools try presets r=ochameau 2019-09-17 09:08:59 +00:00
watchman.json Bug 1546757 - [tryselect] Add a watchman trigger to rebuild the taskgraph cache in the background, r=tomprince 2019-05-02 16:45:19 +00:00