OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "linux_asan", | 10 "linux_asan", |
11 "--slave", | 11 "--slave", |
12 "slavename", | 12 "slavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_
file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome
-internal.googlesource.com/chrome/deps/webrtc-limited'}]", | 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_
file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome
-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"got_revision\"}", |
19 "--issue", | 19 "--issue", |
20 "666666", | 20 "666666", |
21 "--patchset", | 21 "--patchset", |
22 "1", | 22 "1", |
23 "--rietveld_server", | 23 "--rietveld_server", |
24 "https://fake.rietveld.url", | 24 "https://fake.rietveld.url", |
25 "--output_json", | 25 "--output_json", |
26 "/path/to/tmp/json", | 26 "/path/to/tmp/json", |
27 "--revision", | 27 "--revision", |
28 "src@12345" | 28 "src@12345" |
29 ], | 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", |
30 "name": "bot_update", | 31 "name": "bot_update", |
31 "~followup_annotations": [ | 32 "~followup_annotations": [ |
32 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
33 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\"@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\"@@@", |
40 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
43 "@@@STEP_LOG_LINE@json.output@}@@@", | 44 "@@@STEP_LOG_LINE@json.output@}@@@", |
44 "@@@STEP_LOG_END@json.output@@@", | 45 "@@@STEP_LOG_END@json.output@@@", |
45 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 46 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
46 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 47 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
47 ] | 48 ] |
48 }, | 49 }, |
49 { | 50 { |
50 "cmd": [ | 51 "cmd": [ |
51 "python", | 52 "python", |
52 "-u", | 53 "-u", |
53 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py", | 54 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py", |
54 "[SLAVE_BUILD]/src/out" | 55 "[SLAVE_BUILD]/src/out" |
55 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", |
56 "name": "clean test output files" | 58 "name": "clean test output files" |
57 }, | 59 }, |
58 { | 60 { |
59 "cmd": [ | 61 "cmd": [ |
60 "python", | 62 "python", |
61 "-u", | 63 "-u", |
62 "[BUILD]/scripts/slave/cleanup_temp.py" | 64 "[BUILD]/scripts/slave/cleanup_temp.py" |
63 ], | 65 ], |
| 66 "cwd": "[SLAVE_BUILD]", |
64 "name": "cleanup_temp" | 67 "name": "cleanup_temp" |
65 }, | 68 }, |
66 { | 69 { |
67 "cmd": [ | 70 "cmd": [ |
68 "python", | 71 "python", |
69 "-u", | 72 "-u", |
70 "[DEPOT_TOOLS]/gclient.py", | 73 "[DEPOT_TOOLS]/gclient.py", |
71 "runhooks" | 74 "runhooks" |
72 ], | 75 ], |
| 76 "cwd": "[SLAVE_BUILD]", |
73 "env": { | 77 "env": { |
74 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_goma=1" | 78 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_goma=1" |
75 }, | 79 }, |
76 "name": "gclient runhooks" | 80 "name": "gclient runhooks" |
77 }, | 81 }, |
78 { | 82 { |
79 "cmd": [ | 83 "cmd": [ |
80 "python", | 84 "python", |
81 "-u", | 85 "-u", |
82 "[BUILD]/scripts/slave/compile.py", | 86 "[BUILD]/scripts/slave/compile.py", |
83 "--target", | 87 "--target", |
84 "Release", | 88 "Release", |
85 "--src-dir", | 89 "--src-dir", |
86 "[SLAVE_BUILD]/src", | 90 "[SLAVE_BUILD]/src", |
87 "--build-tool", | 91 "--build-tool", |
88 "ninja", | 92 "ninja", |
89 "--compiler", | 93 "--compiler", |
90 "goma-clang", | 94 "goma-clang", |
91 "--goma-dir", | 95 "--goma-dir", |
92 "[BUILD]/goma", | 96 "[BUILD]/goma", |
93 "--", | 97 "--", |
94 "All" | 98 "All" |
95 ], | 99 ], |
| 100 "cwd": "[SLAVE_BUILD]", |
96 "name": "compile" | 101 "name": "compile" |
97 }, | 102 }, |
98 { | 103 { |
99 "allow_subannotations": true, | 104 "allow_subannotations": true, |
100 "cmd": [ | 105 "cmd": [ |
101 "python", | 106 "python", |
102 "-u", | 107 "-u", |
103 "[BUILD]/scripts/slave/runtest.py", | 108 "[BUILD]/scripts/slave/runtest.py", |
104 "--target", | 109 "--target", |
105 "Release", | 110 "Release", |
106 "--xvfb", | 111 "--xvfb", |
107 "--factory-properties", | 112 "--factory-properties", |
108 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 113 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
109 "--build-properties", | 114 "--build-properties", |
110 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 115 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
111 "--annotate=gtest", | 116 "--annotate=gtest", |
112 "--test-type=audio_decoder_unittests", | 117 "--test-type=audio_decoder_unittests", |
113 "--builder-name=linux_asan", | 118 "--builder-name=linux_asan", |
114 "--slave-name=slavename", | 119 "--slave-name=slavename", |
115 "--enable-asan", | 120 "--enable-asan", |
116 "--enable-lsan", | 121 "--enable-lsan", |
117 "audio_decoder_unittests" | 122 "audio_decoder_unittests" |
118 ], | 123 ], |
| 124 "cwd": "[SLAVE_BUILD]", |
119 "name": "audio_decoder_unittests" | 125 "name": "audio_decoder_unittests" |
120 }, | 126 }, |
121 { | 127 { |
122 "allow_subannotations": true, | 128 "allow_subannotations": true, |
123 "cmd": [ | 129 "cmd": [ |
124 "python", | 130 "python", |
125 "-u", | 131 "-u", |
126 "[BUILD]/scripts/slave/runtest.py", | 132 "[BUILD]/scripts/slave/runtest.py", |
127 "--target", | 133 "--target", |
128 "Release", | 134 "Release", |
129 "--xvfb", | 135 "--xvfb", |
130 "--factory-properties", | 136 "--factory-properties", |
131 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 137 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
132 "--build-properties", | 138 "--build-properties", |
133 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 139 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
134 "--annotate=gtest", | 140 "--annotate=gtest", |
135 "--test-type=common_audio_unittests", | 141 "--test-type=common_audio_unittests", |
136 "--builder-name=linux_asan", | 142 "--builder-name=linux_asan", |
137 "--slave-name=slavename", | 143 "--slave-name=slavename", |
138 "--enable-asan", | 144 "--enable-asan", |
139 "--enable-lsan", | 145 "--enable-lsan", |
140 "common_audio_unittests" | 146 "common_audio_unittests" |
141 ], | 147 ], |
| 148 "cwd": "[SLAVE_BUILD]", |
142 "name": "common_audio_unittests" | 149 "name": "common_audio_unittests" |
143 }, | 150 }, |
144 { | 151 { |
145 "allow_subannotations": true, | 152 "allow_subannotations": true, |
146 "cmd": [ | 153 "cmd": [ |
147 "python", | 154 "python", |
148 "-u", | 155 "-u", |
149 "[BUILD]/scripts/slave/runtest.py", | 156 "[BUILD]/scripts/slave/runtest.py", |
150 "--target", | 157 "--target", |
151 "Release", | 158 "Release", |
152 "--xvfb", | 159 "--xvfb", |
153 "--factory-properties", | 160 "--factory-properties", |
154 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 161 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
155 "--build-properties", | 162 "--build-properties", |
156 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 163 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
157 "--annotate=gtest", | 164 "--annotate=gtest", |
158 "--test-type=common_video_unittests", | 165 "--test-type=common_video_unittests", |
159 "--builder-name=linux_asan", | 166 "--builder-name=linux_asan", |
160 "--slave-name=slavename", | 167 "--slave-name=slavename", |
161 "--enable-asan", | 168 "--enable-asan", |
162 "--enable-lsan", | 169 "--enable-lsan", |
163 "common_video_unittests" | 170 "common_video_unittests" |
164 ], | 171 ], |
| 172 "cwd": "[SLAVE_BUILD]", |
165 "name": "common_video_unittests" | 173 "name": "common_video_unittests" |
166 }, | 174 }, |
167 { | 175 { |
168 "allow_subannotations": true, | 176 "allow_subannotations": true, |
169 "cmd": [ | 177 "cmd": [ |
170 "python", | 178 "python", |
171 "-u", | 179 "-u", |
172 "[BUILD]/scripts/slave/runtest.py", | 180 "[BUILD]/scripts/slave/runtest.py", |
173 "--target", | 181 "--target", |
174 "Release", | 182 "Release", |
175 "--xvfb", | 183 "--xvfb", |
176 "--factory-properties", | 184 "--factory-properties", |
177 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 185 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
178 "--build-properties", | 186 "--build-properties", |
179 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 187 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
180 "--annotate=gtest", | 188 "--annotate=gtest", |
181 "--test-type=libjingle_media_unittest", | 189 "--test-type=libjingle_media_unittest", |
182 "--builder-name=linux_asan", | 190 "--builder-name=linux_asan", |
183 "--slave-name=slavename", | 191 "--slave-name=slavename", |
184 "--enable-asan", | 192 "--enable-asan", |
185 "--enable-lsan", | 193 "--enable-lsan", |
186 "libjingle_media_unittest" | 194 "libjingle_media_unittest" |
187 ], | 195 ], |
| 196 "cwd": "[SLAVE_BUILD]", |
188 "name": "libjingle_media_unittest" | 197 "name": "libjingle_media_unittest" |
189 }, | 198 }, |
190 { | 199 { |
191 "allow_subannotations": true, | 200 "allow_subannotations": true, |
192 "cmd": [ | 201 "cmd": [ |
193 "python", | 202 "python", |
194 "-u", | 203 "-u", |
195 "[BUILD]/scripts/slave/runtest.py", | 204 "[BUILD]/scripts/slave/runtest.py", |
196 "--target", | 205 "--target", |
197 "Release", | 206 "Release", |
198 "--xvfb", | 207 "--xvfb", |
199 "--factory-properties", | 208 "--factory-properties", |
200 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 209 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
201 "--build-properties", | 210 "--build-properties", |
202 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 211 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
203 "--annotate=gtest", | 212 "--annotate=gtest", |
204 "--test-type=libjingle_p2p_unittest", | 213 "--test-type=libjingle_p2p_unittest", |
205 "--builder-name=linux_asan", | 214 "--builder-name=linux_asan", |
206 "--slave-name=slavename", | 215 "--slave-name=slavename", |
207 "--enable-asan", | 216 "--enable-asan", |
208 "--enable-lsan", | 217 "--enable-lsan", |
209 "libjingle_p2p_unittest" | 218 "libjingle_p2p_unittest" |
210 ], | 219 ], |
| 220 "cwd": "[SLAVE_BUILD]", |
211 "name": "libjingle_p2p_unittest" | 221 "name": "libjingle_p2p_unittest" |
212 }, | 222 }, |
213 { | 223 { |
214 "allow_subannotations": true, | 224 "allow_subannotations": true, |
215 "cmd": [ | 225 "cmd": [ |
216 "python", | 226 "python", |
217 "-u", | 227 "-u", |
218 "[BUILD]/scripts/slave/runtest.py", | 228 "[BUILD]/scripts/slave/runtest.py", |
219 "--target", | 229 "--target", |
220 "Release", | 230 "Release", |
221 "--xvfb", | 231 "--xvfb", |
222 "--factory-properties", | 232 "--factory-properties", |
223 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 233 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
224 "--build-properties", | 234 "--build-properties", |
225 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 235 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
226 "--annotate=gtest", | 236 "--annotate=gtest", |
227 "--test-type=libjingle_peerconnection_unittest", | 237 "--test-type=libjingle_peerconnection_unittest", |
228 "--builder-name=linux_asan", | 238 "--builder-name=linux_asan", |
229 "--slave-name=slavename", | 239 "--slave-name=slavename", |
230 "--enable-asan", | 240 "--enable-asan", |
231 "--enable-lsan", | 241 "--enable-lsan", |
232 "libjingle_peerconnection_unittest" | 242 "libjingle_peerconnection_unittest" |
233 ], | 243 ], |
| 244 "cwd": "[SLAVE_BUILD]", |
234 "name": "libjingle_peerconnection_unittest" | 245 "name": "libjingle_peerconnection_unittest" |
235 }, | 246 }, |
236 { | 247 { |
237 "allow_subannotations": true, | 248 "allow_subannotations": true, |
238 "cmd": [ | 249 "cmd": [ |
239 "python", | 250 "python", |
240 "-u", | 251 "-u", |
241 "[BUILD]/scripts/slave/runtest.py", | 252 "[BUILD]/scripts/slave/runtest.py", |
242 "--target", | 253 "--target", |
243 "Release", | 254 "Release", |
244 "--xvfb", | 255 "--xvfb", |
245 "--factory-properties", | 256 "--factory-properties", |
246 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 257 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
247 "--build-properties", | 258 "--build-properties", |
248 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 259 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
249 "--annotate=gtest", | 260 "--annotate=gtest", |
250 "--test-type=modules_tests", | 261 "--test-type=modules_tests", |
251 "--builder-name=linux_asan", | 262 "--builder-name=linux_asan", |
252 "--slave-name=slavename", | 263 "--slave-name=slavename", |
253 "--enable-asan", | 264 "--enable-asan", |
254 "--enable-lsan", | 265 "--enable-lsan", |
255 "modules_tests" | 266 "modules_tests" |
256 ], | 267 ], |
| 268 "cwd": "[SLAVE_BUILD]", |
257 "name": "modules_tests" | 269 "name": "modules_tests" |
258 }, | 270 }, |
259 { | 271 { |
260 "allow_subannotations": true, | 272 "allow_subannotations": true, |
261 "cmd": [ | 273 "cmd": [ |
262 "python", | 274 "python", |
263 "-u", | 275 "-u", |
264 "[BUILD]/scripts/slave/runtest.py", | 276 "[BUILD]/scripts/slave/runtest.py", |
265 "--target", | 277 "--target", |
266 "Release", | 278 "Release", |
267 "--xvfb", | 279 "--xvfb", |
268 "--factory-properties", | 280 "--factory-properties", |
269 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 281 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
270 "--build-properties", | 282 "--build-properties", |
271 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 283 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
272 "--annotate=gtest", | 284 "--annotate=gtest", |
273 "--test-type=modules_unittests", | 285 "--test-type=modules_unittests", |
274 "--builder-name=linux_asan", | 286 "--builder-name=linux_asan", |
275 "--slave-name=slavename", | 287 "--slave-name=slavename", |
276 "--enable-asan", | 288 "--enable-asan", |
277 "--enable-lsan", | 289 "--enable-lsan", |
278 "modules_unittests" | 290 "modules_unittests" |
279 ], | 291 ], |
| 292 "cwd": "[SLAVE_BUILD]", |
280 "name": "modules_unittests" | 293 "name": "modules_unittests" |
281 }, | 294 }, |
282 { | 295 { |
283 "allow_subannotations": true, | 296 "allow_subannotations": true, |
284 "cmd": [ | 297 "cmd": [ |
285 "python", | 298 "python", |
286 "-u", | 299 "-u", |
287 "[BUILD]/scripts/slave/runtest.py", | 300 "[BUILD]/scripts/slave/runtest.py", |
288 "--target", | 301 "--target", |
289 "Release", | 302 "Release", |
290 "--xvfb", | 303 "--xvfb", |
291 "--factory-properties", | 304 "--factory-properties", |
292 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 305 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
293 "--build-properties", | 306 "--build-properties", |
294 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 307 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
295 "--annotate=gtest", | 308 "--annotate=gtest", |
296 "--test-type=rtc_unittests", | 309 "--test-type=rtc_unittests", |
297 "--builder-name=linux_asan", | 310 "--builder-name=linux_asan", |
298 "--slave-name=slavename", | 311 "--slave-name=slavename", |
299 "--enable-asan", | 312 "--enable-asan", |
300 "--enable-lsan", | 313 "--enable-lsan", |
301 "rtc_unittests" | 314 "rtc_unittests" |
302 ], | 315 ], |
| 316 "cwd": "[SLAVE_BUILD]", |
303 "name": "rtc_unittests" | 317 "name": "rtc_unittests" |
304 }, | 318 }, |
305 { | 319 { |
306 "allow_subannotations": true, | 320 "allow_subannotations": true, |
307 "cmd": [ | 321 "cmd": [ |
308 "python", | 322 "python", |
309 "-u", | 323 "-u", |
310 "[BUILD]/scripts/slave/runtest.py", | 324 "[BUILD]/scripts/slave/runtest.py", |
311 "--target", | 325 "--target", |
312 "Release", | 326 "Release", |
313 "--xvfb", | 327 "--xvfb", |
314 "--factory-properties", | 328 "--factory-properties", |
315 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 329 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
316 "--build-properties", | 330 "--build-properties", |
317 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 331 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
318 "--annotate=gtest", | 332 "--annotate=gtest", |
319 "--test-type=system_wrappers_unittests", | 333 "--test-type=system_wrappers_unittests", |
320 "--builder-name=linux_asan", | 334 "--builder-name=linux_asan", |
321 "--slave-name=slavename", | 335 "--slave-name=slavename", |
322 "--enable-asan", | 336 "--enable-asan", |
323 "--enable-lsan", | 337 "--enable-lsan", |
324 "system_wrappers_unittests" | 338 "system_wrappers_unittests" |
325 ], | 339 ], |
| 340 "cwd": "[SLAVE_BUILD]", |
326 "name": "system_wrappers_unittests" | 341 "name": "system_wrappers_unittests" |
327 }, | 342 }, |
328 { | 343 { |
329 "allow_subannotations": true, | 344 "allow_subannotations": true, |
330 "cmd": [ | 345 "cmd": [ |
331 "python", | 346 "python", |
332 "-u", | 347 "-u", |
333 "[BUILD]/scripts/slave/runtest.py", | 348 "[BUILD]/scripts/slave/runtest.py", |
334 "--target", | 349 "--target", |
335 "Release", | 350 "Release", |
336 "--xvfb", | 351 "--xvfb", |
337 "--factory-properties", | 352 "--factory-properties", |
338 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 353 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
339 "--build-properties", | 354 "--build-properties", |
340 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 355 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
341 "--annotate=gtest", | 356 "--annotate=gtest", |
342 "--test-type=test_support_unittests", | 357 "--test-type=test_support_unittests", |
343 "--builder-name=linux_asan", | 358 "--builder-name=linux_asan", |
344 "--slave-name=slavename", | 359 "--slave-name=slavename", |
345 "--enable-asan", | 360 "--enable-asan", |
346 "--enable-lsan", | 361 "--enable-lsan", |
347 "test_support_unittests" | 362 "test_support_unittests" |
348 ], | 363 ], |
| 364 "cwd": "[SLAVE_BUILD]", |
349 "name": "test_support_unittests" | 365 "name": "test_support_unittests" |
350 }, | 366 }, |
351 { | 367 { |
352 "allow_subannotations": true, | 368 "allow_subannotations": true, |
353 "cmd": [ | 369 "cmd": [ |
354 "python", | 370 "python", |
355 "-u", | 371 "-u", |
356 "[BUILD]/scripts/slave/runtest.py", | 372 "[BUILD]/scripts/slave/runtest.py", |
357 "--target", | 373 "--target", |
358 "Release", | 374 "Release", |
359 "--xvfb", | 375 "--xvfb", |
360 "--factory-properties", | 376 "--factory-properties", |
361 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 377 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
362 "--build-properties", | 378 "--build-properties", |
363 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 379 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
364 "--annotate=gtest", | 380 "--annotate=gtest", |
365 "--test-type=tools_unittests", | 381 "--test-type=tools_unittests", |
366 "--builder-name=linux_asan", | 382 "--builder-name=linux_asan", |
367 "--slave-name=slavename", | 383 "--slave-name=slavename", |
368 "--enable-asan", | 384 "--enable-asan", |
369 "--enable-lsan", | 385 "--enable-lsan", |
370 "tools_unittests" | 386 "tools_unittests" |
371 ], | 387 ], |
| 388 "cwd": "[SLAVE_BUILD]", |
372 "name": "tools_unittests" | 389 "name": "tools_unittests" |
373 }, | 390 }, |
374 { | 391 { |
375 "allow_subannotations": true, | 392 "allow_subannotations": true, |
376 "cmd": [ | 393 "cmd": [ |
377 "python", | 394 "python", |
378 "-u", | 395 "-u", |
379 "[BUILD]/scripts/slave/runtest.py", | 396 "[BUILD]/scripts/slave/runtest.py", |
380 "--target", | 397 "--target", |
381 "Release", | 398 "Release", |
382 "--xvfb", | 399 "--xvfb", |
383 "--factory-properties", | 400 "--factory-properties", |
384 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 401 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
385 "--build-properties", | 402 "--build-properties", |
386 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 403 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
387 "--annotate=gtest", | 404 "--annotate=gtest", |
388 "--test-type=video_engine_core_unittests", | 405 "--test-type=video_engine_core_unittests", |
389 "--builder-name=linux_asan", | 406 "--builder-name=linux_asan", |
390 "--slave-name=slavename", | 407 "--slave-name=slavename", |
391 "--enable-asan", | 408 "--enable-asan", |
392 "--enable-lsan", | 409 "--enable-lsan", |
393 "video_engine_core_unittests" | 410 "video_engine_core_unittests" |
394 ], | 411 ], |
| 412 "cwd": "[SLAVE_BUILD]", |
395 "name": "video_engine_core_unittests" | 413 "name": "video_engine_core_unittests" |
396 }, | 414 }, |
397 { | 415 { |
398 "allow_subannotations": true, | 416 "allow_subannotations": true, |
399 "cmd": [ | 417 "cmd": [ |
400 "python", | 418 "python", |
401 "-u", | 419 "-u", |
402 "[BUILD]/scripts/slave/runtest.py", | 420 "[BUILD]/scripts/slave/runtest.py", |
403 "--target", | 421 "--target", |
404 "Release", | 422 "Release", |
405 "--xvfb", | 423 "--xvfb", |
406 "--factory-properties", | 424 "--factory-properties", |
407 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 425 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
408 "--build-properties", | 426 "--build-properties", |
409 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 427 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
410 "--annotate=gtest", | 428 "--annotate=gtest", |
411 "--test-type=video_engine_tests", | 429 "--test-type=video_engine_tests", |
412 "--builder-name=linux_asan", | 430 "--builder-name=linux_asan", |
413 "--slave-name=slavename", | 431 "--slave-name=slavename", |
414 "--enable-asan", | 432 "--enable-asan", |
415 "--enable-lsan", | 433 "--enable-lsan", |
416 "video_engine_tests" | 434 "video_engine_tests" |
417 ], | 435 ], |
| 436 "cwd": "[SLAVE_BUILD]", |
418 "name": "video_engine_tests" | 437 "name": "video_engine_tests" |
419 }, | 438 }, |
420 { | 439 { |
421 "allow_subannotations": true, | 440 "allow_subannotations": true, |
422 "cmd": [ | 441 "cmd": [ |
423 "python", | 442 "python", |
424 "-u", | 443 "-u", |
425 "[BUILD]/scripts/slave/runtest.py", | 444 "[BUILD]/scripts/slave/runtest.py", |
426 "--target", | 445 "--target", |
427 "Release", | 446 "Release", |
428 "--xvfb", | 447 "--xvfb", |
429 "--factory-properties", | 448 "--factory-properties", |
430 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 449 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
431 "--build-properties", | 450 "--build-properties", |
432 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", | 451 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_asan\", \"issue\
": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"
webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietv
eld.url\", \"slavename\": \"slavename\"}", |
433 "--annotate=gtest", | 452 "--annotate=gtest", |
434 "--test-type=voice_engine_unittests", | 453 "--test-type=voice_engine_unittests", |
435 "--builder-name=linux_asan", | 454 "--builder-name=linux_asan", |
436 "--slave-name=slavename", | 455 "--slave-name=slavename", |
437 "--enable-asan", | 456 "--enable-asan", |
438 "--enable-lsan", | 457 "--enable-lsan", |
439 "voice_engine_unittests" | 458 "voice_engine_unittests" |
440 ], | 459 ], |
| 460 "cwd": "[SLAVE_BUILD]", |
441 "name": "voice_engine_unittests" | 461 "name": "voice_engine_unittests" |
442 } | 462 } |
443 ] | 463 ] |
OLD | NEW |