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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_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-amd64", 97 "windows-amd64",
99 "--dest-directory", 98 "--dest-directory",
(...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1061 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1063 "@@@STEP_LOG_END@durations@@@" 1062 "@@@STEP_LOG_END@durations@@@"
1064 ] 1063 ]
1065 }, 1064 },
1066 { 1065 {
1067 "name": "$result", 1066 "name": "$result",
1068 "recipe_result": null, 1067 "recipe_result": null,
1069 "status_code": 0 1068 "status_code": 0
1070 } 1069 }
1071 ] 1070 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698