Closed Bug 1380777 Opened 7 years ago Closed 7 years ago

Windows and mac release promotion l10n repacks fail to download en-US

Categories

(Release Engineering :: Release Automation: Other, enhancement, P1)

enhancement

Tracking

(firefox56 fixed)

RESOLVED FIXED
Tracking Status
firefox56 --- fixed

People

(Reporter: rail, Assigned: rail)

References

Details

Attachments

(2 files)

Running repacks with '--platform-config single_locale/win64.py' breaks the builds because we use target

12:06:53     INFO -  (cd c:/builds/moz2_slave/rel-jamun_fx_w64_l10n_rpk-0000/build/jamun/obj-l10n/dist/ && \
12:06:53     INFO -          wget --no-cache -nv --no-iri -N -O firefox-56.0.en-US.win64.zip 'https://queue.taskcluster.net/v1/task/NQ1jSP-7Rnyhw2dBjbadrA/artifacts/public/build/firefox-56.0.en-US.win64.zip')
12:06:53     INFO -  WARNING: timestamping does nothing in combination with -O. See the manual
12:06:53     INFO -  for details.
12:06:54     INFO -  https://queue.taskcluster.net/v1/task/NQ1jSP-7Rnyhw2dBjbadrA/artifacts/public/build/firefox-56.0.en-US.win64.zip:
12:06:54     INFO -  2017-07-13 12:06:54 ERROR 404: Not Found.
12:06:54     INFO -  c:/builds/moz2_slave/rel-jamun_fx_w64_l10n_rpk-0000/build/jamun/toolkit/locales/l10n.mk:201: recipe for target 'wget-en-US' failed
Something tells me that we don't even use the zip: https://hg.mozilla.org/projects/jamun/rev/93acee63e5b91ab73adec1b4f8a3c71147b065e0
Summary: Windows release promotion l10n repacks fail to download en-US → Windows and mac release promotion l10n repacks fail to download en-US
Keywords: leave-open
This patch is ready to be landed when we decide to switch to TC.
Comment on attachment 8887453 [details]
Bug 1380777 - Override EN_US_INSTALLER_BINARY_URL via buldbot properties  DONTBUILD

https://reviewboard.mozilla.org/r/158292/#review163494

::: testing/mozharness/scripts/desktop_l10n.py:376
(Diff revision 1)
>          bootstrap_env = self.query_env(partial_env=config.get("bootstrap_env"),
>                                         replace_dict=replace_dict)
> +        # Override en_us_installer_binary_url if passed as a buildbot property
> +        if self.buildbot_config["properties"].get("en_us_installer_binary_url"):
> +            bootstrap_env['EN_US_INSTALLER_BINARY_URL'] = str(
> +                    self.buildbot_config["properties"]["en_us_installer_binary_url"])

please do `self.info("Overriding..."` like above.
Attachment #8887453 - Flags: review?(bugspam.Callek) → review+
Comment on attachment 8887453 [details]
Bug 1380777 - Override EN_US_INSTALLER_BINARY_URL via buldbot properties  DONTBUILD

https://reviewboard.mozilla.org/r/158292/#review163528

::: testing/mozharness/scripts/desktop_l10n.py:376
(Diff revision 1)
>          bootstrap_env = self.query_env(partial_env=config.get("bootstrap_env"),
>                                         replace_dict=replace_dict)
> +        # Override en_us_installer_binary_url if passed as a buildbot property
> +        if self.buildbot_config["properties"].get("en_us_installer_binary_url"):
> +            bootstrap_env['EN_US_INSTALLER_BINARY_URL'] = str(
> +                    self.buildbot_config["properties"]["en_us_installer_binary_url"])

Good catch!
Pushed by raliiev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e38374a75acd
Override EN_US_INSTALLER_BINARY_URL via buldbot properties r=Callek DONTBUILD
Comment on attachment 8887455 [details] [diff] [review]
EN_US_PACKAGE_NAME and EN_US_PKG_INST_BASENAME mozharness configs

to be landed when we decide to switch
Attachment #8887455 - Flags: review?(bugspam.Callek)
Attachment #8887455 - Flags: review?(bugspam.Callek) → review+
Attachment #8887453 - Flags: checked-in+
Pushed by raliiev@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/dc9de4bcb156
Windows and mac release promotion l10n repacks fail to download en-US r=Callek
Keywords: leave-open
https://hg.mozilla.org/mozilla-central/rev/dc9de4bcb156
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: