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

Unified Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.json

Issue 2079333002: V8: Switch remaining chromium 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
Index: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.json
diff --git a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.json b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.json
index f921cac0d7423fc4ece616ab7d91b4017f750b6c..3e2a5ad91477c2058a56effcc627c0e604729568 100644
--- a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.json
+++ b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.json
@@ -190,6 +190,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": "asan=1 clang=1 component=shared_library gomadir='[CACHE]/cipd/goma' lsan=1 sanitizer_coverage=edge target_arch=x64 use_goma=1 v8_optimized_debug=1",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -243,6 +244,27 @@
"name": "cleanup_temp"
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
+ "gen",
+ "-m",
+ "client.v8.fyi",
+ "-b",
+ "Chromium ASAN - debug",
+ "--config-file",
+ "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
+ "--goma-dir",
+ "[CACHE]/cipd/goma",
+ "//out/Debug"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "generate_build_files"
+ },
+ {
"allow_subannotations": true,
"cmd": [
"python",

Powered by Google App Engine
This is Rietveld 408576698