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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_optional_gpu_tests_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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 ], 258 ],
259 "name": "read test spec (chromium.gpu.fyi.json)", 259 "name": "read test spec (chromium.gpu.fyi.json)",
260 "~followup_annotations": [ 260 "~followup_annotations": [
261 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .gpu.fyi.json@@@", 261 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .gpu.fyi.json@@@",
262 "@@@STEP_LOG_LINE@json.output@{}@@@", 262 "@@@STEP_LOG_LINE@json.output@{}@@@",
263 "@@@STEP_LOG_END@json.output@@@" 263 "@@@STEP_LOG_END@json.output@@@"
264 ] 264 ]
265 }, 265 },
266 { 266 {
267 "cmd": [ 267 "cmd": [
268 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 268 "python",
269 "-u",
270 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
271 "--verbose"
269 ], 272 ],
270 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 273 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
271 "name": "ensure git tooling on windows", 274 "name": "ensure git tooling on windows",
272 "timeout": 300 275 "timeout": 300
273 }, 276 },
274 { 277 {
275 "cmd": [ 278 "cmd": [
276 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 279 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
277 "diff", 280 "diff",
278 "--cached", 281 "--cached",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "import sys; sys.exit(0)" 342 "import sys; sys.exit(0)"
340 ], 343 ],
341 "name": "mark: before_tests" 344 "name": "mark: before_tests"
342 }, 345 },
343 { 346 {
344 "name": "$result", 347 "name": "$result",
345 "recipe_result": null, 348 "recipe_result": null,
346 "status_code": 0 349 "status_code": 0
347 } 350 }
348 ] 351 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698