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

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

Issue 2086293003: V8: Switch windows bots to mb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_rel_ng.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/v8.expected/full_tryserver_v8_v8_win_rel_ng.json
diff --git a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.json b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.json
index 726791d6b59cc27489f6f82e7c2ef5fb8c7fb970..f7144ef11142804205c0d40f57481a9502ee635f 100644
--- a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.json
+++ b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.json
@@ -155,6 +155,7 @@
"cwd": "[SLAVE_BUILD]\\v8",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32",
"GYP_GENERATORS": "ninja",
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
@@ -176,6 +177,48 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]\\v8\\tools\\mb\\mb.py",
+ "gen",
+ "-m",
+ "tryserver.v8",
+ "-b",
+ "v8_win_rel_ng",
+ "--config-file",
+ "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
+ "--goma-dir",
+ "[CACHE]\\cipd\\goma",
+ "--gyp-script=gypfiles\\gyp_v8",
+ "//out/Release"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\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@- chromium_win_pch: 0@@@",
+ "@@@STEP_LOG_LINE@diff@- dcheck_always_on: 1@@@",
+ "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@",
+ "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@",
+ "@@@STEP_LOG_LINE@diff@- target_arch: ia32@@@",
+ "@@@STEP_LOG_LINE@diff@? ^^^^@@@",
+ "@@@STEP_LOG_LINE@diff@+ target_arch: x64@@@",
+ "@@@STEP_LOG_LINE@diff@? ^^^@@@",
+ "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@",
+ "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
+ "@@@STEP_LOG_END@diff@@@",
+ "@@@STEP_WARNINGS@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
"--show-path",
"python",
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_rel_ng.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698