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

Unified Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 1886733002: V8: Add win-clang fyi bot. (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
Index: scripts/slave/recipe_modules/v8/builders.py
diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
index 5cddb94d195e849e16cc406a6cf65f3d5f0fa192..0b696614b1c28e66b83857a738b5c582c9134f2b 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -703,6 +703,19 @@ BUILDERS = {
'tests': [V8Testing_2, SimdJs, Test262, Mozilla, Ignition],
'testing': {'platform': 'win'},
},
+ 'V8 Win64 - clang': {
+ 'chromium_apply_config': [
+ 'clang',
+ 'v8_ninja',
+ 'goma',
+ ],
+ 'v8_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'win'},
+ },
####### Category: Mac
'V8 Mac': {
'chromium_apply_config': ['v8_ninja', 'clang', 'goma'],
« no previous file with comments | « scripts/slave/gatekeeper.json ('k') | scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698