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

Unified Diff: scripts/slave/recipes/dart/dart_vm.py

Issue 2247673003: Rename Dart's hot-reload builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 4 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 | « masters/master.client.dart/slaves.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/dart/dart_vm.py
diff --git a/scripts/slave/recipes/dart/dart_vm.py b/scripts/slave/recipes/dart/dart_vm.py
index 8f8c79495f4d0bab1a37a487d2a3330f281f51e4..7921c72e2d1f660423e2b635f44353558f8ceee9 100644
--- a/scripts/slave/recipes/dart/dart_vm.py
+++ b/scripts/slave/recipes/dart/dart_vm.py
@@ -105,7 +105,7 @@ for mode in ['debug', 'release', 'product']:
'--builder-tag=no_ipv6'],
'build_args': ['runtime_precompiled'],
}
- builders['vm-linux-%s-x64-live-reload' % mode] = {
+ builders['vm-linux-%s-x64-reload' % mode] = {
'mode': mode,
'target_arch': 'x64',
'env': default_envs['linux'],
@@ -113,7 +113,7 @@ for mode in ['debug', 'release', 'product']:
'test_args': ['--hot-reload',
'--builder-tag=no_ipv6'],
}
- builders['vm-linux-%s-x64-stress-reload' % mode] = {
+ builders['vm-linux-%s-x64-reload-rollback' % mode] = {
'mode': mode,
'target_arch': 'x64',
'env': default_envs['linux'],
« no previous file with comments | « masters/master.client.dart/slaves.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698