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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache.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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 "BUILDTYPE": "Debug", 367 "BUILDTYPE": "Debug",
368 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=0", 368 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=0",
369 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti- x86_64-Debug-ZeroGPUCache" 369 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti- x86_64-Debug-ZeroGPUCache"
370 }, 370 },
371 "name": "dm" 371 "name": "dm"
372 }, 372 },
373 { 373 {
374 "cmd": [ 374 "cmd": [
375 "python", 375 "python",
376 "-u", 376 "-u",
377 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", 377 "RECIPE_MODULE[build.skia]/resources/upload_dm_results.py",
378 "[SLAVE_BUILD]/dm", 378 "[SLAVE_BUILD]/dm",
379 "164710", 379 "164710",
380 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache", 380 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache",
381 "5", 381 "5",
382 "", 382 "",
383 "[SLAVE_BUILD]/skia/common/py/utils" 383 "[SLAVE_BUILD]/skia/common/py/utils"
384 ], 384 ],
385 "cwd": "[SLAVE_BUILD]/skia", 385 "cwd": "[SLAVE_BUILD]/skia",
386 "env": { 386 "env": {
387 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 387 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
388 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto", 388 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto",
389 "BUILDTYPE": "Debug", 389 "BUILDTYPE": "Debug",
390 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=0", 390 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=0",
391 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti- x86_64-Debug-ZeroGPUCache" 391 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti- x86_64-Debug-ZeroGPUCache"
392 }, 392 },
393 "name": "Upload DM Results" 393 "name": "Upload DM Results"
394 }, 394 },
395 { 395 {
396 "name": "$result", 396 "name": "$result",
397 "recipe_result": null, 397 "recipe_result": null,
398 "status_code": 0 398 "status_code": 0
399 } 399 }
400 ] 400 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698