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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/findit_steps_multiple_culprits.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]/mac", 7 "[BUILDER_CACHE]/mac",
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 "mac-amd64", 139 "mac-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 r5.ensure_goma", 405 "name": "test r5.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 "mac-amd64", 416 "mac-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 r5.ensure_goma.install cipd", 422 "name": "test r5.ensure_goma.install cipd",
423 "~followup_annotations": [ 423 "~followup_annotations": [
424 "@@@STEP_NEST_LEVEL@2@@@", 424 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
1141 "cmd": [], 1141 "cmd": [],
1142 "name": "test r6.ensure_goma", 1142 "name": "test r6.ensure_goma",
1143 "~followup_annotations": [ 1143 "~followup_annotations": [
1144 "@@@STEP_NEST_LEVEL@1@@@" 1144 "@@@STEP_NEST_LEVEL@1@@@"
1145 ] 1145 ]
1146 }, 1146 },
1147 { 1147 {
1148 "cmd": [ 1148 "cmd": [
1149 "python", 1149 "python",
1150 "-u", 1150 "-u",
1151 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 1151 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
1152 "--platform", 1152 "--platform",
1153 "mac-amd64", 1153 "mac-amd64",
1154 "--dest-directory", 1154 "--dest-directory",
1155 "[SLAVE_BUILD]/cipd", 1155 "[SLAVE_BUILD]/cipd",
1156 "--json-output", 1156 "--json-output",
1157 "/path/to/tmp/json" 1157 "/path/to/tmp/json"
1158 ], 1158 ],
1159 "name": "test r6.ensure_goma.install cipd", 1159 "name": "test r6.ensure_goma.install cipd",
1160 "~followup_annotations": [ 1160 "~followup_annotations": [
1161 "@@@STEP_NEST_LEVEL@2@@@", 1161 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 "cmd": [], 1724 "cmd": [],
1725 "name": "test r2.ensure_goma", 1725 "name": "test r2.ensure_goma",
1726 "~followup_annotations": [ 1726 "~followup_annotations": [
1727 "@@@STEP_NEST_LEVEL@1@@@" 1727 "@@@STEP_NEST_LEVEL@1@@@"
1728 ] 1728 ]
1729 }, 1729 },
1730 { 1730 {
1731 "cmd": [ 1731 "cmd": [
1732 "python", 1732 "python",
1733 "-u", 1733 "-u",
1734 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 1734 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
1735 "--platform", 1735 "--platform",
1736 "mac-amd64", 1736 "mac-amd64",
1737 "--dest-directory", 1737 "--dest-directory",
1738 "[SLAVE_BUILD]/cipd", 1738 "[SLAVE_BUILD]/cipd",
1739 "--json-output", 1739 "--json-output",
1740 "/path/to/tmp/json" 1740 "/path/to/tmp/json"
1741 ], 1741 ],
1742 "name": "test r2.ensure_goma.install cipd", 1742 "name": "test r2.ensure_goma.install cipd",
1743 "~followup_annotations": [ 1743 "~followup_annotations": [
1744 "@@@STEP_NEST_LEVEL@2@@@", 1744 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
2304 "cmd": [], 2304 "cmd": [],
2305 "name": "test r3.ensure_goma", 2305 "name": "test r3.ensure_goma",
2306 "~followup_annotations": [ 2306 "~followup_annotations": [
2307 "@@@STEP_NEST_LEVEL@1@@@" 2307 "@@@STEP_NEST_LEVEL@1@@@"
2308 ] 2308 ]
2309 }, 2309 },
2310 { 2310 {
2311 "cmd": [ 2311 "cmd": [
2312 "python", 2312 "python",
2313 "-u", 2313 "-u",
2314 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 2314 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
2315 "--platform", 2315 "--platform",
2316 "mac-amd64", 2316 "mac-amd64",
2317 "--dest-directory", 2317 "--dest-directory",
2318 "[SLAVE_BUILD]/cipd", 2318 "[SLAVE_BUILD]/cipd",
2319 "--json-output", 2319 "--json-output",
2320 "/path/to/tmp/json" 2320 "/path/to/tmp/json"
2321 ], 2321 ],
2322 "name": "test r3.ensure_goma.install cipd", 2322 "name": "test r3.ensure_goma.install cipd",
2323 "~followup_annotations": [ 2323 "~followup_annotations": [
2324 "@@@STEP_NEST_LEVEL@2@@@", 2324 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
2813 "@@@STEP_LOG_END@report@@@", 2813 "@@@STEP_LOG_END@report@@@",
2814 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"browser_tests\": {\"Test.b rowser_One\": \"r6\"}, \"gl_tests\": {\"Test.gl_One\": \"r3\"}}, \"metadata\": { \"regression_range_size\": 6}, \"result\": {\"r2\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}}, \"r3\": {\"gl_tests\": {\"failures\": [\"Test.gl_ One\"], \"status\": \"failed\", \"valid\": true}}, \"r5\": {\"browser_tests\": { \"status\": \"passed\", \"valid\": true}, \"gl_tests\": {\"failures\": [\"Test.g l_One\"], \"status\": \"failed\", \"valid\": true}}, \"r6\": {\"browser_tests\": {\"failures\": [\"Test.browser_One\"], \"status\": \"failed\", \"valid\": true} }}}@@@" 2814 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"browser_tests\": {\"Test.b rowser_One\": \"r6\"}, \"gl_tests\": {\"Test.gl_One\": \"r3\"}}, \"metadata\": { \"regression_range_size\": 6}, \"result\": {\"r2\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}}, \"r3\": {\"gl_tests\": {\"failures\": [\"Test.gl_ One\"], \"status\": \"failed\", \"valid\": true}}, \"r5\": {\"browser_tests\": { \"status\": \"passed\", \"valid\": true}, \"gl_tests\": {\"failures\": [\"Test.g l_One\"], \"status\": \"failed\", \"valid\": true}}, \"r6\": {\"browser_tests\": {\"failures\": [\"Test.browser_One\"], \"status\": \"failed\", \"valid\": true} }}}@@@"
2815 ] 2815 ]
2816 }, 2816 },
2817 { 2817 {
2818 "name": "$result", 2818 "name": "$result",
2819 "recipe_result": null, 2819 "recipe_result": null,
2820 "status_code": 0 2820 "status_code": 0
2821 } 2821 }
2822 ] 2822 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698