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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_blink_compile_dbg_analyze.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_trybot.expected/full_tryserver_blink_mac_blink_compile_dbg_analyze.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_blink_compile_dbg_analyze.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_blink_compile_dbg_analyze.json
index 25e88b41e3e8e9920a99edc8ea8dae89f4714bf2..0074ef34571c692429c0bf356ee00e5a6e4f9dd0 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_blink_compile_dbg_analyze.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_blink_compile_dbg_analyze.json
@@ -119,6 +119,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "clang=1 component=shared_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)"
@@ -207,15 +208,18 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/build/gyp_chromium",
- "--analyzer",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
+ "analyze",
+ "-m",
+ "tryserver.blink",
+ "-b",
+ "mac_blink_compile_dbg",
+ "-v",
+ "//out/Debug",
"{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targets\": [\"blink_tests\"]}",
"/path/to/tmp/json"
],
"cwd": "[SLAVE_BUILD]",
- "env": {
- "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1"
- },
"name": "analyze",
"~followup_annotations": [
"@@@STEP_TEXT@No compile necessary@@@",

Powered by Google App Engine
This is Rietveld 408576698