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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_empty_json.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.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 - internal snapshot", 10 "V8 Linux64 - internal snapshot",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 ] 78 ]
79 }, 79 },
80 { 80 {
81 "cmd": [], 81 "cmd": [],
82 "name": "ensure_goma" 82 "name": "ensure_goma"
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 88 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
89 "--platform", 89 "--platform",
90 "linux-amd64", 90 "linux-amd64",
91 "--dest-directory", 91 "--dest-directory",
92 "[SLAVE_BUILD]/cipd", 92 "[SLAVE_BUILD]/cipd",
93 "--json-output", 93 "--json-output",
94 "/path/to/tmp/json" 94 "/path/to/tmp/json"
95 ], 95 ],
96 "name": "ensure_goma.install cipd", 96 "name": "ensure_goma.install cipd",
97 "~followup_annotations": [ 97 "~followup_annotations": [
98 "@@@STEP_NEST_LEVEL@1@@@", 98 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 "{\"base_task_name\": \"Check/Ubuntu-12.04/[dummy has/V8 Linux64 - interna l snapshot/571\", \"tasks\": {\"Check/Ubuntu-12.04/[dummy has/V8 Linux64 - inter nal snapshot/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \ "https://chromium-swarm.appspot.com/user/task/10000\"}}}" 439 "{\"base_task_name\": \"Check/Ubuntu-12.04/[dummy has/V8 Linux64 - interna l snapshot/571\", \"tasks\": {\"Check/Ubuntu-12.04/[dummy has/V8 Linux64 - inter nal snapshot/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \ "https://chromium-swarm.appspot.com/user/task/10000\"}}}"
440 ], 440 ],
441 "name": "Check" 441 "name": "Check"
442 }, 442 },
443 { 443 {
444 "name": "$result", 444 "name": "$result",
445 "reason": "Uncaught Exception: AssertionError()", 445 "reason": "Uncaught Exception: AssertionError()",
446 "status_code": -1 446 "status_code": -1
447 } 447 }
448 ] 448 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698