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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsan.json

Issue 2262243002: Build "all" on the CrWinAsan bots Base URL: https://chromium.googlesource.com/chromium/tools/build@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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "[BUILDER_CACHE]\\CrWinAsan\\src", 320 "[BUILDER_CACHE]\\CrWinAsan\\src",
321 "--goma-cache-dir", 321 "--goma-cache-dir",
322 "[GOMA_CACHE]", 322 "[GOMA_CACHE]",
323 "--goma-deps-cache-dir", 323 "--goma-deps-cache-dir",
324 "[GOMA_DEPS_CACHE]", 324 "[GOMA_DEPS_CACHE]",
325 "--build-data-dir", 325 "--build-data-dir",
326 "[ROOT]\\build_data_dir", 326 "[ROOT]\\build_data_dir",
327 "--compiler", 327 "--compiler",
328 "clang", 328 "clang",
329 "--", 329 "--",
330 "browser_tests", 330 "all"
331 "browser_tests_run",
332 "chromium_builder_asan"
333 ], 331 ],
334 "env": { 332 "env": {
335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
336 "LLVM_FORCE_HEAD_REVISION": "YES" 334 "LLVM_FORCE_HEAD_REVISION": "YES"
337 }, 335 },
338 "name": "compile" 336 "name": "compile"
339 }, 337 },
340 { 338 {
341 "cmd": [ 339 "cmd": [
342 "python", 340 "python",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 "~followup_annotations": [ 425 "~followup_annotations": [
428 "@@@STEP_TEXT@CrWinAsan tester@@@" 426 "@@@STEP_TEXT@CrWinAsan tester@@@"
429 ] 427 ]
430 }, 428 },
431 { 429 {
432 "name": "$result", 430 "name": "$result",
433 "recipe_result": null, 431 "recipe_result": null,
434 "status_code": 0 432 "status_code": 0
435 } 433 }
436 ] 434 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698