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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Win_Builder.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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "name": "compile", 430 "name": "compile",
431 "~followup_annotations": [ 431 "~followup_annotations": [
432 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 432 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
433 "@@@STEP_LOG_END@json.output (invalid)@@@" 433 "@@@STEP_LOG_END@json.output (invalid)@@@"
434 ] 434 ]
435 }, 435 },
436 { 436 {
437 "cmd": [ 437 "cmd": [
438 "python", 438 "python",
439 "-u", 439 "-u",
440 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 440 "[BUILDER_CACHE]\\win\\src\\tools\\determinism\\remove_build_metadata.py",
441 "--build-dir", 441 "--build-dir",
442 "[BUILDER_CACHE]\\win\\src\\out\\Release", 442 "[BUILDER_CACHE]\\win\\src\\out\\Release"
443 "--src-dir",
444 "[BUILDER_CACHE]\\win\\src"
445 ], 443 ],
446 "cwd": "[SLAVE_BUILD]", 444 "cwd": "[SLAVE_BUILD]",
447 "name": "remove_build_metadata" 445 "name": "remove_build_metadata"
448 }, 446 },
449 { 447 {
450 "cmd": [ 448 "cmd": [
451 "python", 449 "python",
452 "-u", 450 "-u",
453 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 451 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
454 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", 452 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 "~followup_annotations": [ 654 "~followup_annotations": [
657 "@@@STEP_TEXT@Optional Win7 Release (ATI)<br />Optional Win7 Release (NVID IA)<br />Win7 Release (AMD R7 240)<br />Win7 Release (ATI)<br />Win7 Release (NV IDIA GeForce 730)<br />Win7 Release (NVIDIA)<br />Win7 Release (New Intel)<br /> Win8 Release (NVIDIA)@@@" 655 "@@@STEP_TEXT@Optional Win7 Release (ATI)<br />Optional Win7 Release (NVID IA)<br />Win7 Release (AMD R7 240)<br />Win7 Release (ATI)<br />Win7 Release (NV IDIA GeForce 730)<br />Win7 Release (NVIDIA)<br />Win7 Release (New Intel)<br /> Win8 Release (NVIDIA)@@@"
658 ] 656 ]
659 }, 657 },
660 { 658 {
661 "name": "$result", 659 "name": "$result",
662 "recipe_result": null, 660 "recipe_result": null,
663 "status_code": 0 661 "status_code": 0
664 } 662 }
665 ] 663 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698