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

Unified Diff: masters/master.client.v8.branches/master.cfg

Issue 1922573002: V8: Fix typo in builder categories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.v8.branches/master.cfg
diff --git a/masters/master.client.v8.branches/master.cfg b/masters/master.client.v8.branches/master.cfg
index 64e05a8d07b04a698b09e1630bcc4958128f849b..f8ca73dae44e84d89cfd4cfd00ea7192057fb1e8 100644
--- a/masters/master.client.v8.branches/master.cfg
+++ b/masters/master.client.v8.branches/master.cfg
@@ -298,7 +298,7 @@ b_v8_s390_beta = {
'name': 'V8 s390 - sim - beta branch',
'builddir': 'v8-s390-beta',
'factory': m_annotator.BaseFactory('v8'),
- 'category': CATEGORY_STABLE_S390,
+ 'category': CATEGORY_BETA_S390,
'auto_reboot' : False,
}
@@ -314,7 +314,7 @@ b_v8_s390x_beta = {
'name': 'V8 s390x - sim - beta branch',
'builddir': 'v8-s390x-beta',
'factory': m_annotator.BaseFactory('v8'),
- 'category': CATEGORY_STABLE_S390,
+ 'category': CATEGORY_BETA_S390,
'auto_reboot' : False,
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698