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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___debug.json

Issue 2334373002: 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", 73 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py",
74 "--version" 74 "--version"
75 ], 75 ],
76 "name": "swarming.py --version", 76 "name": "swarming.py --version",
77 "stdout": "/path/to/tmp/", 77 "stdout": "/path/to/tmp/",
78 "~followup_annotations": [ 78 "~followup_annotations": [
79 "@@@STEP_TEXT@0.8.6@@@" 79 "@@@STEP_TEXT@0.8.6@@@"
80 ] 80 ]
81 }, 81 },
82 { 82 {
83 "cmd": [],
84 "name": "ensure_goma" 83 "name": "ensure_goma"
85 }, 84 },
86 { 85 {
87 "cmd": [ 86 "cmd": [
88 "python", 87 "python",
89 "-u", 88 "-u",
90 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", 89 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
91 "--platform", 90 "--platform",
92 "windows-amd64", 91 "windows-amd64",
93 "--dest-directory", 92 "--dest-directory",
(...skipping 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1154 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1156 "@@@STEP_LOG_END@durations@@@" 1155 "@@@STEP_LOG_END@durations@@@"
1157 ] 1156 ]
1158 }, 1157 },
1159 { 1158 {
1160 "name": "$result", 1159 "name": "$result",
1161 "recipe_result": null, 1160 "recipe_result": null,
1162 "status_code": 0 1161 "status_code": 0
1163 } 1162 }
1164 ] 1163 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698