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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing_with_no_source_file_changes.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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 ], 247 ],
248 "name": "read test spec (chromium.win.json)", 248 "name": "read test spec (chromium.win.json)",
249 "~followup_annotations": [ 249 "~followup_annotations": [
250 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@", 250 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@",
251 "@@@STEP_LOG_LINE@json.output@{}@@@", 251 "@@@STEP_LOG_LINE@json.output@{}@@@",
252 "@@@STEP_LOG_END@json.output@@@" 252 "@@@STEP_LOG_END@json.output@@@"
253 ] 253 ]
254 }, 254 },
255 { 255 {
256 "cmd": [ 256 "cmd": [
257 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 257 "python",
258 "-u",
259 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
260 "--verbose"
258 ], 261 ],
259 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 262 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
260 "name": "ensure git tooling on windows", 263 "name": "ensure git tooling on windows",
261 "timeout": 300 264 "timeout": 300
262 }, 265 },
263 { 266 {
264 "cmd": [ 267 "cmd": [
265 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 268 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
266 "diff", 269 "diff",
267 "--cached", 270 "--cached",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 "import sys; sys.exit(0)" 354 "import sys; sys.exit(0)"
352 ], 355 ],
353 "name": "mark: before_tests" 356 "name": "mark: before_tests"
354 }, 357 },
355 { 358 {
356 "name": "$result", 359 "name": "$result",
357 "recipe_result": null, 360 "recipe_result": null,
358 "status_code": 0 361 "status_code": 0
359 } 362 }
360 ] 363 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698