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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_using_bisect.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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 "cmd": [], 406 "cmd": [],
407 "name": "test r6.ensure_goma", 407 "name": "test r6.ensure_goma",
408 "~followup_annotations": [ 408 "~followup_annotations": [
409 "@@@STEP_NEST_LEVEL@1@@@" 409 "@@@STEP_NEST_LEVEL@1@@@"
410 ] 410 ]
411 }, 411 },
412 { 412 {
413 "cmd": [ 413 "cmd": [
414 "python", 414 "python",
415 "-u", 415 "-u",
416 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 416 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
417 "--platform", 417 "--platform",
418 "linux-amd64", 418 "linux-amd64",
419 "--dest-directory", 419 "--dest-directory",
420 "[SLAVE_BUILD]/cipd", 420 "[SLAVE_BUILD]/cipd",
421 "--json-output", 421 "--json-output",
422 "/path/to/tmp/json" 422 "/path/to/tmp/json"
423 ], 423 ],
424 "name": "test r6.ensure_goma.install cipd", 424 "name": "test r6.ensure_goma.install cipd",
425 "~followup_annotations": [ 425 "~followup_annotations": [
426 "@@@STEP_NEST_LEVEL@2@@@", 426 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 "cmd": [], 788 "cmd": [],
789 "name": "test r4.ensure_goma", 789 "name": "test r4.ensure_goma",
790 "~followup_annotations": [ 790 "~followup_annotations": [
791 "@@@STEP_NEST_LEVEL@1@@@" 791 "@@@STEP_NEST_LEVEL@1@@@"
792 ] 792 ]
793 }, 793 },
794 { 794 {
795 "cmd": [ 795 "cmd": [
796 "python", 796 "python",
797 "-u", 797 "-u",
798 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 798 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
799 "--platform", 799 "--platform",
800 "linux-amd64", 800 "linux-amd64",
801 "--dest-directory", 801 "--dest-directory",
802 "[SLAVE_BUILD]/cipd", 802 "[SLAVE_BUILD]/cipd",
803 "--json-output", 803 "--json-output",
804 "/path/to/tmp/json" 804 "/path/to/tmp/json"
805 ], 805 ],
806 "name": "test r4.ensure_goma.install cipd", 806 "name": "test r4.ensure_goma.install cipd",
807 "~followup_annotations": [ 807 "~followup_annotations": [
808 "@@@STEP_NEST_LEVEL@2@@@", 808 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 "cmd": [], 1085 "cmd": [],
1086 "name": "test r5.ensure_goma", 1086 "name": "test r5.ensure_goma",
1087 "~followup_annotations": [ 1087 "~followup_annotations": [
1088 "@@@STEP_NEST_LEVEL@1@@@" 1088 "@@@STEP_NEST_LEVEL@1@@@"
1089 ] 1089 ]
1090 }, 1090 },
1091 { 1091 {
1092 "cmd": [ 1092 "cmd": [
1093 "python", 1093 "python",
1094 "-u", 1094 "-u",
1095 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 1095 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
1096 "--platform", 1096 "--platform",
1097 "linux-amd64", 1097 "linux-amd64",
1098 "--dest-directory", 1098 "--dest-directory",
1099 "[SLAVE_BUILD]/cipd", 1099 "[SLAVE_BUILD]/cipd",
1100 "--json-output", 1100 "--json-output",
1101 "/path/to/tmp/json" 1101 "/path/to/tmp/json"
1102 ], 1102 ],
1103 "name": "test r5.ensure_goma.install cipd", 1103 "name": "test r5.ensure_goma.install cipd",
1104 "~followup_annotations": [ 1104 "~followup_annotations": [
1105 "@@@STEP_NEST_LEVEL@2@@@", 1105 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
1368 "@@@STEP_LOG_END@report@@@", 1368 "@@@STEP_LOG_END@report@@@",
1369 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r5\", \"metadata\": {\"regre ssion_range_size\": 9, \"sub_ranges\": [[null, \"r2\", \"r3\", \"r4\", \"r5\", \ "r6\", \"r7\", \"r8\", \"r9\", \"r10\"]], \"use_bisect\": true}, \"result\": {\" r4\": \"skipped\", \"r5\": \"failed\", \"r6\": \"failed\"}}@@@" 1369 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r5\", \"metadata\": {\"regre ssion_range_size\": 9, \"sub_ranges\": [[null, \"r2\", \"r3\", \"r4\", \"r5\", \ "r6\", \"r7\", \"r8\", \"r9\", \"r10\"]], \"use_bisect\": true}, \"result\": {\" r4\": \"skipped\", \"r5\": \"failed\", \"r6\": \"failed\"}}@@@"
1370 ] 1370 ]
1371 }, 1371 },
1372 { 1372 {
1373 "name": "$result", 1373 "name": "$result",
1374 "recipe_result": null, 1374 "recipe_result": null,
1375 "status_code": 0 1375 "status_code": 0
1376 } 1376 }
1377 ] 1377 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698