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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 "@@@STEP_LOG_END@report@@@", 876 "@@@STEP_LOG_END@report@@@",
874 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 877 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
875 ] 878 ]
876 }, 879 },
877 { 880 {
878 "name": "$result", 881 "name": "$result",
879 "recipe_result": null, 882 "recipe_result": null,
880 "status_code": 0 883 "status_code": 0
881 } 884 }
882 ] 885 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698