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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/webkit_tests_unexpected_error.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
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/webkit_tests_interrupted.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_trybot.expected/webkit_tests_unexpected_error.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_unexpected_error.json b/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_unexpected_error.json
index 2e339d02f07ed85fad1bcc64101b45bf041b16ce..8a7c80435275ffd4c231077a88eab9b021532c85 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_unexpected_error.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_unexpected_error.json
@@ -119,6 +119,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1"
},
"name": "gclient runhooks (with patch)"
@@ -244,6 +245,25 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
+ "gen",
+ "-m",
+ "tryserver.blink",
+ "-b",
+ "linux_blink_rel",
+ "--config-file",
+ "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
+ "--goma-dir",
+ "[BUILD]/goma",
+ "//out/Release"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "generate_build_files (with patch)"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[BUILD]/scripts/slave/compile.py",
"--target",
"Release",
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/webkit_tests_interrupted.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698