Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1534283 - use default parameters for mach try fuzzy r=tomprince, …
…a=tomprince, DONTBUILD

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

--HG--
extra : source : 6e05f81a2f8ff603048062f0ac1943d5aa37a4f4
extra : intermediate-source : 98032105900762a69c9ba195ceca5b280bc7315c
  • Loading branch information
djmitche committed Mar 14, 2019
1 parent 5dd58c6 commit 792d2bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion taskcluster/taskgraph/parameters.py
Expand Up @@ -47,7 +47,7 @@ def get_app_version(product_dir='browser'):


# Please keep this list sorted and in sync with taskcluster/docs/parameters.rst
# Parameters are of the form: {name: default}
# Parameters are of the form: {name: default} or {name: lambda: default}
PARAMETERS = {
'app_version': get_app_version(),
'base_repository': 'https://hg.mozilla.org/mozilla-unified',
Expand Down
2 changes: 1 addition & 1 deletion tools/tryselect/cli.py
Expand Up @@ -68,7 +68,7 @@
[['-p', '--parameters'],
{'default': None,
'help': "Use the given parameters.yml to generate tasks, "
"defaults to latest parameters.yml from mozilla-central",
"defaults to a default set of parameters",
}],
],
}
Expand Down
2 changes: 0 additions & 2 deletions tools/tryselect/tasks.py
Expand Up @@ -50,8 +50,6 @@ def invalidate(cache, root):


def generate_tasks(params, full, root):
params = params or "project=mozilla-central"

cache_dir = os.path.join(get_state_dir()[0], 'cache', 'taskgraph')

# Cleanup old cache files
Expand Down

0 comments on commit 792d2bd

Please sign in to comment.