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

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

Issue 2260733002: Use files in path['checkout'] not resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: updated *.json 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "env": { 334 "env": {
335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
336 "LLVM_FORCE_HEAD_REVISION": "YES" 336 "LLVM_FORCE_HEAD_REVISION": "YES"
337 }, 337 },
338 "name": "compile" 338 "name": "compile"
339 }, 339 },
340 { 340 {
341 "cmd": [ 341 "cmd": [
342 "python", 342 "python",
343 "-u", 343 "-u",
344 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 344 "[BUILDER_CACHE]\\CrWinAsan_dll_\\src\\tools\\determinism\\remove_build_me tadata.py",
345 "--build-dir", 345 "--build-dir",
346 "[BUILDER_CACHE]\\CrWinAsan_dll_\\src\\out\\Release", 346 "[BUILDER_CACHE]\\CrWinAsan_dll_\\src\\out\\Release"
347 "--src-dir",
348 "[BUILDER_CACHE]\\CrWinAsan_dll_\\src"
349 ], 347 ],
350 "cwd": "[SLAVE_BUILD]", 348 "cwd": "[SLAVE_BUILD]",
351 "name": "remove_build_metadata" 349 "name": "remove_build_metadata"
352 }, 350 },
353 { 351 {
354 "cmd": [ 352 "cmd": [
355 "python", 353 "python",
356 "-u", 354 "-u",
357 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 355 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
358 "[BUILDER_CACHE]\\CrWinAsan_dll_\\src\\tools\\swarming_client", 356 "[BUILDER_CACHE]\\CrWinAsan_dll_\\src\\tools\\swarming_client",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 "~followup_annotations": [ 425 "~followup_annotations": [
428 "@@@STEP_TEXT@CrWinAsan(dll) tester@@@" 426 "@@@STEP_TEXT@CrWinAsan(dll) 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