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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_at_first_revision_of_a_sub_range.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 ] 127 ]
128 }, 128 },
129 { 129 {
130 "cmd": [], 130 "cmd": [],
131 "name": "ensure_goma" 131 "name": "ensure_goma"
132 }, 132 },
133 { 133 {
134 "cmd": [ 134 "cmd": [
135 "python", 135 "python",
136 "-u", 136 "-u",
137 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 137 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
138 "--platform", 138 "--platform",
139 "linux-amd64", 139 "linux-amd64",
140 "--dest-directory", 140 "--dest-directory",
141 "[SLAVE_BUILD]/cipd", 141 "[SLAVE_BUILD]/cipd",
142 "--json-output", 142 "--json-output",
143 "/path/to/tmp/json" 143 "/path/to/tmp/json"
144 ], 144 ],
145 "name": "ensure_goma.install cipd", 145 "name": "ensure_goma.install cipd",
146 "~followup_annotations": [ 146 "~followup_annotations": [
147 "@@@STEP_NEST_LEVEL@1@@@", 147 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "cmd": [], 402 "cmd": [],
403 "name": "test r3.ensure_goma", 403 "name": "test r3.ensure_goma",
404 "~followup_annotations": [ 404 "~followup_annotations": [
405 "@@@STEP_NEST_LEVEL@1@@@" 405 "@@@STEP_NEST_LEVEL@1@@@"
406 ] 406 ]
407 }, 407 },
408 { 408 {
409 "cmd": [ 409 "cmd": [
410 "python", 410 "python",
411 "-u", 411 "-u",
412 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 412 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
413 "--platform", 413 "--platform",
414 "linux-amd64", 414 "linux-amd64",
415 "--dest-directory", 415 "--dest-directory",
416 "[SLAVE_BUILD]/cipd", 416 "[SLAVE_BUILD]/cipd",
417 "--json-output", 417 "--json-output",
418 "/path/to/tmp/json" 418 "/path/to/tmp/json"
419 ], 419 ],
420 "name": "test r3.ensure_goma.install cipd", 420 "name": "test r3.ensure_goma.install cipd",
421 "~followup_annotations": [ 421 "~followup_annotations": [
422 "@@@STEP_NEST_LEVEL@2@@@", 422 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 "cmd": [], 784 "cmd": [],
785 "name": "test r2.ensure_goma", 785 "name": "test r2.ensure_goma",
786 "~followup_annotations": [ 786 "~followup_annotations": [
787 "@@@STEP_NEST_LEVEL@1@@@" 787 "@@@STEP_NEST_LEVEL@1@@@"
788 ] 788 ]
789 }, 789 },
790 { 790 {
791 "cmd": [ 791 "cmd": [
792 "python", 792 "python",
793 "-u", 793 "-u",
794 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 794 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
795 "--platform", 795 "--platform",
796 "linux-amd64", 796 "linux-amd64",
797 "--dest-directory", 797 "--dest-directory",
798 "[SLAVE_BUILD]/cipd", 798 "[SLAVE_BUILD]/cipd",
799 "--json-output", 799 "--json-output",
800 "/path/to/tmp/json" 800 "/path/to/tmp/json"
801 ], 801 ],
802 "name": "test r2.ensure_goma.install cipd", 802 "name": "test r2.ensure_goma.install cipd",
803 "~followup_annotations": [ 803 "~followup_annotations": [
804 "@@@STEP_NEST_LEVEL@2@@@", 804 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 "@@@STEP_LOG_END@report@@@", 1060 "@@@STEP_LOG_END@report@@@",
1061 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r3\", \"metadata\": {\"regre ssion_range_size\": 5, \"sub_ranges\": [[\"r3\", \"r4\", \"r5\", \"r6\"], [null, \"r2\"]], \"use_bisect\": false}, \"result\": {\"r2\": \"passed\", \"r3\": \"fa iled\"}}@@@" 1061 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r3\", \"metadata\": {\"regre ssion_range_size\": 5, \"sub_ranges\": [[\"r3\", \"r4\", \"r5\", \"r6\"], [null, \"r2\"]], \"use_bisect\": false}, \"result\": {\"r2\": \"passed\", \"r3\": \"fa iled\"}}@@@"
1062 ] 1062 ]
1063 }, 1063 },
1064 { 1064 {
1065 "name": "$result", 1065 "name": "$result",
1066 "recipe_result": null, 1066 "recipe_result": null,
1067 "status_code": 0 1067 "status_code": 0
1068 } 1068 }
1069 ] 1069 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698