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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_syzyasan_rel.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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 ], 254 ],
255 "name": "read test spec (chromium.fyi.json)", 255 "name": "read test spec (chromium.fyi.json)",
256 "~followup_annotations": [ 256 "~followup_annotations": [
257 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .fyi.json@@@", 257 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .fyi.json@@@",
258 "@@@STEP_LOG_LINE@json.output@{}@@@", 258 "@@@STEP_LOG_LINE@json.output@{}@@@",
259 "@@@STEP_LOG_END@json.output@@@" 259 "@@@STEP_LOG_END@json.output@@@"
260 ] 260 ]
261 }, 261 },
262 { 262 {
263 "cmd": [ 263 "cmd": [
264 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 264 "python",
265 "-u",
266 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
267 "--verbose"
265 ], 268 ],
266 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 269 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
267 "name": "ensure git tooling on windows", 270 "name": "ensure git tooling on windows",
268 "timeout": 300 271 "timeout": 300
269 }, 272 },
270 { 273 {
271 "cmd": [ 274 "cmd": [
272 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 275 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
273 "diff", 276 "diff",
274 "--cached", 277 "--cached",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "import sys; sys.exit(0)" 419 "import sys; sys.exit(0)"
417 ], 420 ],
418 "name": "mark: before_tests" 421 "name": "mark: before_tests"
419 }, 422 },
420 { 423 {
421 "name": "$result", 424 "name": "$result",
422 "recipe_result": null, 425 "recipe_result": null,
423 "status_code": 0 426 "status_code": 0
424 } 427 }
425 ] 428 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698