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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 ], 255 ],
256 "name": "read test spec (chromium.win.json)", 256 "name": "read test spec (chromium.win.json)",
257 "~followup_annotations": [ 257 "~followup_annotations": [
258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_clang\\src\\testing\\buildbot\\ch romium.win.json@@@", 258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_clang\\src\\testing\\buildbot\\ch romium.win.json@@@",
259 "@@@STEP_LOG_LINE@json.output@{}@@@", 259 "@@@STEP_LOG_LINE@json.output@{}@@@",
260 "@@@STEP_LOG_END@json.output@@@" 260 "@@@STEP_LOG_END@json.output@@@"
261 ] 261 ]
262 }, 262 },
263 { 263 {
264 "cmd": [ 264 "cmd": [
265 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 265 "python",
266 "-u",
267 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
268 "--verbose"
266 ], 269 ],
267 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 270 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
268 "name": "ensure git tooling on windows", 271 "name": "ensure git tooling on windows",
269 "timeout": 300 272 "timeout": 300
270 }, 273 },
271 { 274 {
272 "cmd": [ 275 "cmd": [
273 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 276 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
274 "diff", 277 "diff",
275 "--cached", 278 "--cached",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 "import sys; sys.exit(0)" 450 "import sys; sys.exit(0)"
448 ], 451 ],
449 "name": "mark: before_tests" 452 "name": "mark: before_tests"
450 }, 453 },
451 { 454 {
452 "name": "$result", 455 "name": "$result",
453 "recipe_result": null, 456 "recipe_result": null,
454 "status_code": 0 457 "status_code": 0
455 } 458 }
456 ] 459 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698