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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_nosnap_rel.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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_nosnap_rel", 10 "v8_linux_nosnap_rel",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 ] 84 ]
85 }, 85 },
86 { 86 {
87 "cmd": [], 87 "cmd": [],
88 "name": "ensure_goma" 88 "name": "ensure_goma"
89 }, 89 },
90 { 90 {
91 "cmd": [ 91 "cmd": [
92 "python", 92 "python",
93 "-u", 93 "-u",
94 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 94 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
95 "--platform", 95 "--platform",
96 "linux-386", 96 "linux-386",
97 "--dest-directory", 97 "--dest-directory",
98 "[SLAVE_BUILD]/cipd", 98 "[SLAVE_BUILD]/cipd",
99 "--json-output", 99 "--json-output",
100 "/path/to/tmp/json" 100 "/path/to/tmp/json"
101 ], 101 ],
102 "name": "ensure_goma.install cipd", 102 "name": "ensure_goma.install cipd",
103 "~followup_annotations": [ 103 "~followup_annotations": [
104 "@@@STEP_NEST_LEVEL@1@@@", 104 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 482 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
483 "@@@STEP_LOG_END@durations@@@" 483 "@@@STEP_LOG_END@durations@@@"
484 ] 484 ]
485 }, 485 },
486 { 486 {
487 "name": "$result", 487 "name": "$result",
488 "recipe_result": null, 488 "recipe_result": null,
489 "status_code": 0 489 "status_code": 0
490 } 490 }
491 ] 491 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698