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

Unified Diff: scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___x87___nosnap___debug_builder.json

Issue 2093903002: V8: Switch ports to mb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: V8: Switch ports to mb Created 4 years, 6 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/v8.expected/full_client_v8_ports_V8_Linux___x87___nosnap___debug_builder.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___x87___nosnap___debug_builder.json b/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___x87___nosnap___debug_builder.json
index 829e4eb9966db65381da50dffaeb9d3bd5bfe370..8b4df94325a33ea4dab5faf05be0eadb3e1ba93c 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___x87___nosnap___debug_builder.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___x87___nosnap___debug_builder.json
@@ -120,6 +120,7 @@
"cwd": "[SLAVE_BUILD]/v8",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=x87 v8_use_snapshot=false",
"GYP_GENERATORS": "ninja",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
@@ -141,6 +142,48 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/v8/tools/mb/mb.py",
+ "gen",
+ "-m",
+ "client.v8.ports",
+ "-b",
+ "V8 Linux - x87 - nosnap - debug builder",
+ "--config-file",
+ "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
+ "--goma-dir",
+ "[CACHE]/cipd/goma",
+ "--gyp-script=gypfiles/gyp_v8",
+ "//out/Debug"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "generate_build_files",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@stdout@some line@@@",
+ "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
+ "@@@STEP_LOG_LINE@stdout@moar@@@",
+ "@@@STEP_LOG_END@stdout@@@",
+ "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
+ "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]/cipd/goma'@@@",
+ "@@@STEP_LOG_LINE@diff@- target_arch: ia32@@@",
+ "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
+ "@@@STEP_LOG_LINE@diff@- v8_enable_slow_dchecks: 1@@@",
+ "@@@STEP_LOG_LINE@diff@- v8_optimized_debug: 1@@@",
+ "@@@STEP_LOG_LINE@diff@- v8_target_arch: x87@@@",
+ "@@@STEP_LOG_LINE@diff@? --- ^^@@@",
+ "@@@STEP_LOG_LINE@diff@+ target_arch: x64@@@",
+ "@@@STEP_LOG_LINE@diff@? ^^@@@",
+ "@@@STEP_LOG_LINE@diff@- v8_use_snapshot: false@@@",
+ "@@@STEP_LOG_END@diff@@@",
+ "@@@STEP_WARNINGS@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_MODULE[build::v8]/resources/patch_mb_config.py",
"[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl",
"/path/to/tmp/"

Powered by Google App Engine
This is Rietveld 408576698