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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_succeeded.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 "/opt/infra-tools/buildbucket", 4 "/opt/infra-tools/buildbucket",
5 "get", 5 "get",
6 "--host", 6 "--host",
7 "cr-buildbucket.appspot.com", 7 "cr-buildbucket.appspot.com",
8 "id1" 8 "id1"
9 ], 9 ],
10 "name": "buildbucket.get", 10 "name": "buildbucket.get",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 ] 146 ]
147 }, 147 },
148 { 148 {
149 "cmd": [], 149 "cmd": [],
150 "name": "ensure_goma" 150 "name": "ensure_goma"
151 }, 151 },
152 { 152 {
153 "cmd": [ 153 "cmd": [
154 "python", 154 "python",
155 "-u", 155 "-u",
156 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 156 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
157 "--platform", 157 "--platform",
158 "linux-amd64", 158 "linux-amd64",
159 "--dest-directory", 159 "--dest-directory",
160 "[SLAVE_BUILD]/cipd", 160 "[SLAVE_BUILD]/cipd",
161 "--json-output", 161 "--json-output",
162 "/path/to/tmp/json" 162 "/path/to/tmp/json"
163 ], 163 ],
164 "name": "ensure_goma.install cipd", 164 "name": "ensure_goma.install cipd",
165 "~followup_annotations": [ 165 "~followup_annotations": [
166 "@@@STEP_NEST_LEVEL@1@@@", 166 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "cmd": [], 417 "cmd": [],
418 "name": "test r1.ensure_goma", 418 "name": "test r1.ensure_goma",
419 "~followup_annotations": [ 419 "~followup_annotations": [
420 "@@@STEP_NEST_LEVEL@1@@@" 420 "@@@STEP_NEST_LEVEL@1@@@"
421 ] 421 ]
422 }, 422 },
423 { 423 {
424 "cmd": [ 424 "cmd": [
425 "python", 425 "python",
426 "-u", 426 "-u",
427 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 427 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
428 "--platform", 428 "--platform",
429 "linux-amd64", 429 "linux-amd64",
430 "--dest-directory", 430 "--dest-directory",
431 "[SLAVE_BUILD]/cipd", 431 "[SLAVE_BUILD]/cipd",
432 "--json-output", 432 "--json-output",
433 "/path/to/tmp/json" 433 "/path/to/tmp/json"
434 ], 434 ],
435 "name": "test r1.ensure_goma.install cipd", 435 "name": "test r1.ensure_goma.install cipd",
436 "~followup_annotations": [ 436 "~followup_annotations": [
437 "@@@STEP_NEST_LEVEL@2@@@", 437 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 "@@@STEP_LOG_END@report@@@", 635 "@@@STEP_LOG_END@report@@@",
636 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 636 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
637 ] 637 ]
638 }, 638 },
639 { 639 {
640 "name": "$result", 640 "name": "$result",
641 "recipe_result": null, 641 "recipe_result": null,
642 "status_code": 0 642 "status_code": 0
643 } 643 }
644 ] 644 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698