Mozilla Home
Privacy
Cookies
Legal
Bugzilla
Browse
Advanced Search
New Bug
Reports
Documentation
Log In
Log In with GitHub
or
Remember me
Browse
Advanced Search
New Bug
Reports
Documentation
Attachment 8853492 Details for
Bug 1347212
[patch]
update mozharness patch
mh.diff (text/plain), 1.16 KB, created by
bhearsum@mozilla.com (:bhearsum)
(
hide
)
Description:
update mozharness patch
Filename:
MIME Type:
Creator:
bhearsum@mozilla.com (:bhearsum)
Size:
1.16 KB
patch
obsolete
>diff -r b78070b17cca testing/mozharness/scripts/release/publish_balrog.py >--- a/testing/mozharness/scripts/release/publish_balrog.py Fri Mar 31 15:38:38 2017 +0200 >+++ b/testing/mozharness/scripts/release/publish_balrog.py Fri Mar 31 10:32:08 2017 -0400 >@@ -53,7 +53,7 @@ > # TODO: version and appVersion should come from repo > props = self.buildbot_config["properties"] > for prop in ['product', 'version', 'build_number', 'channels', >- 'balrog_api_root']: >+ 'balrog_api_root', 'schedule_at', 'background_rate']: > if props.get(prop): > self.info("Overriding %s with %s" % (prop, props[prop])) > self.config[prop] = props.get(prop) >@@ -107,6 +107,10 @@ > ]) > for r in channel_config["publish_rules"]: > cmd.extend(["--rules", r]) >+ if self.config.get("schedule_at"): >+ cmd.extend(["--schedule-at", self.config["schedule_at"]]) >+ if self.config.get("background_rate"): >+ cmd.extend(["--background-rate", str(self.config["background_rate"])]) > > self.retry(lambda: self.run_command(cmd, halt_on_failure=True)) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Flags:
rail
: review+
bhearsum
: checked-in+
Actions:
View
|
Diff
|
Review
Attachments on
bug 1347212
:
8851730
|
8851732
|
8851995
|
8852001
|
8853481
| 8853492