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

Unified Diff: build/scripts/master/factory/v8_commands.py

Issue 26399003: Remove unused code for v8 tester-only bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 2 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 | « no previous file | build/scripts/master/factory/v8_factory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/scripts/master/factory/v8_commands.py
===================================================================
--- build/scripts/master/factory/v8_commands.py (revision 227745)
+++ build/scripts/master/factory/v8_commands.py (working copy)
@@ -219,12 +219,3 @@
cmd = [self._python, self._v8archive_tool, '--target', self._target]
self.AddTestStep(shell.ShellCommand, 'Archiving', cmd,
workdir='build/v8')
-
- def AddMoveExtracted(self):
- """Adds a step to download and extract a previously archived build."""
- cmd = ('cp -R sconsbuild/release/* v8/.')
- self._factory.addStep(shell.ShellCommand,
- description='Move extracted to bleeding',
- timeout=600,
- workdir='build',
- command=cmd)
« no previous file with comments | « no previous file | build/scripts/master/factory/v8_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698