OLD | NEW |
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 Loading... |
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 Loading... |
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 ] |
OLD | NEW |