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

Unified Diff: build/scripts/master/factory/v8_factory.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 | « build/scripts/master/factory/v8_commands.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/scripts/master/factory/v8_factory.py
===================================================================
--- build/scripts/master/factory/v8_factory.py (revision 227745)
+++ build/scripts/master/factory/v8_factory.py (working copy)
@@ -78,7 +78,7 @@
if R('simpleleak'): f.AddSimpleLeakTest()
def V8Factory(self, target='Release', clobber=False, tests=None, mode=None,
- slave_type='BuilderTester', options=None, compile_timeout=1200,
+ options=None, compile_timeout=1200,
build_url=None, project=None, factory_properties=None,
target_arch=None, shard_count=1,
shard_run=1, shell_flags=None, isolates=False,
@@ -110,7 +110,7 @@
factory = self.BuildFactory(target=target, clobber=clobber, tests=tests,
mode=mode,
- slave_type=slave_type,
+ slave_type='BuilderTester',
options=options,
compile_timeout=compile_timeout,
build_url=build_url,
@@ -134,10 +134,6 @@
v8_cmd_obj.AddArchiveBuild(
extra_archive_paths=factory_properties.get('extra_archive_paths'))
- # This is for the arm tester board (we don't have other pure tester slaves).
- if (slave_type == 'Tester'):
- v8_cmd_obj.AddMoveExtracted()
-
# Add all the tests.
self._AddTests(v8_cmd_obj, tests, mode, factory_properties)
return factory
« no previous file with comments | « build/scripts/master/factory/v8_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698