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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.dart.fyi", 8 "client.dart.fyi",
9 "--builder", 9 "--builder",
10 "v8-mac-release", 10 "v8-mac-release",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 ] 58 ]
59 }, 59 },
60 { 60 {
61 "cmd": [], 61 "cmd": [],
62 "name": "ensure_goma" 62 "name": "ensure_goma"
63 }, 63 },
64 { 64 {
65 "cmd": [ 65 "cmd": [
66 "python", 66 "python",
67 "-u", 67 "-u",
68 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 68 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
69 "--platform", 69 "--platform",
70 "mac-386", 70 "mac-386",
71 "--dest-directory", 71 "--dest-directory",
72 "[SLAVE_BUILD]/cipd", 72 "[SLAVE_BUILD]/cipd",
73 "--json-output", 73 "--json-output",
74 "/path/to/tmp/json" 74 "/path/to/tmp/json"
75 ], 75 ],
76 "name": "ensure_goma.install cipd", 76 "name": "ensure_goma.install cipd",
77 "~followup_annotations": [ 77 "~followup_annotations": [
78 "@@@STEP_NEST_LEVEL@1@@@", 78 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}" 297 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}"
298 ], 298 ],
299 "name": "package build" 299 "name": "package build"
300 }, 300 },
301 { 301 {
302 "name": "$result", 302 "name": "$result",
303 "recipe_result": null, 303 "recipe_result": null,
304 "status_code": 0 304 "status_code": 0
305 } 305 }
306 ] 306 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698