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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench.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", 4 "git",
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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 330 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
331 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 331 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
332 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 332 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
333 "@@@STEP_LOG_END@python.inline@@@" 333 "@@@STEP_LOG_END@python.inline@@@"
334 ] 334 ]
335 }, 335 },
336 { 336 {
337 "cmd": [ 337 "cmd": [
338 "python", 338 "python",
339 "-u", 339 "-u",
340 "RECIPE_MODULE[skia]/resources/upload_bench_results.py", 340 "RECIPE_MODULE[build.skia]/resources/upload_bench_results.py",
341 "Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench", 341 "Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench",
342 "5", 342 "5",
343 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Relea se-VisualBench/data", 343 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Relea se-VisualBench/data",
344 "164710", 344 "164710",
345 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" 345 "[DEPOT_TOOLS]/third_party/gsutil/gsutil"
346 ], 346 ],
347 "cwd": "[SLAVE_BUILD]/skia", 347 "cwd": "[SLAVE_BUILD]/skia",
348 "env": { 348 "env": {
349 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 349 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
350 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto", 350 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto",
351 "BUILDTYPE": "Release", 351 "BUILDTYPE": "Release",
352 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_use_sdl=1 ski a_warnings_as_errors=0", 352 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_use_sdl=1 ski a_warnings_as_errors=0",
353 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti- x86_64-Release-VisualBench" 353 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti- x86_64-Release-VisualBench"
354 }, 354 },
355 "name": "Upload visualbench Results" 355 "name": "Upload visualbench Results"
356 }, 356 },
357 { 357 {
358 "name": "$result", 358 "name": "$result",
359 "recipe_result": null, 359 "recipe_result": null,
360 "status_code": 0 360 "status_code": 0
361 } 361 }
362 ] 362 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698