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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", 79 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py",
80 "--version" 80 "--version"
81 ], 81 ],
82 "name": "swarming.py --version", 82 "name": "swarming.py --version",
83 "stdout": "/path/to/tmp/", 83 "stdout": "/path/to/tmp/",
84 "~followup_annotations": [ 84 "~followup_annotations": [
85 "@@@STEP_TEXT@0.8.6@@@" 85 "@@@STEP_TEXT@0.8.6@@@"
86 ] 86 ]
87 }, 87 },
88 { 88 {
89 "cmd": [],
90 "name": "ensure_goma" 89 "name": "ensure_goma"
91 }, 90 },
92 { 91 {
93 "cmd": [ 92 "cmd": [
94 "python", 93 "python",
95 "-u", 94 "-u",
96 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", 95 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
97 "--platform", 96 "--platform",
98 "windows-386", 97 "windows-386",
99 "--dest-directory", 98 "--dest-directory",
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 918 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
920 "@@@STEP_LOG_END@durations@@@" 919 "@@@STEP_LOG_END@durations@@@"
921 ] 920 ]
922 }, 921 },
923 { 922 {
924 "name": "$result", 923 "name": "$result",
925 "recipe_result": null, 924 "recipe_result": null,
926 "status_code": 0 925 "status_code": 0
927 } 926 }
928 ] 927 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698