Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
bug 1457034 - switch to in-tree partner config generation. r=rail
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : a008f57933512066fed52a5691aa5340c28a205d
  • Loading branch information
escapewindow committed May 2, 2018
1 parent 65bdf17 commit 3982276
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions buildfarm/release/release-runner3.py
Expand Up @@ -227,12 +227,9 @@ def main(options):
action_task_input["release_promotion_flavor"] = "{}_rc".format(
action_task_input["release_promotion_flavor"]
)
if is_partner_enabled(release, partner_config['partner_min_version']):
action_task_input['release_partner_config'] = {}
for kind, url in partner_config['partner_urls'].items():
action_task_input['release_partner_config'][kind] = get_partner_config_by_url(
url, kind, github_token
)
if not is_partner_enabled(release, partner_config['partner_min_version']):
action_task_input['release_enable_emefree'] = False
action_task_input['release_enable_partners'] = False
action_task_id, action_task = generate_action_task(
project=release["branchShortName"],
revision=release["mozillaRevision"],
Expand Down

0 comments on commit 3982276

Please sign in to comment.