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

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

Issue 2045743002: Flip builders on chromium.memory 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/dynamic_gtest_memory_builder.json
diff --git a/scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_builder.json b/scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_builder.json
index a1b30aa35771221c5e7cf8cccd63db0d10fa5d6e..c733080b75c8c3d423e304d40564670c84c13567 100644
--- a/scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_builder.json
+++ b/scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_builder.json
@@ -181,6 +181,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 test_isolation_mode=prepare use_goma=1",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -241,6 +242,27 @@
"name": "cleanup_temp"
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/tools/mb/mb.py",
+ "gen",
+ "-m",
+ "chromium.memory",
+ "-b",
+ "Linux ASan LSan 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