OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.webrtc", | 8 "client.webrtc", |
9 "--builder", | 9 "--builder", |
10 "Linux Tsan v2", | 10 "Linux Tsan v2", |
11 "--slave", | 11 "--slave", |
12 "slavename", | 12 "slavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': '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 = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]", |
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 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@12345", | 24 "src@12345", |
25 "--output_manifest" | 25 "--output_manifest" |
26 ], | 26 ], |
27 "cwd": "[SLAVE_BUILD]", | |
28 "env": { | 27 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 29 }, |
31 "name": "bot_update", | 30 "name": "bot_update", |
32 "~followup_annotations": [ | 31 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 32 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 33 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
(...skipping 16 matching lines...) Expand all Loading... |
54 "@@@STEP_LOG_END@json.output@@@", | 53 "@@@STEP_LOG_END@json.output@@@", |
55 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
57 ] | 56 ] |
58 }, | 57 }, |
59 { | 58 { |
60 "cmd": [ | 59 "cmd": [ |
61 "python", | 60 "python", |
62 "-u", | 61 "-u", |
63 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 62 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
64 "[SLAVE_BUILD]/src/out" | 63 "[CWD]/src/out" |
65 ], | 64 ], |
66 "cwd": "[SLAVE_BUILD]", | |
67 "name": "clean test output files" | 65 "name": "clean test output files" |
68 }, | 66 }, |
69 { | 67 { |
70 "cmd": [ | 68 "cmd": [ |
71 "python", | 69 "python", |
72 "-u", | 70 "-u", |
73 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
74 "--show-path", | 72 "--show-path", |
75 "python", | 73 "python", |
76 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
77 ], | 75 ], |
78 "cwd": "[SLAVE_BUILD]", | |
79 "name": "cleanup_temp" | 76 "name": "cleanup_temp" |
80 }, | 77 }, |
81 { | 78 { |
82 "cmd": [ | 79 "cmd": [ |
83 "python", | 80 "python", |
84 "-u", | 81 "-u", |
85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 82 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
86 "runhooks" | 83 "runhooks" |
87 ], | 84 ], |
88 "cwd": "[SLAVE_BUILD]", | |
89 "env": { | 85 "env": { |
90 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 86 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
91 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 disabl
e_nacl=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch
=x64 tsan=1 use_goma=1", | 87 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 disabl
e_nacl=1 ffmpeg_branding=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 targ
et_arch=x64 tsan=1 use_goma=1", |
92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 88 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
93 }, | 89 }, |
94 "name": "gclient runhooks" | 90 "name": "gclient runhooks" |
95 }, | 91 }, |
96 { | 92 { |
97 "allow_subannotations": true, | 93 "allow_subannotations": true, |
98 "cmd": [ | 94 "cmd": [ |
99 "python", | 95 "python", |
100 "-u", | 96 "-u", |
101 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
102 "--src-dir", | 98 "--src-dir", |
103 "[SLAVE_BUILD]/src", | 99 "[CWD]/src", |
104 "--output-json", | 100 "--output-json", |
105 "/path/to/tmp/json" | 101 "/path/to/tmp/json" |
106 ], | 102 ], |
107 "cwd": "[SLAVE_BUILD]", | |
108 "env": { | 103 "env": { |
109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 104 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
110 }, | 105 }, |
111 "name": "clang_revision", | 106 "name": "clang_revision", |
112 "~followup_annotations": [ | 107 "~followup_annotations": [ |
113 "@@@STEP_LOG_LINE@json.output@{@@@", | 108 "@@@STEP_LOG_LINE@json.output@{@@@", |
114 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 109 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
115 "@@@STEP_LOG_LINE@json.output@}@@@", | 110 "@@@STEP_LOG_LINE@json.output@}@@@", |
116 "@@@STEP_LOG_END@json.output@@@" | 111 "@@@STEP_LOG_END@json.output@@@" |
117 ] | 112 ] |
118 }, | 113 }, |
119 { | 114 { |
120 "cmd": [ | 115 "cmd": [ |
121 "python", | 116 "python", |
122 "-u", | 117 "-u", |
123 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 118 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
124 "--show-path", | 119 "--show-path", |
125 "python", | 120 "python", |
126 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
127 "--gsutil-py-path", | 122 "--gsutil-py-path", |
128 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 123 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
129 "--ninja-path", | 124 "--ninja-path", |
130 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 125 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
131 "--target", | 126 "--target", |
132 "Release", | 127 "Release", |
133 "--src-dir", | 128 "--src-dir", |
134 "[SLAVE_BUILD]/src", | 129 "[CWD]/src", |
135 "--goma-cache-dir", | 130 "--goma-cache-dir", |
136 "[GOMA_CACHE]", | 131 "[ROOT]/b/build/slave/goma_cache", |
137 "--build-tool", | 132 "--build-tool", |
138 "ninja", | 133 "ninja", |
139 "--compiler", | 134 "--compiler", |
140 "goma-clang", | 135 "goma-clang", |
141 "--goma-jsonstatus", | 136 "--goma-jsonstatus", |
142 "/path/to/tmp/json", | 137 "/path/to/tmp/json", |
143 "--goma-service-account-json-file", | 138 "--goma-service-account-json-file", |
144 "/creds/service_accounts/service-account-goma-client.json", | 139 "/creds/service_accounts/service-account-goma-client.json", |
145 "--goma-dir", | 140 "--goma-dir", |
146 "[BUILD]/goma", | 141 "[ROOT]/b/build/goma", |
147 "--", | 142 "--", |
148 "All" | 143 "All" |
149 ], | 144 ], |
150 "cwd": "[SLAVE_BUILD]", | |
151 "env": { | 145 "env": { |
152 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 146 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
153 }, | 147 }, |
154 "name": "compile", | 148 "name": "compile", |
155 "~followup_annotations": [ | 149 "~followup_annotations": [ |
156 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
157 "@@@STEP_LOG_END@json.output (invalid)@@@" | 151 "@@@STEP_LOG_END@json.output (invalid)@@@" |
158 ] | 152 ] |
159 }, | 153 }, |
160 { | 154 { |
161 "cmd": [ | 155 "cmd": [ |
162 "python", | 156 "python", |
163 "-u", | 157 "-u", |
164 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
165 "--target", | 159 "--target", |
166 "Release", | 160 "Release", |
167 "--xvfb", | 161 "--xvfb", |
168 "--factory-properties", | 162 "--factory-properties", |
169 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 163 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
170 "--build-properties", | 164 "--build-properties", |
171 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 165 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
172 "--test-type=audio_decoder_unittests", | 166 "--test-type=audio_decoder_unittests", |
173 "--step-name=audio_decoder_unittests", | 167 "--step-name=audio_decoder_unittests", |
174 "--builder-name=Linux Tsan v2", | 168 "--builder-name=Linux Tsan v2", |
175 "--slave-name=slavename", | 169 "--slave-name=slavename", |
176 "--build-number=1337", | 170 "--build-number=1337", |
177 "--run-python-script", | 171 "--run-python-script", |
178 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 172 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
179 "--enable-tsan", | 173 "--enable-tsan", |
180 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 174 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
181 "[SLAVE_BUILD]/src/out/Release/audio_decoder_unittests", | 175 "[CWD]/src/out/Release/audio_decoder_unittests", |
182 "--" | 176 "--" |
183 ], | 177 ], |
184 "cwd": "[SLAVE_BUILD]", | |
185 "name": "audio_decoder_unittests" | 178 "name": "audio_decoder_unittests" |
186 }, | 179 }, |
187 { | 180 { |
188 "cmd": [ | 181 "cmd": [ |
189 "python", | 182 "python", |
190 "-u", | 183 "-u", |
191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
192 "--target", | 185 "--target", |
193 "Release", | 186 "Release", |
194 "--xvfb", | 187 "--xvfb", |
195 "--factory-properties", | 188 "--factory-properties", |
196 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 189 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
197 "--build-properties", | 190 "--build-properties", |
198 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 191 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
199 "--test-type=common_audio_unittests", | 192 "--test-type=common_audio_unittests", |
200 "--step-name=common_audio_unittests", | 193 "--step-name=common_audio_unittests", |
201 "--builder-name=Linux Tsan v2", | 194 "--builder-name=Linux Tsan v2", |
202 "--slave-name=slavename", | 195 "--slave-name=slavename", |
203 "--build-number=1337", | 196 "--build-number=1337", |
204 "--run-python-script", | 197 "--run-python-script", |
205 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 198 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
206 "--enable-tsan", | 199 "--enable-tsan", |
207 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 200 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
208 "[SLAVE_BUILD]/src/out/Release/common_audio_unittests", | 201 "[CWD]/src/out/Release/common_audio_unittests", |
209 "--" | 202 "--" |
210 ], | 203 ], |
211 "cwd": "[SLAVE_BUILD]", | |
212 "name": "common_audio_unittests" | 204 "name": "common_audio_unittests" |
213 }, | 205 }, |
214 { | 206 { |
215 "cmd": [ | 207 "cmd": [ |
216 "python", | 208 "python", |
217 "-u", | 209 "-u", |
218 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
219 "--target", | 211 "--target", |
220 "Release", | 212 "Release", |
221 "--xvfb", | 213 "--xvfb", |
222 "--factory-properties", | 214 "--factory-properties", |
223 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 215 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
224 "--build-properties", | 216 "--build-properties", |
225 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 217 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
226 "--test-type=common_video_unittests", | 218 "--test-type=common_video_unittests", |
227 "--step-name=common_video_unittests", | 219 "--step-name=common_video_unittests", |
228 "--builder-name=Linux Tsan v2", | 220 "--builder-name=Linux Tsan v2", |
229 "--slave-name=slavename", | 221 "--slave-name=slavename", |
230 "--build-number=1337", | 222 "--build-number=1337", |
231 "--run-python-script", | 223 "--run-python-script", |
232 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 224 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
233 "--enable-tsan", | 225 "--enable-tsan", |
234 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 226 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
235 "[SLAVE_BUILD]/src/out/Release/common_video_unittests", | 227 "[CWD]/src/out/Release/common_video_unittests", |
236 "--" | 228 "--" |
237 ], | 229 ], |
238 "cwd": "[SLAVE_BUILD]", | |
239 "name": "common_video_unittests" | 230 "name": "common_video_unittests" |
240 }, | 231 }, |
241 { | 232 { |
242 "cmd": [ | 233 "cmd": [ |
243 "python", | 234 "python", |
244 "-u", | 235 "-u", |
245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 236 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
246 "--target", | 237 "--target", |
247 "Release", | 238 "Release", |
248 "--xvfb", | 239 "--xvfb", |
249 "--factory-properties", | 240 "--factory-properties", |
250 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 241 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
251 "--build-properties", | 242 "--build-properties", |
252 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 243 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
253 "--test-type=modules_tests", | 244 "--test-type=modules_tests", |
254 "--step-name=modules_tests", | 245 "--step-name=modules_tests", |
255 "--builder-name=Linux Tsan v2", | 246 "--builder-name=Linux Tsan v2", |
256 "--slave-name=slavename", | 247 "--slave-name=slavename", |
257 "--build-number=1337", | 248 "--build-number=1337", |
258 "--run-python-script", | 249 "--run-python-script", |
259 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 250 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
260 "--enable-tsan", | 251 "--enable-tsan", |
261 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 252 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
262 "[SLAVE_BUILD]/src/out/Release/modules_tests", | 253 "[CWD]/src/out/Release/modules_tests", |
263 "--" | 254 "--" |
264 ], | 255 ], |
265 "cwd": "[SLAVE_BUILD]", | |
266 "name": "modules_tests" | 256 "name": "modules_tests" |
267 }, | 257 }, |
268 { | 258 { |
269 "cmd": [ | 259 "cmd": [ |
270 "python", | 260 "python", |
271 "-u", | 261 "-u", |
272 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 262 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
273 "--target", | 263 "--target", |
274 "Release", | 264 "Release", |
275 "--xvfb", | 265 "--xvfb", |
276 "--factory-properties", | 266 "--factory-properties", |
277 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 267 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
278 "--build-properties", | 268 "--build-properties", |
279 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 269 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
280 "--test-type=modules_unittests", | 270 "--test-type=modules_unittests", |
281 "--step-name=modules_unittests", | 271 "--step-name=modules_unittests", |
282 "--builder-name=Linux Tsan v2", | 272 "--builder-name=Linux Tsan v2", |
283 "--slave-name=slavename", | 273 "--slave-name=slavename", |
284 "--build-number=1337", | 274 "--build-number=1337", |
285 "--run-python-script", | 275 "--run-python-script", |
286 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 276 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
287 "--enable-tsan", | 277 "--enable-tsan", |
288 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 278 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
289 "[SLAVE_BUILD]/src/out/Release/modules_unittests", | 279 "[CWD]/src/out/Release/modules_unittests", |
290 "--" | 280 "--" |
291 ], | 281 ], |
292 "cwd": "[SLAVE_BUILD]", | |
293 "name": "modules_unittests" | 282 "name": "modules_unittests" |
294 }, | 283 }, |
295 { | 284 { |
296 "cmd": [ | 285 "cmd": [ |
297 "python", | 286 "python", |
298 "-u", | 287 "-u", |
299 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 288 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
300 "--target", | 289 "--target", |
301 "Release", | 290 "Release", |
302 "--xvfb", | 291 "--xvfb", |
303 "--factory-properties", | 292 "--factory-properties", |
304 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 293 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
305 "--build-properties", | 294 "--build-properties", |
306 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 295 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
307 "--test-type=peerconnection_unittests", | 296 "--test-type=peerconnection_unittests", |
308 "--step-name=peerconnection_unittests", | 297 "--step-name=peerconnection_unittests", |
309 "--builder-name=Linux Tsan v2", | 298 "--builder-name=Linux Tsan v2", |
310 "--slave-name=slavename", | 299 "--slave-name=slavename", |
311 "--build-number=1337", | 300 "--build-number=1337", |
312 "--run-python-script", | 301 "--run-python-script", |
313 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 302 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
314 "--enable-tsan", | 303 "--enable-tsan", |
315 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 304 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
316 "[SLAVE_BUILD]/src/out/Release/peerconnection_unittests", | 305 "[CWD]/src/out/Release/peerconnection_unittests", |
317 "--" | 306 "--" |
318 ], | 307 ], |
319 "cwd": "[SLAVE_BUILD]", | |
320 "name": "peerconnection_unittests" | 308 "name": "peerconnection_unittests" |
321 }, | 309 }, |
322 { | 310 { |
323 "cmd": [ | 311 "cmd": [ |
324 "python", | 312 "python", |
325 "-u", | 313 "-u", |
326 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 314 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
327 "--target", | 315 "--target", |
328 "Release", | 316 "Release", |
329 "--xvfb", | 317 "--xvfb", |
330 "--factory-properties", | 318 "--factory-properties", |
331 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 319 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
332 "--build-properties", | 320 "--build-properties", |
333 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 321 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
334 "--test-type=rtc_media_unittests", | 322 "--test-type=rtc_media_unittests", |
335 "--step-name=rtc_media_unittests", | 323 "--step-name=rtc_media_unittests", |
336 "--builder-name=Linux Tsan v2", | 324 "--builder-name=Linux Tsan v2", |
337 "--slave-name=slavename", | 325 "--slave-name=slavename", |
338 "--build-number=1337", | 326 "--build-number=1337", |
339 "--run-python-script", | 327 "--run-python-script", |
340 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 328 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
341 "--enable-tsan", | 329 "--enable-tsan", |
342 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 330 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
343 "[SLAVE_BUILD]/src/out/Release/rtc_media_unittests", | 331 "[CWD]/src/out/Release/rtc_media_unittests", |
344 "--" | 332 "--" |
345 ], | 333 ], |
346 "cwd": "[SLAVE_BUILD]", | |
347 "name": "rtc_media_unittests" | 334 "name": "rtc_media_unittests" |
348 }, | 335 }, |
349 { | 336 { |
350 "cmd": [ | 337 "cmd": [ |
351 "python", | 338 "python", |
352 "-u", | 339 "-u", |
353 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 340 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
354 "--target", | 341 "--target", |
355 "Release", | 342 "Release", |
356 "--xvfb", | 343 "--xvfb", |
357 "--factory-properties", | 344 "--factory-properties", |
358 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 345 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
359 "--build-properties", | 346 "--build-properties", |
360 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 347 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
361 "--test-type=rtc_pc_unittests", | 348 "--test-type=rtc_pc_unittests", |
362 "--step-name=rtc_pc_unittests", | 349 "--step-name=rtc_pc_unittests", |
363 "--builder-name=Linux Tsan v2", | 350 "--builder-name=Linux Tsan v2", |
364 "--slave-name=slavename", | 351 "--slave-name=slavename", |
365 "--build-number=1337", | 352 "--build-number=1337", |
366 "--run-python-script", | 353 "--run-python-script", |
367 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 354 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
368 "--enable-tsan", | 355 "--enable-tsan", |
369 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 356 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
370 "[SLAVE_BUILD]/src/out/Release/rtc_pc_unittests", | 357 "[CWD]/src/out/Release/rtc_pc_unittests", |
371 "--" | 358 "--" |
372 ], | 359 ], |
373 "cwd": "[SLAVE_BUILD]", | |
374 "name": "rtc_pc_unittests" | 360 "name": "rtc_pc_unittests" |
375 }, | 361 }, |
376 { | 362 { |
377 "cmd": [ | 363 "cmd": [ |
378 "python", | 364 "python", |
379 "-u", | 365 "-u", |
380 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 366 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
381 "--target", | 367 "--target", |
382 "Release", | 368 "Release", |
383 "--xvfb", | 369 "--xvfb", |
384 "--factory-properties", | 370 "--factory-properties", |
385 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 371 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
386 "--build-properties", | 372 "--build-properties", |
387 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 373 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
388 "--test-type=rtc_unittests", | 374 "--test-type=rtc_unittests", |
389 "--step-name=rtc_unittests", | 375 "--step-name=rtc_unittests", |
390 "--builder-name=Linux Tsan v2", | 376 "--builder-name=Linux Tsan v2", |
391 "--slave-name=slavename", | 377 "--slave-name=slavename", |
392 "--build-number=1337", | 378 "--build-number=1337", |
393 "--run-python-script", | 379 "--run-python-script", |
394 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 380 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
395 "--enable-tsan", | 381 "--enable-tsan", |
396 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 382 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
397 "[SLAVE_BUILD]/src/out/Release/rtc_unittests", | 383 "[CWD]/src/out/Release/rtc_unittests", |
398 "--" | 384 "--" |
399 ], | 385 ], |
400 "cwd": "[SLAVE_BUILD]", | |
401 "name": "rtc_unittests" | 386 "name": "rtc_unittests" |
402 }, | 387 }, |
403 { | 388 { |
404 "cmd": [ | 389 "cmd": [ |
405 "python", | 390 "python", |
406 "-u", | 391 "-u", |
407 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 392 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
408 "--target", | 393 "--target", |
409 "Release", | 394 "Release", |
410 "--xvfb", | 395 "--xvfb", |
411 "--factory-properties", | 396 "--factory-properties", |
412 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 397 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
413 "--build-properties", | 398 "--build-properties", |
414 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 399 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
415 "--test-type=system_wrappers_unittests", | 400 "--test-type=system_wrappers_unittests", |
416 "--step-name=system_wrappers_unittests", | 401 "--step-name=system_wrappers_unittests", |
417 "--builder-name=Linux Tsan v2", | 402 "--builder-name=Linux Tsan v2", |
418 "--slave-name=slavename", | 403 "--slave-name=slavename", |
419 "--build-number=1337", | 404 "--build-number=1337", |
420 "--run-python-script", | 405 "--run-python-script", |
421 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 406 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
422 "--enable-tsan", | 407 "--enable-tsan", |
423 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 408 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
424 "[SLAVE_BUILD]/src/out/Release/system_wrappers_unittests", | 409 "[CWD]/src/out/Release/system_wrappers_unittests", |
425 "--" | 410 "--" |
426 ], | 411 ], |
427 "cwd": "[SLAVE_BUILD]", | |
428 "name": "system_wrappers_unittests" | 412 "name": "system_wrappers_unittests" |
429 }, | 413 }, |
430 { | 414 { |
431 "cmd": [ | 415 "cmd": [ |
432 "python", | 416 "python", |
433 "-u", | 417 "-u", |
434 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 418 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
435 "--target", | 419 "--target", |
436 "Release", | 420 "Release", |
437 "--xvfb", | 421 "--xvfb", |
438 "--factory-properties", | 422 "--factory-properties", |
439 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 423 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
440 "--build-properties", | 424 "--build-properties", |
441 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 425 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
442 "--test-type=test_support_unittests", | 426 "--test-type=test_support_unittests", |
443 "--step-name=test_support_unittests", | 427 "--step-name=test_support_unittests", |
444 "--builder-name=Linux Tsan v2", | 428 "--builder-name=Linux Tsan v2", |
445 "--slave-name=slavename", | 429 "--slave-name=slavename", |
446 "--build-number=1337", | 430 "--build-number=1337", |
447 "--run-python-script", | 431 "--run-python-script", |
448 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 432 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
449 "--enable-tsan", | 433 "--enable-tsan", |
450 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 434 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
451 "[SLAVE_BUILD]/src/out/Release/test_support_unittests", | 435 "[CWD]/src/out/Release/test_support_unittests", |
452 "--" | 436 "--" |
453 ], | 437 ], |
454 "cwd": "[SLAVE_BUILD]", | |
455 "name": "test_support_unittests" | 438 "name": "test_support_unittests" |
456 }, | 439 }, |
457 { | 440 { |
458 "cmd": [ | 441 "cmd": [ |
459 "python", | 442 "python", |
460 "-u", | 443 "-u", |
461 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 444 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
462 "--target", | 445 "--target", |
463 "Release", | 446 "Release", |
464 "--xvfb", | 447 "--xvfb", |
465 "--factory-properties", | 448 "--factory-properties", |
466 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 449 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
467 "--build-properties", | 450 "--build-properties", |
468 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 451 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
469 "--test-type=tools_unittests", | 452 "--test-type=tools_unittests", |
470 "--step-name=tools_unittests", | 453 "--step-name=tools_unittests", |
471 "--builder-name=Linux Tsan v2", | 454 "--builder-name=Linux Tsan v2", |
472 "--slave-name=slavename", | 455 "--slave-name=slavename", |
473 "--build-number=1337", | 456 "--build-number=1337", |
474 "--run-python-script", | 457 "--run-python-script", |
475 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 458 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
476 "--enable-tsan", | 459 "--enable-tsan", |
477 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 460 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
478 "[SLAVE_BUILD]/src/out/Release/tools_unittests", | 461 "[CWD]/src/out/Release/tools_unittests", |
479 "--" | 462 "--" |
480 ], | 463 ], |
481 "cwd": "[SLAVE_BUILD]", | |
482 "name": "tools_unittests" | 464 "name": "tools_unittests" |
483 }, | 465 }, |
484 { | 466 { |
485 "cmd": [ | 467 "cmd": [ |
486 "python", | 468 "python", |
487 "-u", | 469 "-u", |
488 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 470 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
489 "--target", | 471 "--target", |
490 "Release", | 472 "Release", |
491 "--xvfb", | 473 "--xvfb", |
492 "--factory-properties", | 474 "--factory-properties", |
493 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 475 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
494 "--build-properties", | 476 "--build-properties", |
495 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 477 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
496 "--test-type=video_engine_tests", | 478 "--test-type=video_engine_tests", |
497 "--step-name=video_engine_tests", | 479 "--step-name=video_engine_tests", |
498 "--builder-name=Linux Tsan v2", | 480 "--builder-name=Linux Tsan v2", |
499 "--slave-name=slavename", | 481 "--slave-name=slavename", |
500 "--build-number=1337", | 482 "--build-number=1337", |
501 "--run-python-script", | 483 "--run-python-script", |
502 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 484 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
503 "--enable-tsan", | 485 "--enable-tsan", |
504 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 486 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
505 "[SLAVE_BUILD]/src/out/Release/video_engine_tests", | 487 "[CWD]/src/out/Release/video_engine_tests", |
506 "--" | 488 "--" |
507 ], | 489 ], |
508 "cwd": "[SLAVE_BUILD]", | |
509 "name": "video_engine_tests" | 490 "name": "video_engine_tests" |
510 }, | 491 }, |
511 { | 492 { |
512 "cmd": [ | 493 "cmd": [ |
513 "python", | 494 "python", |
514 "-u", | 495 "-u", |
515 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 496 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
516 "--target", | 497 "--target", |
517 "Release", | 498 "Release", |
518 "--xvfb", | 499 "--xvfb", |
519 "--factory-properties", | 500 "--factory-properties", |
520 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 501 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
521 "--build-properties", | 502 "--build-properties", |
522 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 503 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
523 "--test-type=voice_engine_unittests", | 504 "--test-type=voice_engine_unittests", |
524 "--step-name=voice_engine_unittests", | 505 "--step-name=voice_engine_unittests", |
525 "--builder-name=Linux Tsan v2", | 506 "--builder-name=Linux Tsan v2", |
526 "--slave-name=slavename", | 507 "--slave-name=slavename", |
527 "--build-number=1337", | 508 "--build-number=1337", |
528 "--run-python-script", | 509 "--run-python-script", |
529 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 510 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
530 "--enable-tsan", | 511 "--enable-tsan", |
531 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 512 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
532 "[SLAVE_BUILD]/src/out/Release/voice_engine_unittests", | 513 "[CWD]/src/out/Release/voice_engine_unittests", |
533 "--" | 514 "--" |
534 ], | 515 ], |
535 "cwd": "[SLAVE_BUILD]", | |
536 "name": "voice_engine_unittests" | 516 "name": "voice_engine_unittests" |
537 }, | 517 }, |
538 { | 518 { |
539 "allow_subannotations": true, | 519 "allow_subannotations": true, |
540 "cmd": [ | 520 "cmd": [ |
541 "python", | 521 "python", |
542 "-u", | 522 "-u", |
543 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 523 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
544 "--target", | 524 "--target", |
545 "Release", | 525 "Release", |
546 "--xvfb", | 526 "--xvfb", |
547 "--factory-properties", | 527 "--factory-properties", |
548 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 528 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
549 "--build-properties", | 529 "--build-properties", |
550 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 530 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux Tsan v2\", \"bui
ldnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standa
lone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
551 "--annotate=gtest", | 531 "--annotate=gtest", |
552 "--test-type=webrtc_nonparallel_tests", | 532 "--test-type=webrtc_nonparallel_tests", |
553 "--step-name=webrtc_nonparallel_tests", | 533 "--step-name=webrtc_nonparallel_tests", |
554 "--generate-json-file", | 534 "--generate-json-file", |
555 "-o", | 535 "-o", |
556 "gtest-results/webrtc_nonparallel_tests", | 536 "gtest-results/webrtc_nonparallel_tests", |
557 "--builder-name=Linux Tsan v2", | 537 "--builder-name=Linux Tsan v2", |
558 "--slave-name=slavename", | 538 "--slave-name=slavename", |
559 "--build-number=1337", | 539 "--build-number=1337", |
560 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 540 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
561 "--enable-tsan", | 541 "--enable-tsan", |
562 "webrtc_nonparallel_tests" | 542 "webrtc_nonparallel_tests" |
563 ], | 543 ], |
564 "cwd": "[SLAVE_BUILD]", | |
565 "name": "webrtc_nonparallel_tests" | 544 "name": "webrtc_nonparallel_tests" |
566 }, | 545 }, |
567 { | 546 { |
568 "name": "$result", | 547 "name": "$result", |
569 "recipe_result": null, | 548 "recipe_result": null, |
570 "status_code": 0 | 549 "status_code": 0 |
571 } | 550 } |
572 ] | 551 ] |
OLD | NEW |