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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_failed.json

Issue 2262443004: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 ], 249 ],
250 "name": "read test spec (chromium.win.json)", 250 "name": "read test spec (chromium.win.json)",
251 "~followup_annotations": [ 251 "~followup_annotations": [
252 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .win.json@@@", 252 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .win.json@@@",
253 "@@@STEP_LOG_LINE@json.output@{}@@@", 253 "@@@STEP_LOG_LINE@json.output@{}@@@",
254 "@@@STEP_LOG_END@json.output@@@" 254 "@@@STEP_LOG_END@json.output@@@"
255 ] 255 ]
256 }, 256 },
257 { 257 {
258 "cmd": [ 258 "cmd": [
259 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 259 "python",
260 "-u",
261 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
262 "--verbose"
260 ], 263 ],
261 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 264 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
262 "name": "ensure git tooling on windows", 265 "name": "ensure git tooling on windows",
263 "timeout": 300 266 "timeout": 300
264 }, 267 },
265 { 268 {
266 "cmd": [ 269 "cmd": [
267 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 270 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
268 "log", 271 "log",
269 "--format=%H", 272 "--format=%H",
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 "@@@STEP_LOG_END@report@@@", 891 "@@@STEP_LOG_END@report@@@",
889 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r1\", \"Test.Three\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regres sion_range_size\": 1}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Tes t.Three\", \"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true} }}}@@@" 892 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\": \"r1\", \"Test.Three\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regres sion_range_size\": 1}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Tes t.Three\", \"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true} }}}@@@"
890 ] 893 ]
891 }, 894 },
892 { 895 {
893 "name": "$result", 896 "name": "$result",
894 "recipe_result": null, 897 "recipe_result": null,
895 "status_code": 0 898 "status_code": 0
896 } 899 }
897 ] 900 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698