| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
| 8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN" | 8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "--nameByHash", | 78 "--nameByHash", |
| 79 "--properties", | 79 "--properties", |
| 80 "gitHash", | 80 "gitHash", |
| 81 "abc123", | 81 "abc123", |
| 82 "master", | 82 "master", |
| 83 "client.skia", | 83 "client.skia", |
| 84 "builder", | 84 "builder", |
| 85 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN", | 85 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN", |
| 86 "build_number", | 86 "build_number", |
| 87 "5", | 87 "5", |
| 88 "--colorImages", |
| 89 "[SLAVE_BUILD]/images/colorspace", |
| 88 "--key", | 90 "--key", |
| 89 "arch", | 91 "arch", |
| 90 "x86_64", | 92 "x86_64", |
| 91 "compiler", | 93 "compiler", |
| 92 "GCC", | 94 "GCC", |
| 93 "configuration", | 95 "configuration", |
| 94 "Debug", | 96 "Debug", |
| 95 "cpu_or_gpu", | 97 "cpu_or_gpu", |
| 96 "CPU", | 98 "CPU", |
| 97 "cpu_or_gpu_value", | 99 "cpu_or_gpu_value", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 119 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" | 121 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" |
| 120 }, | 122 }, |
| 121 "name": "dm" | 123 "name": "dm" |
| 122 }, | 124 }, |
| 123 { | 125 { |
| 124 "name": "$result", | 126 "name": "$result", |
| 125 "recipe_result": null, | 127 "recipe_result": null, |
| 126 "status_code": 0 | 128 "status_code": 0 |
| 127 } | 129 } |
| 128 ] | 130 ] |
| OLD | NEW |