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

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

Issue 2185123002: Add MB config to SyzyASAN builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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_chromium_fyi_Win_SyzyAsan__rel_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_SyzyAsan__rel_.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_SyzyAsan__rel_.json
index 7dbf0ad0d1f71f8d070a25fb8c22bc49fd858444..fc8c9b65f36657ed5d2c538ad3936ad5110e3923 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_SyzyAsan__rel_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_SyzyAsan__rel_.json
@@ -212,6 +212,7 @@
"cwd": "[BUILDER_CACHE]\\win\\src",
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
+ "GYP_CHROMIUM_NO_ACTION": "1",
"GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' syzyasan=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1 win_z7=0",
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -279,6 +280,28 @@
"cmd": [
"python",
"-u",
+ "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py",
+ "gen",
+ "-m",
+ "chromium.fyi",
+ "-b",
+ "Win SyzyAsan (rel)",
+ "--config-file",
+ "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl",
+ "--goma-dir",
+ "[CACHE]\\cipd\\goma",
+ "//out/Release"
+ ],
+ "cwd": "[BUILDER_CACHE]\\win\\src",
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
+ },
+ "name": "generate_build_files"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
"--show-path",
"python",

Powered by Google App Engine
This is Rietveld 408576698