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

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

Issue 2345203002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "--output_json", 45 "--output_json",
46 "/path/to/tmp/json", 46 "/path/to/tmp/json",
47 "--revision", 47 "--revision",
48 "src@HEAD", 48 "src@HEAD",
49 "--revision", 49 "--revision",
50 "src/third_party/angle@HEAD", 50 "src/third_party/angle@HEAD",
51 "--output_manifest" 51 "--output_manifest"
52 ], 52 ],
53 "cwd": "[BUILDER_CACHE]\\win", 53 "cwd": "[BUILDER_CACHE]\\win",
54 "env": { 54 "env": {
55 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 55 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
56 }, 56 },
57 "name": "bot_update", 57 "name": "bot_update",
58 "~followup_annotations": [ 58 "~followup_annotations": [
59 "@@@STEP_TEXT@Some step text@@@", 59 "@@@STEP_TEXT@Some step text@@@",
60 "@@@STEP_LOG_LINE@json.output@{@@@", 60 "@@@STEP_LOG_LINE@json.output@{@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 61 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
62 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 62 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", 63 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": \"HEAD\"@@@", 64 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": \"HEAD\"@@@",
65 "@@@STEP_LOG_LINE@json.output@ }, @@@", 65 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 "~followup_annotations": [ 657 "~followup_annotations": [
658 "@@@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 "@@@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)@@@"
659 ] 659 ]
660 }, 660 },
661 { 661 {
662 "name": "$result", 662 "name": "$result",
663 "recipe_result": null, 663 "recipe_result": null,
664 "status_code": 0 664 "status_code": 0
665 } 665 }
666 ] 666 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698