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

Side by Side 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, 4 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python", 207 "python",
208 "-u", 208 "-u",
209 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 209 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
210 "runhooks" 210 "runhooks"
211 ], 211 ],
212 "cwd": "[BUILDER_CACHE]\\win\\src", 212 "cwd": "[BUILDER_CACHE]\\win\\src",
213 "env": { 213 "env": {
214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 214 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
215 "GYP_CHROMIUM_NO_ACTION": "1",
215 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' syzyasan=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1 win_ z7=0", 216 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' syzyasan=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1 win_ z7=0",
216 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 217 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
217 }, 218 },
218 "name": "gclient runhooks" 219 "name": "gclient runhooks"
219 }, 220 },
220 { 221 {
221 "cmd": [ 222 "cmd": [
222 "python", 223 "python",
223 "-u", 224 "-u",
224 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\get_compile_targets.py", 225 "[BUILDER_CACHE]\\win\\src\\testing\\scripts\\get_compile_targets.py",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "--show-path", 273 "--show-path",
273 "python", 274 "python",
274 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 275 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
275 ], 276 ],
276 "name": "cleanup_temp" 277 "name": "cleanup_temp"
277 }, 278 },
278 { 279 {
279 "cmd": [ 280 "cmd": [
280 "python", 281 "python",
281 "-u", 282 "-u",
283 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb.py",
284 "gen",
285 "-m",
286 "chromium.fyi",
287 "-b",
288 "Win SyzyAsan (rel)",
289 "--config-file",
290 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl",
291 "--goma-dir",
292 "[CACHE]\\cipd\\goma",
293 "//out/Release"
294 ],
295 "cwd": "[BUILDER_CACHE]\\win\\src",
296 "env": {
297 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
298 },
299 "name": "generate_build_files"
300 },
301 {
302 "cmd": [
303 "python",
304 "-u",
282 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 305 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
283 "--show-path", 306 "--show-path",
284 "python", 307 "python",
285 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 308 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
286 "--gsutil-py-path", 309 "--gsutil-py-path",
287 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 310 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
288 "--ninja-path", 311 "--ninja-path",
289 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 312 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
290 "--target", 313 "--target",
291 "Release", 314 "Release",
(...skipping 24 matching lines...) Expand all
316 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 339 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
317 "@@@STEP_LOG_END@json.output (invalid)@@@" 340 "@@@STEP_LOG_END@json.output (invalid)@@@"
318 ] 341 ]
319 }, 342 },
320 { 343 {
321 "name": "$result", 344 "name": "$result",
322 "recipe_result": null, 345 "recipe_result": null,
323 "status_code": 0 346 "status_code": 0
324 } 347 }
325 ] 348 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698