Bug 1411981 - Can't schedule publishing in balrog: balrog-release-shipper.py: error: unrecognized arguments: --suffix r=jlorenzo a=release draft
authorRail Aliiev <rail@mozilla.com>
Thu, 26 Oct 2017 11:26:02 -0400
changeset 686929 040596e06799a8672b28c7515ff6f8924c72ff32
parent 686928 39fb91da0ea7619a66e9aaee70e6a818f1e7f785
child 737514 71e6dbc6ea3243a336bf90c95602ee3df27d25fd
push id86341
push userbmo:rail@mozilla.com
push dateThu, 26 Oct 2017 15:26:49 +0000
reviewersjlorenzo, release
bugs1411981
milestone58.0a1
Bug 1411981 - Can't schedule publishing in balrog: balrog-release-shipper.py: error: unrecognized arguments: --suffix r=jlorenzo a=release MozReview-Commit-ID: LJyn0uifJSQ
testing/mozharness/scripts/release/publish_balrog.py
--- a/testing/mozharness/scripts/release/publish_balrog.py
+++ b/testing/mozharness/scripts/release/publish_balrog.py
@@ -140,17 +140,16 @@ class PublishBalrog(MercurialScript, Bui
                          "scripts/build-promotion/balrog-release-shipper.py")]
         cmd.extend([
             "--api-root", self.config["balrog_api_root"],
             "--credentials-file", auth,
             "--username", self.config["balrog_username"],
             "--version", self.config["version"],
             "--product", self.config["product"],
             "--build-number", str(self.config["build_number"]),
-            "--suffix", channel_config["bz2_blob_suffix"],
             "--verbose",
         ])
         for r in channel_config["bz2_publish_rules"]:
             cmd.extend(["--rules", str(r)])
         if channel_config.get("schedule_asap"):
             # RC releases going to the beta channel have no ETA set for the
             # RC-to-beta push. The corresponding task is scheduled after we
             # resolve the push-to-beta human decision task, so we can schedule