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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "BUILDTYPE": "Debug", 364 "BUILDTYPE": "Debug",
365 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ", 365 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
366 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 366 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
367 }, 367 },
368 "name": "dm" 368 "name": "dm"
369 }, 369 },
370 { 370 {
371 "cmd": [ 371 "cmd": [
372 "python", 372 "python",
373 "-u", 373 "-u",
374 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", 374 "RECIPE_MODULE[build.skia]/resources/upload_dm_results.py",
375 "[SLAVE_BUILD]/dm", 375 "[SLAVE_BUILD]/dm",
376 "164710", 376 "164710",
377 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 377 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
378 "5", 378 "5",
379 "", 379 "",
380 "[SLAVE_BUILD]/skia/common/py/utils" 380 "[SLAVE_BUILD]/skia/common/py/utils"
381 ], 381 ],
382 "cwd": "[SLAVE_BUILD]/skia", 382 "cwd": "[SLAVE_BUILD]/skia",
383 "env": { 383 "env": {
384 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 384 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
(...skipping 25 matching lines...) Expand all
410 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 410 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
411 }, 411 },
412 "name": "nanobench" 412 "name": "nanobench"
413 }, 413 },
414 { 414 {
415 "name": "$result", 415 "name": "$result",
416 "recipe_result": null, 416 "recipe_result": null,
417 "status_code": 0 417 "status_code": 0
418 } 418 }
419 ] 419 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698