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

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

Issue 1862083002: V8: Add s390 bots. (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 | masters/master.client.v8.ports/slaves.cfg » ('j') | masters/master.client.v8.ports/slaves.cfg » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.v8.ports/master.cfg
diff --git a/masters/master.client.v8.ports/master.cfg b/masters/master.client.v8.ports/master.cfg
index e0ef776442bdb0657e7fe7bc6c64f5b0e14a1535..3a6e46cfc8e56fadc86ca40d3be58398eed09469 100644
--- a/masters/master.client.v8.ports/master.cfg
+++ b/masters/master.client.v8.ports/master.cfg
@@ -49,10 +49,23 @@ F = annotator_factory.AnnotatorFactory().BaseFactory
####### BUILDER SPECS
-CATEGORY_X87 = '1X87|x87'
+CATEGORY_S390 = '1S390|s390'
+CATEGORY_X87 = '2X87|x87'
scheduled_builders = [
{
+ 'name': 'V8 Linux - s390 - sim',
+ 'factory': F('v8'),
+ 'category': CATEGORY_S390,
+ 'auto_reboot' : False,
+ },
+ {
+ 'name': 'V8 Linux - s390x - sim',
+ 'factory': F('v8'),
+ 'category': CATEGORY_S390,
+ 'auto_reboot' : False,
+ },
+ {
'name': 'V8 Linux - x87 - nosnap - debug builder',
'factory': F('v8'),
'category': CATEGORY_X87,
« no previous file with comments | « no previous file | masters/master.client.v8.ports/slaves.cfg » ('j') | masters/master.client.v8.ports/slaves.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698