Bug 1293836, remove --release-to-latest-tinderbox-builds from post_upload commands, r?rail draft
authorNick Thomas <nthomas@mozilla.com>
Fri, 12 Aug 2016 11:08:05 +1200
changeset 399733 7490acdcb04256364d15641d48735d30df6a18f7
parent 399698 233ab21b64b5d5e9f2f16ea2d4cfb4c8b293c5c4
child 528045 6a8303b0723372fd6a8c3258f7c21fce755c79d0
push id25966
push usernthomas@mozilla.com
push dateThu, 11 Aug 2016 23:08:42 +0000
reviewersrail
bugs1293836
milestone51.0a1
Bug 1293836, remove --release-to-latest-tinderbox-builds from post_upload commands, r?rail MozReview-Commit-ID: G7vd7GG2ubm
testing/mozharness/mozharness/mozilla/building/buildbase.py
--- a/testing/mozharness/mozharness/mozilla/building/buildbase.py
+++ b/testing/mozharness/mozharness/mozilla/building/buildbase.py
@@ -991,17 +991,16 @@ or run without that action (ie: --no-{ac
 
         post_upload_cmd.extend(["--tinderbox-builds-dir", tinderbox_build_dir])
         post_upload_cmd.extend(["-p", c['stage_product']])
         post_upload_cmd.extend(['-i', buildid])
         if revision:
             post_upload_cmd.extend(['--revision', revision])
         if c.get('to_tinderbox_dated'):
             post_upload_cmd.append('--release-to-tinderbox-dated-builds')
-            post_upload_cmd.append('--release-to-latest-tinderbox-builds')
         if c.get('release_to_try_builds'):
             post_upload_cmd.append('--release-to-try-builds')
         if self.query_is_nightly():
             if c.get('post_upload_include_platform'):
                 post_upload_cmd.extend(['-b', '%s-%s' % (self.branch, platform)])
             else:
                 post_upload_cmd.extend(['-b', self.branch])
             post_upload_cmd.append('--release-to-dated')