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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 }, | 70 }, |
71 { | 71 { |
72 "cmd": [ | 72 "cmd": [ |
73 "[SLAVE_BUILD]/skia/tools/xsan_build", | 73 "[SLAVE_BUILD]/skia/tools/xsan_build", |
74 "thread", | 74 "thread", |
75 "dm", | 75 "dm", |
76 "BUILDTYPE=Release" | 76 "BUILDTYPE=Release" |
77 ], | 77 ], |
78 "cwd": "[SLAVE_BUILD]/skia", | 78 "cwd": "[SLAVE_BUILD]/skia", |
79 "env": { | 79 "env": { |
80 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_gpu=0 skia_w
arnings_as_errors=0", | 80 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", |
81 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Re
lease-TSAN" | 81 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Re
lease-TSAN" |
82 }, | 82 }, |
83 "name": "build dm" | 83 "name": "build dm" |
84 }, | 84 }, |
85 { | 85 { |
86 "cmd": [ | 86 "cmd": [ |
87 "[SLAVE_BUILD]/skia/tools/xsan_build", | 87 "[SLAVE_BUILD]/skia/tools/xsan_build", |
88 "thread", | 88 "thread", |
89 "nanobench", | 89 "nanobench", |
90 "BUILDTYPE=Release" | 90 "BUILDTYPE=Release" |
91 ], | 91 ], |
92 "cwd": "[SLAVE_BUILD]/skia", | 92 "cwd": "[SLAVE_BUILD]/skia", |
93 "env": { | 93 "env": { |
94 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_gpu=0 skia_w
arnings_as_errors=0", | 94 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", |
95 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Re
lease-TSAN" | 95 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Re
lease-TSAN" |
96 }, | 96 }, |
97 "name": "build nanobench" | 97 "name": "build nanobench" |
98 }, | 98 }, |
99 { | 99 { |
100 "cmd": [ | 100 "cmd": [ |
101 "python", | 101 "python", |
102 "-u", | 102 "-u", |
103 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 103 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
104 "[SLAVE_BUILD]/tmp", | 104 "[SLAVE_BUILD]/tmp", |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 ], | 229 ], |
230 "cwd": "[SLAVE_BUILD]", | 230 "cwd": "[SLAVE_BUILD]", |
231 "env": { | 231 "env": { |
232 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", | 232 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", |
233 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL
D]/skia/tools/lsan.supp", | 233 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL
D]/skia/tools/lsan.supp", |
234 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp" | 234 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp" |
235 }, | 235 }, |
236 "name": "dm" | 236 "name": "dm" |
237 } | 237 } |
238 ] | 238 ] |
OLD | NEW |