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

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

Issue 2119363003: V8: Add temporary bots to support gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 5 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/slaves.cfg » ('j') | scripts/slave/recipe_modules/v8/builders.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.v8/master.cfg
diff --git a/masters/master.client.v8/master.cfg b/masters/master.client.v8/master.cfg
index c8756ddec8ad4f4678b67cda689aa5f5481e9637..261acb784e111cd539b26b89440fb2d3512911e9 100644
--- a/masters/master.client.v8/master.cfg
+++ b/masters/master.client.v8/master.cfg
@@ -64,6 +64,7 @@ s_v8 = Scheduler(name='v8_src',
'V8 Linux64 - internal snapshot',
'V8 Linux64 - cfi',
'V8 Linux64 - gcov coverage',
+ 'V8 Linux64 - gyp',
'V8 Linux gcc 4.8',
'V8 Linux64 ASAN',
'V8 Linux64 TSAN',
@@ -339,6 +340,14 @@ b_v8_linux64_custom_snapshot_debug = {
'auto_reboot' : False,
}
+b_v8_linux64_gyp = {
+ 'name': 'V8 Linux64 - gyp',
+ 'slavebuilddir': 'linux64-gyp',
+ 'factory': m_annotator.BaseFactory('v8'),
+ 'category': CATEGORY_LINUX64,
+ 'auto_reboot' : False,
+}
+
b_v8_linux64_custom_snapshot_gcstress = {
'name': 'V8 Linux64 GC Stress - custom snapshot',
'factory': m_annotator.BaseFactory('v8'),
@@ -614,6 +623,7 @@ c['builders'] = [b_v8_linux_builder,
b_v8_linux64,
b_v8_linux64_avx2,
b_v8_linux64_internal_snapshot,
+ b_v8_linux64_gyp,
b_v8_linux64_debug,
b_v8_linux64_custom_snapshot_debug,
b_v8_linux64_debug_avx2,
« no previous file with comments | « no previous file | masters/master.client.v8/slaves.cfg » ('j') | scripts/slave/recipe_modules/v8/builders.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698