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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_compile_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.webkit.json)", 255 "name": "read test spec (chromium.webkit.json)",
256 "~followup_annotations": [ 256 "~followup_annotations": [
257 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_layout\\src\\testing\\buildbot\\c hromium.webkit.json@@@", 257 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_layout\\src\\testing\\buildbot\\c hromium.webkit.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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 "import sys; sys.exit(0)" 421 "import sys; sys.exit(0)"
419 ], 422 ],
420 "name": "mark: before_tests" 423 "name": "mark: before_tests"
421 }, 424 },
422 { 425 {
423 "name": "$result", 426 "name": "$result",
424 "recipe_result": null, 427 "recipe_result": null,
425 "status_code": 0 428 "status_code": 0
426 } 429 }
427 ] 430 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698