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

Unified Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_ASAN_Builder.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_Linux_ASAN_Builder.json
diff --git a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_ASAN_Builder.json b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_ASAN_Builder.json
index d077efdf8c6abc0111e598137987792dd7f88e44..0a65011b24a8b545ddf8207ce95471ebf46d4ad9 100644
--- a/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_ASAN_Builder.json
+++ b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_ASAN_Builder.json
@@ -171,6 +171,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=static_library gomadir='[CACHE]/cipd/goma' lsan=1 target_arch=x64 use_goma=1",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -224,6 +225,27 @@
"name": "cleanup_temp"
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
+ "gen",
+ "-m",
+ "client.v8.fyi",
+ "-b",
+ "Linux ASAN Builder",
+ "--config-file",
+ "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
+ "--goma-dir",
+ "[CACHE]/cipd/goma",
+ "//out/Release"
+ ],
+ "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