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

Unified Diff: scripts/slave/recipes/chromium_gn.expected/full_client_v8_V8_Android_GN__dbg_.json

Issue 1084793005: Flip remaining GN bots to use MB. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix lint warning Created 5 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/recipes/chromium_gn.expected/full_client_v8_V8_Android_GN__dbg_.json
diff --git a/scripts/slave/recipes/chromium_gn.expected/full_client_v8_V8_Android_GN__dbg_.json b/scripts/slave/recipes/chromium_gn.expected/full_client_v8_V8_Android_GN__dbg_.json
index e1b909ed8be03b9af0eb62e5f2549fd2b3cc21c2..e549c1577028090c7e8722673bb1aa23b9f80a11 100644
--- a/scripts/slave/recipes/chromium_gn.expected/full_client_v8_V8_Android_GN__dbg_.json
+++ b/scripts/slave/recipes/chromium_gn.expected/full_client_v8_V8_Android_GN__dbg_.json
@@ -75,13 +75,39 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]/gn.py",
- "--root=[SLAVE_BUILD]/src",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
"gen",
- "//out/Debug",
- "--args=symbol_level=1 is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=true goma_dir=\"[BUILD]/goma\""
+ "-v",
+ "-m",
+ "client.v8",
+ "-b",
+ "V8 Android GN (dbg)",
+ "--goma-dir",
+ "[BUILD]/goma",
+ "//out/Debug"
],
- "name": "gn"
+ "name": "mb gen"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[SLAVE_BUILD]/src/testing/buildbot/client.v8.json",
+ "/path/to/tmp/json"
+ ],
+ "name": "read test spec",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/client.v8.json@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"V8 Android GN (dbg)\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ ]@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
},
{
"cmd": [
@@ -99,6 +125,7 @@
"--goma-dir",
"[BUILD]/goma",
"--",
+ "base_unittests_apk",
"chrome_shell_apk"
],
"name": "compile"
« no previous file with comments | « scripts/slave/recipes/chromium_gn.py ('k') | scripts/slave/recipes/chromium_gn.expected/full_client_v8_V8_Linux_GN.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698