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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "git.bat", 4 "git.bat",
5 "fetch" 5 "fetch"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]\\skia", 7 "cwd": "[SLAVE_BUILD]\\skia",
8 "name": "git fetch" 8 "name": "git fetch"
9 }, 9 },
10 { 10 {
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 363 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
364 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 364 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
365 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 365 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
366 "@@@STEP_LOG_END@python.inline@@@" 366 "@@@STEP_LOG_END@python.inline@@@"
367 ] 367 ]
368 }, 368 },
369 { 369 {
370 "cmd": [ 370 "cmd": [
371 "python", 371 "python",
372 "-u", 372 "-u",
373 "RECIPE_MODULE[skia]\\resources\\upload_bench_results.py", 373 "RECIPE_MODULE[build.skia]\\resources\\upload_bench_results.py",
374 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot", 374 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot",
375 "5", 375 "5",
376 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas e-Trybot\\data", 376 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas e-Trybot\\data",
377 "164710", 377 "164710",
378 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil", 378 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil",
379 "500" 379 "500"
380 ], 380 ],
381 "cwd": "[SLAVE_BUILD]\\skia", 381 "cwd": "[SLAVE_BUILD]\\skia",
382 "env": { 382 "env": {
383 "AWS_CREDENTIAL_FILE": "[HOME]\\chromium-skia-gm.boto", 383 "AWS_CREDENTIAL_FILE": "[HOME]\\chromium-skia-gm.boto",
384 "BOTO_CONFIG": "[HOME]\\chromium-skia-gm.boto", 384 "BOTO_CONFIG": "[HOME]\\chromium-skia-gm.boto",
385 "BUILDTYPE": "Release_x64", 385 "BUILDTYPE": "Release_x64",
386 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_dump_stats=1 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHe lp", 386 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_dump_stats=1 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHe lp",
387 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600- x86_64-Release-Trybot" 387 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600- x86_64-Release-Trybot"
388 }, 388 },
389 "name": "Upload nanobench Results" 389 "name": "Upload nanobench Results"
390 }, 390 },
391 { 391 {
392 "name": "$result", 392 "name": "$result",
393 "recipe_result": null, 393 "recipe_result": null,
394 "status_code": 0 394 "status_code": 0
395 } 395 }
396 ] 396 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698