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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 "[SLAVE_BUILD]/skimage/dm", | 71 "[SLAVE_BUILD]/skimage/dm", |
72 "--colorImages", | 72 "--colorImages", |
73 "[SLAVE_BUILD]/skimage/colorspace", | 73 "[SLAVE_BUILD]/skimage/colorspace", |
74 "--nameByHash", | 74 "--nameByHash", |
75 "--properties", | 75 "--properties", |
76 "gitHash", | 76 "gitHash", |
77 "abc123", | 77 "abc123", |
78 "master", | 78 "master", |
79 "client.skia", | 79 "client.skia", |
80 "builder", | 80 "builder", |
81 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN", | 81 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-ASAN", |
82 "build_number", | 82 "build_number", |
83 "5", | 83 "5", |
84 "--svgs", | 84 "--svgs", |
85 "[SLAVE_BUILD]/svg", | 85 "[SLAVE_BUILD]/svg", |
86 "--key", | 86 "--key", |
87 "arch", | 87 "arch", |
88 "x86_64", | 88 "x86_64", |
89 "compiler", | 89 "compiler", |
90 "GCC", | 90 "GCC", |
91 "configuration", | 91 "configuration", |
92 "Debug", | 92 "Debug", |
93 "cpu_or_gpu", | 93 "cpu_or_gpu", |
94 "CPU", | 94 "CPU", |
95 "cpu_or_gpu_value", | 95 "cpu_or_gpu_value", |
96 "AVX2", | 96 "AVX2", |
97 "extra_config", | 97 "extra_config", |
98 "MSAN", | 98 "ASAN", |
99 "model", | 99 "model", |
100 "GCE", | 100 "GCE", |
101 "os", | 101 "os", |
102 "Ubuntu", | 102 "Ubuntu", |
103 "--nogpu", | 103 "--nogpu", |
104 "--config", | 104 "--config", |
105 "565", | 105 "565", |
106 "8888", | 106 "8888", |
107 "gpu", | 107 "gpu", |
108 "gpusrgb", | 108 "gpusrgb", |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 "gm", | 323 "gm", |
324 "_", | 324 "_", |
325 "gamut", | 325 "gamut", |
326 "2ndpic-8888", | 326 "2ndpic-8888", |
327 "gm", | 327 "gm", |
328 "_", | 328 "_", |
329 "gamut", | 329 "gamut", |
330 "serialize-8888", | 330 "serialize-8888", |
331 "gm", | 331 "gm", |
332 "_", | 332 "_", |
333 "gamut", | 333 "gamut" |
334 "--match", | |
335 "~Once", | |
336 "~Shared" | |
337 ], | 334 ], |
| 335 "cwd": "[SLAVE_BUILD]/skia", |
338 "env": { | 336 "env": { |
339 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", | 337 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", |
340 "BUILDTYPE": "Debug", | |
341 "CHROME_HEADLESS": "1", | |
342 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib"
, | |
343 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1", | 338 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1", |
344 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin", | 339 "PATH": "%(PATH)s:[SLAVE_BUILD]/clang_linux/bin", |
345 "SKIA_OUT": "[SLAVE_BUILD]/out" | 340 "UBSAN_OPTIONS": "symbolize=1 print_stacktrace=1" |
346 }, | 341 }, |
347 "name": "dm" | 342 "name": "dm" |
348 }, | 343 }, |
349 { | 344 { |
350 "name": "$result", | 345 "name": "$result", |
351 "recipe_result": null, | 346 "recipe_result": null, |
352 "status_code": 0 | 347 "status_code": 0 |
353 } | 348 } |
354 ] | 349 ] |
OLD | NEW |