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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac_Builder.json

Issue 1507193004: Use MB on all of the blink bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: reparent Created 5 years 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/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac_Builder.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac_Builder.json b/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac_Builder.json
index f5097314be41954d321bc7efe7c774bad18f01b6..48de6972e6ceb23b8969e1b93d628b994cd28f0e 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac_Builder.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac_Builder.json
@@ -113,6 +113,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1"
},
"name": "gclient runhooks"
@@ -228,6 +229,27 @@
"name": "clean isolated files"
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
+ "gen",
+ "-m",
+ "chromium.webkit",
+ "-b",
+ "WebKit Mac Builder",
+ "--config-file",
+ "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
+ "--goma-dir",
+ "[BUILD]/goma",
+ "--swarming-targets-file",
+ "browser_tests\nbrowser_tests\nbrowser_tests\nbrowser_tests\nbrowser_tests\n",
+ "//out/Release"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "generate_build_files"
+ },
+ {
"allow_subannotations": true,
"cmd": [
"python",

Powered by Google App Engine
This is Rietveld 408576698