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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Win_Builder__dbg_.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, 3 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "name": "compile", 390 "name": "compile",
391 "~followup_annotations": [ 391 "~followup_annotations": [
392 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 392 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
393 "@@@STEP_LOG_END@json.output (invalid)@@@" 393 "@@@STEP_LOG_END@json.output (invalid)@@@"
394 ] 394 ]
395 }, 395 },
396 { 396 {
397 "cmd": [ 397 "cmd": [
398 "python", 398 "python",
399 "-u", 399 "-u",
400 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 400 "[BUILDER_CACHE]\\win\\src\\tools\\determinism\\remove_build_metadata.py",
401 "--build-dir", 401 "--build-dir",
402 "[BUILDER_CACHE]\\win\\src\\out\\Debug", 402 "[BUILDER_CACHE]\\win\\src\\out\\Debug"
403 "--src-dir",
404 "[BUILDER_CACHE]\\win\\src"
405 ], 403 ],
406 "cwd": "[SLAVE_BUILD]", 404 "cwd": "[SLAVE_BUILD]",
407 "name": "remove_build_metadata" 405 "name": "remove_build_metadata"
408 }, 406 },
409 { 407 {
410 "cmd": [ 408 "cmd": [
411 "python", 409 "python",
412 "-u", 410 "-u",
413 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 411 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
414 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", 412 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 "~followup_annotations": [ 538 "~followup_annotations": [
541 "@@@STEP_TEXT@Win7 Debug (ATI)<br />Win7 Debug (NVIDIA)<br />Win7 Debug (N ew Intel)<br />Win8 Debug (NVIDIA)@@@" 539 "@@@STEP_TEXT@Win7 Debug (ATI)<br />Win7 Debug (NVIDIA)<br />Win7 Debug (N ew Intel)<br />Win8 Debug (NVIDIA)@@@"
542 ] 540 ]
543 }, 541 },
544 { 542 {
545 "name": "$result", 543 "name": "$result",
546 "recipe_result": null, 544 "recipe_result": null,
547 "status_code": 0 545 "status_code": 0
548 } 546 }
549 ] 547 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698