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

Unified Diff: masters/master.client.dart/master.cfg

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 | « no previous file | masters/master.client.dart/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.dart/master.cfg
diff --git a/masters/master.client.dart/master.cfg b/masters/master.client.dart/master.cfg
index 0ac22c77fe6402b6df6bf7998a49d538005c7e27..1816e7c81098358474b286de2d3df524555fab0b 100644
--- a/masters/master.client.dart/master.cfg
+++ b/masters/master.client.dart/master.cfg
@@ -453,14 +453,14 @@ def setup_channel(channel):
for mode in ['debug', 'release']:
variants_vm_recipe.append({
- 'name': ('vm-linux-%s-x64-live-reload' % mode) + postfix,
- 'category': category('1vm-hot-reload'),
+ 'name': ('vm-linux-%s-x64-reload' % mode) + postfix,
+ 'category': category('1vm-reload'),
'factory_builder': annotator.BaseFactory(recipe='dart/dart_vm'),
'platform': 'posix' + postfix,
})
variants_vm_recipe.append({
- 'name': ('vm-linux-%s-x64-stress-reload' % mode) + postfix,
- 'category': category('1vm-hot-reload'),
+ 'name': ('vm-linux-%s-x64-reload-rollback' % mode) + postfix,
+ 'category': category('1vm-reload'),
'factory_builder': annotator.BaseFactory(recipe='dart/dart_vm'),
'platform': 'posix' + postfix,
})
« no previous file with comments | « no previous file | masters/master.client.dart/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698