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

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

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint Created 4 years, 4 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 ] 92 ]
93 }, 93 },
94 { 94 {
95 "cmd": [], 95 "cmd": [],
96 "name": "ensure_goma" 96 "name": "ensure_goma"
97 }, 97 },
98 { 98 {
99 "cmd": [ 99 "cmd": [
100 "python", 100 "python",
101 "-u", 101 "-u",
102 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 102 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
103 "--platform", 103 "--platform",
104 "windows-amd64", 104 "windows-amd64",
105 "--dest-directory", 105 "--dest-directory",
106 "[SLAVE_BUILD]\\cipd", 106 "[SLAVE_BUILD]\\cipd",
107 "--json-output", 107 "--json-output",
108 "/path/to/tmp/json" 108 "/path/to/tmp/json"
109 ], 109 ],
110 "name": "ensure_goma.install cipd", 110 "name": "ensure_goma.install cipd",
111 "~followup_annotations": [ 111 "~followup_annotations": [
112 "@@@STEP_NEST_LEVEL@1@@@", 112 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 "~followup_annotations": [ 377 "~followup_annotations": [
378 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" 378 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@"
379 ] 379 ]
380 }, 380 },
381 { 381 {
382 "name": "$result", 382 "name": "$result",
383 "recipe_result": null, 383 "recipe_result": null,
384 "status_code": 0 384 "status_code": 0
385 } 385 }
386 ] 386 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698