gecko-dev/taskcluster/taskgraph
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
..
actions Bug 1579446 - [test isolation] Improve test detection in isolate_test.py action, r=gbrown 2019-09-06 20:54:38 +00:00
cron Bug 1488313: [taskgraph] Add options to reuse on-push tasks in cron graphs; r=dustin,aki 2019-03-27 19:34:53 +00:00
loader Bug 1471004 - build_signing: macosx64-nightly -> macosx64-shippable. r=callek 2019-06-05 15:03:47 -07:00
manifests Bug 1537713 - switch Devedition to declarative artifacts.r=sfraser a=release 2019-09-11 15:46:14 +00:00
optimize Bug 1568277 - [ci] Add an experimental SETA optimize strategy and task to run it r=tomprince 2019-08-16 14:46:40 +00:00
templates Bug 1575014 - Fix `./mach try --gecko-profile ...`. r=tomprince,ahal 2019-09-25 20:18:17 +00:00
test Bug 1575014 - Fix `./mach try --gecko-profile ...`. r=tomprince,ahal 2019-09-25 20:18:17 +00:00
transforms Bug 1575014 - Fix `./mach try --gecko-profile ...`. r=tomprince,ahal 2019-09-25 20:18:17 +00:00
util Bug 1581149 - switch to new GCP shipitworkers. r=catlee a=release 2019-09-24 12:09:24 +00:00
__init__.py Bug 1543872: [taskgraph] Simplify the calculated path to the root of mozilla-central; r=dustin 2019-04-23 21:12:00 +00:00
config.py Bug 1471004 - add esr support for entitlements. r=tomprince 2019-07-16 17:22:40 +00:00
create.py Bug 1528362: [taskgraph] Change scheduler-id to include the trust-domain; r=dustin 2019-02-21 07:32:31 +00:00
decision.py Bug 1575014 - Fix `./mach try --gecko-profile ...`. r=tomprince,ahal 2019-09-25 20:18:17 +00:00
docker.py Bug 1568277 - [taskgraph] Split optimize strategies out into a separate file r=tomprince 2019-08-16 14:25:47 +00:00
files_changed.py
filter_tasks.py
generator.py Bug 1568277 - [taskgraph] Ensure user specified optimization strategies update instead of replace the default ones r=tomprince 2019-08-16 14:26:08 +00:00
graph.py
morph.py Bug 1559199 - Add 'comm' prefix to list of potential index prefixes. r=dustin 2019-07-16 18:27:31 +00:00
parameters.py Bug 1562287: [taskgraph] `try_task_config` parameter is now always a `dict`; r=aki 2019-07-22 17:30:49 +00:00
target_tasks.py Bug 1577037 - Stop running all Fennec performance tests; r=perftest-reviewers,stephendonner,sparky,Bebe 2019-09-23 16:49:29 +00:00
task.py Bug 1551738: Add a helper to extract the task name from the final task; r=Callek 2019-05-15 18:04:47 +00:00
taskgraph.py
try_option_syntax.py Bug 1577037 - Stop running all Fennec functional tests; r=bc 2019-09-04 15:58:36 +00:00