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

Unified Diff: scripts/slave/recipes/blink_downstream.expected/webkit_tests_unexpected_error.json

Issue 1928213003: V8: Switch blink downstream bots to use mb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: V8: Switch blink downstream bots to use 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
« no previous file with comments | « scripts/slave/recipes/blink_downstream.expected/webkit_tests_interrupted.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/blink_downstream.expected/webkit_tests_unexpected_error.json
diff --git a/scripts/slave/recipes/blink_downstream.expected/webkit_tests_unexpected_error.json b/scripts/slave/recipes/blink_downstream.expected/webkit_tests_unexpected_error.json
index 6286cedb738bb3bdd4f65250485a0235a3fc5b2c..b7aba698df968673982e4b34d8ec3c97f7c7217b 100644
--- a/scripts/slave/recipes/blink_downstream.expected/webkit_tests_unexpected_error.json
+++ b/scripts/slave/recipes/blink_downstream.expected/webkit_tests_unexpected_error.json
@@ -117,6 +117,7 @@
"cwd": "[SLAVE_BUILD]/src",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -126,6 +127,27 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
+ "gen",
+ "-m",
+ "client.v8.fyi",
+ "-b",
+ "V8-Blink Linux 64",
+ "--config-file",
+ "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
+ "--goma-dir",
+ "[BUILD]/goma",
+ "//out/Release"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "generate_build_files (with patch)"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
"--show-path",
"python",
@@ -156,7 +178,7 @@
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
},
- "name": "compile",
+ "name": "compile (with patch)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
"@@@STEP_LOG_END@json.output (invalid)@@@"
« no previous file with comments | « scripts/slave/recipes/blink_downstream.expected/webkit_tests_interrupted.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698