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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_linux_blink_oilpan_dbg_fail.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_linux_blink_oilpan_dbg_fail.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_linux_blink_oilpan_dbg_fail.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_linux_blink_oilpan_dbg_fail.json
index 769e56fd2579ff1923164036f91d8674a156c03f..8a39802d86311e0aaae8b5c639a5c27733f12da5 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_linux_blink_oilpan_dbg_fail.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_linux_blink_oilpan_dbg_fail.json
@@ -119,6 +119,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "component=shared_library dcheck_always_on=1 enable_oilpan=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_oilpan_dbg",
+ "--config-file",
+ "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
+ "--goma-dir",
+ "[BUILD]/goma",
+ "//out/Debug"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "generate_build_files (with patch)"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[BUILD]/scripts/slave/compile.py",
"--target",
"Debug",
@@ -426,6 +446,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "component=shared_library dcheck_always_on=1 enable_oilpan=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1"
},
"name": "gclient runhooks (without patch)"
@@ -434,6 +455,25 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
+ "gen",
+ "-m",
+ "tryserver.blink",
+ "-b",
+ "linux_blink_oilpan_dbg",
+ "--config-file",
+ "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
+ "--goma-dir",
+ "[BUILD]/goma",
+ "//out/Debug"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "generate_build_files (without patch)"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[BUILD]/scripts/slave/compile.py",
"--target",
"Debug",

Powered by Google App Engine
This is Rietveld 408576698