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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/check_suspected_revision_before_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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 "cmd": [], 404 "cmd": [],
405 "name": "test r4.ensure_goma", 405 "name": "test r4.ensure_goma",
406 "~followup_annotations": [ 406 "~followup_annotations": [
407 "@@@STEP_NEST_LEVEL@1@@@" 407 "@@@STEP_NEST_LEVEL@1@@@"
408 ] 408 ]
409 }, 409 },
410 { 410 {
411 "cmd": [ 411 "cmd": [
412 "python", 412 "python",
413 "-u", 413 "-u",
414 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 414 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
415 "--platform", 415 "--platform",
416 "linux-amd64", 416 "linux-amd64",
417 "--dest-directory", 417 "--dest-directory",
418 "[SLAVE_BUILD]/cipd", 418 "[SLAVE_BUILD]/cipd",
419 "--json-output", 419 "--json-output",
420 "/path/to/tmp/json" 420 "/path/to/tmp/json"
421 ], 421 ],
422 "name": "test r4.ensure_goma.install cipd", 422 "name": "test r4.ensure_goma.install cipd",
423 "~followup_annotations": [ 423 "~followup_annotations": [
424 "@@@STEP_NEST_LEVEL@2@@@", 424 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 "cmd": [], 782 "cmd": [],
783 "name": "test r5.ensure_goma", 783 "name": "test r5.ensure_goma",
784 "~followup_annotations": [ 784 "~followup_annotations": [
785 "@@@STEP_NEST_LEVEL@1@@@" 785 "@@@STEP_NEST_LEVEL@1@@@"
786 ] 786 ]
787 }, 787 },
788 { 788 {
789 "cmd": [ 789 "cmd": [
790 "python", 790 "python",
791 "-u", 791 "-u",
792 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 792 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
793 "--platform", 793 "--platform",
794 "linux-amd64", 794 "linux-amd64",
795 "--dest-directory", 795 "--dest-directory",
796 "[SLAVE_BUILD]/cipd", 796 "[SLAVE_BUILD]/cipd",
797 "--json-output", 797 "--json-output",
798 "/path/to/tmp/json" 798 "/path/to/tmp/json"
799 ], 799 ],
800 "name": "test r5.ensure_goma.install cipd", 800 "name": "test r5.ensure_goma.install cipd",
801 "~followup_annotations": [ 801 "~followup_annotations": [
802 "@@@STEP_NEST_LEVEL@2@@@", 802 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 "@@@STEP_LOG_END@report@@@", 1064 "@@@STEP_LOG_END@report@@@",
1065 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r5\", \"metadata\": {\"regre ssion_range_size\": 7, \"sub_ranges\": [[\"r4\", \"r5\", \"r6\", \"r7\", \"r8\"] , [null, \"r2\", \"r3\"]], \"use_bisect\": true}, \"result\": {\"r4\": \"passed\ ", \"r5\": \"failed\"}}@@@" 1065 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r5\", \"metadata\": {\"regre ssion_range_size\": 7, \"sub_ranges\": [[\"r4\", \"r5\", \"r6\", \"r7\", \"r8\"] , [null, \"r2\", \"r3\"]], \"use_bisect\": true}, \"result\": {\"r4\": \"passed\ ", \"r5\": \"failed\"}}@@@"
1066 ] 1066 ]
1067 }, 1067 },
1068 { 1068 {
1069 "name": "$result", 1069 "name": "$result",
1070 "recipe_result": null, 1070 "recipe_result": null,
1071 "status_code": 0 1071 "status_code": 0
1072 } 1072 }
1073 ] 1073 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698