Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: tools/dartium/upload_steps.py

Issue 2318153002: Remove --win-ninja option from dartium buildbot scripts (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dartium/test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dartium/upload_steps.py
diff --git a/tools/dartium/upload_steps.py b/tools/dartium/upload_steps.py
index 0c3efacd4b9003258608cf984cb5da149bd5f7f8..c02517bcdd5dec0190c122cff3c4e911659b00c1 100755
--- a/tools/dartium/upload_steps.py
+++ b/tools/dartium/upload_steps.py
@@ -90,8 +90,7 @@ def ArchiveAndUpload(info, archive_latest=False):
info.mode,
dartium_archive,
drt_archive,
- chromedriver_archive,
- is_win_ninja=False)
+ chromedriver_archive)
status = 0
# Upload bleeding-edge builds to old dartium-archive bucket
« no previous file with comments | « tools/dartium/test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698