| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", | 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 8 "/path/to/tmp/" | 8 "/path/to/tmp/" |
| 9 ], | 9 ], |
| 10 "name": "Get downloaded SKP VERSION" | 10 "name": "Get downloaded SKP VERSION" |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 "_", | 279 "_", |
| 280 "image-cacherator-from-ctable", | 280 "image-cacherator-from-ctable", |
| 281 "--match", | 281 "--match", |
| 282 "~Once", | 282 "~Once", |
| 283 "~Shared" | 283 "~Shared" |
| 284 ], | 284 ], |
| 285 "env": { | 285 "env": { |
| 286 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", | 286 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", |
| 287 "BUILDTYPE": "Debug", | 287 "BUILDTYPE": "Debug", |
| 288 "CHROME_HEADLESS": "1", | 288 "CHROME_HEADLESS": "1", |
| 289 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", | |
| 290 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib"
, | 289 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib"
, |
| 291 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL
D]/skia/tools/lsan.supp", | 290 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL
D]/skia/tools/lsan.supp", |
| 292 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin", | 291 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin", |
| 293 "SKIA_OUT": "[SLAVE_BUILD]/out", | 292 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 294 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp", | 293 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp", |
| 295 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" | 294 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" |
| 296 }, | 295 }, |
| 297 "name": "dm" | 296 "name": "dm" |
| 298 }, | 297 }, |
| 299 { | 298 { |
| 300 "name": "$result", | 299 "name": "$result", |
| 301 "recipe_result": null, | 300 "recipe_result": null, |
| 302 "status_code": 0 | 301 "status_code": 0 |
| 303 } | 302 } |
| 304 ] | 303 ] |
| OLD | NEW |