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 UBSan vptr", | 10 "Linux UBSan vptr", |
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 ffmpeg
_branding=Chrome gomadir='[BUILD]/goma' release_extra_cflags=-fno-sanitize-recov
er=undefined rtc_use_264=1 target_arch=x64 ubsan_vptr=1 use_goma=1", | 87 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[ROOT]/b/build/goma' release_extra_cflags=-fno-sanitiz
e-recover=undefined rtc_use_264=1 target_arch=x64 ubsan_vptr=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 UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 163 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
170 "--build-properties", | 164 "--build-properties", |
171 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 165 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"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 UBSan vptr", | 168 "--builder-name=Linux UBSan vptr", |
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 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 173 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
180 "[SLAVE_BUILD]/src/out/Release/audio_decoder_unittests", | 174 "[CWD]/src/out/Release/audio_decoder_unittests", |
181 "--" | 175 "--" |
182 ], | 176 ], |
183 "cwd": "[SLAVE_BUILD]", | |
184 "name": "audio_decoder_unittests" | 177 "name": "audio_decoder_unittests" |
185 }, | 178 }, |
186 { | 179 { |
187 "cmd": [ | 180 "cmd": [ |
188 "python", | 181 "python", |
189 "-u", | 182 "-u", |
190 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 183 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
191 "--target", | 184 "--target", |
192 "Release", | 185 "Release", |
193 "--xvfb", | 186 "--xvfb", |
194 "--factory-properties", | 187 "--factory-properties", |
195 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 188 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
196 "--build-properties", | 189 "--build-properties", |
197 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 190 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
198 "--test-type=common_audio_unittests", | 191 "--test-type=common_audio_unittests", |
199 "--step-name=common_audio_unittests", | 192 "--step-name=common_audio_unittests", |
200 "--builder-name=Linux UBSan vptr", | 193 "--builder-name=Linux UBSan vptr", |
201 "--slave-name=slavename", | 194 "--slave-name=slavename", |
202 "--build-number=1337", | 195 "--build-number=1337", |
203 "--run-python-script", | 196 "--run-python-script", |
204 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 197 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
205 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 198 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
206 "[SLAVE_BUILD]/src/out/Release/common_audio_unittests", | 199 "[CWD]/src/out/Release/common_audio_unittests", |
207 "--" | 200 "--" |
208 ], | 201 ], |
209 "cwd": "[SLAVE_BUILD]", | |
210 "name": "common_audio_unittests" | 202 "name": "common_audio_unittests" |
211 }, | 203 }, |
212 { | 204 { |
213 "cmd": [ | 205 "cmd": [ |
214 "python", | 206 "python", |
215 "-u", | 207 "-u", |
216 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 208 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
217 "--target", | 209 "--target", |
218 "Release", | 210 "Release", |
219 "--xvfb", | 211 "--xvfb", |
220 "--factory-properties", | 212 "--factory-properties", |
221 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 213 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
222 "--build-properties", | 214 "--build-properties", |
223 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 215 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
224 "--test-type=common_video_unittests", | 216 "--test-type=common_video_unittests", |
225 "--step-name=common_video_unittests", | 217 "--step-name=common_video_unittests", |
226 "--builder-name=Linux UBSan vptr", | 218 "--builder-name=Linux UBSan vptr", |
227 "--slave-name=slavename", | 219 "--slave-name=slavename", |
228 "--build-number=1337", | 220 "--build-number=1337", |
229 "--run-python-script", | 221 "--run-python-script", |
230 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 222 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
231 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 223 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
232 "[SLAVE_BUILD]/src/out/Release/common_video_unittests", | 224 "[CWD]/src/out/Release/common_video_unittests", |
233 "--" | 225 "--" |
234 ], | 226 ], |
235 "cwd": "[SLAVE_BUILD]", | |
236 "name": "common_video_unittests" | 227 "name": "common_video_unittests" |
237 }, | 228 }, |
238 { | 229 { |
239 "cmd": [ | 230 "cmd": [ |
240 "python", | 231 "python", |
241 "-u", | 232 "-u", |
242 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 233 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
243 "--target", | 234 "--target", |
244 "Release", | 235 "Release", |
245 "--xvfb", | 236 "--xvfb", |
246 "--factory-properties", | 237 "--factory-properties", |
247 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 238 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
248 "--build-properties", | 239 "--build-properties", |
249 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 240 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
250 "--test-type=modules_tests", | 241 "--test-type=modules_tests", |
251 "--step-name=modules_tests", | 242 "--step-name=modules_tests", |
252 "--builder-name=Linux UBSan vptr", | 243 "--builder-name=Linux UBSan vptr", |
253 "--slave-name=slavename", | 244 "--slave-name=slavename", |
254 "--build-number=1337", | 245 "--build-number=1337", |
255 "--run-python-script", | 246 "--run-python-script", |
256 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 247 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
257 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 248 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
258 "[SLAVE_BUILD]/src/out/Release/modules_tests", | 249 "[CWD]/src/out/Release/modules_tests", |
259 "--" | 250 "--" |
260 ], | 251 ], |
261 "cwd": "[SLAVE_BUILD]", | |
262 "name": "modules_tests" | 252 "name": "modules_tests" |
263 }, | 253 }, |
264 { | 254 { |
265 "cmd": [ | 255 "cmd": [ |
266 "python", | 256 "python", |
267 "-u", | 257 "-u", |
268 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 258 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
269 "--target", | 259 "--target", |
270 "Release", | 260 "Release", |
271 "--xvfb", | 261 "--xvfb", |
272 "--factory-properties", | 262 "--factory-properties", |
273 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 263 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
274 "--build-properties", | 264 "--build-properties", |
275 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 265 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
276 "--test-type=modules_unittests", | 266 "--test-type=modules_unittests", |
277 "--step-name=modules_unittests", | 267 "--step-name=modules_unittests", |
278 "--builder-name=Linux UBSan vptr", | 268 "--builder-name=Linux UBSan vptr", |
279 "--slave-name=slavename", | 269 "--slave-name=slavename", |
280 "--build-number=1337", | 270 "--build-number=1337", |
281 "--run-python-script", | 271 "--run-python-script", |
282 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 272 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
283 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 273 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
284 "[SLAVE_BUILD]/src/out/Release/modules_unittests", | 274 "[CWD]/src/out/Release/modules_unittests", |
285 "--" | 275 "--" |
286 ], | 276 ], |
287 "cwd": "[SLAVE_BUILD]", | |
288 "name": "modules_unittests" | 277 "name": "modules_unittests" |
289 }, | 278 }, |
290 { | 279 { |
291 "cmd": [ | 280 "cmd": [ |
292 "python", | 281 "python", |
293 "-u", | 282 "-u", |
294 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 283 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
295 "--target", | 284 "--target", |
296 "Release", | 285 "Release", |
297 "--xvfb", | 286 "--xvfb", |
298 "--factory-properties", | 287 "--factory-properties", |
299 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 288 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
300 "--build-properties", | 289 "--build-properties", |
301 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 290 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
302 "--test-type=peerconnection_unittests", | 291 "--test-type=peerconnection_unittests", |
303 "--step-name=peerconnection_unittests", | 292 "--step-name=peerconnection_unittests", |
304 "--builder-name=Linux UBSan vptr", | 293 "--builder-name=Linux UBSan vptr", |
305 "--slave-name=slavename", | 294 "--slave-name=slavename", |
306 "--build-number=1337", | 295 "--build-number=1337", |
307 "--run-python-script", | 296 "--run-python-script", |
308 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 297 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
309 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 298 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
310 "[SLAVE_BUILD]/src/out/Release/peerconnection_unittests", | 299 "[CWD]/src/out/Release/peerconnection_unittests", |
311 "--" | 300 "--" |
312 ], | 301 ], |
313 "cwd": "[SLAVE_BUILD]", | |
314 "name": "peerconnection_unittests" | 302 "name": "peerconnection_unittests" |
315 }, | 303 }, |
316 { | 304 { |
317 "cmd": [ | 305 "cmd": [ |
318 "python", | 306 "python", |
319 "-u", | 307 "-u", |
320 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 308 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
321 "--target", | 309 "--target", |
322 "Release", | 310 "Release", |
323 "--xvfb", | 311 "--xvfb", |
324 "--factory-properties", | 312 "--factory-properties", |
325 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 313 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
326 "--build-properties", | 314 "--build-properties", |
327 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 315 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
328 "--test-type=rtc_media_unittests", | 316 "--test-type=rtc_media_unittests", |
329 "--step-name=rtc_media_unittests", | 317 "--step-name=rtc_media_unittests", |
330 "--builder-name=Linux UBSan vptr", | 318 "--builder-name=Linux UBSan vptr", |
331 "--slave-name=slavename", | 319 "--slave-name=slavename", |
332 "--build-number=1337", | 320 "--build-number=1337", |
333 "--run-python-script", | 321 "--run-python-script", |
334 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 322 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
335 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 323 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
336 "[SLAVE_BUILD]/src/out/Release/rtc_media_unittests", | 324 "[CWD]/src/out/Release/rtc_media_unittests", |
337 "--" | 325 "--" |
338 ], | 326 ], |
339 "cwd": "[SLAVE_BUILD]", | |
340 "name": "rtc_media_unittests" | 327 "name": "rtc_media_unittests" |
341 }, | 328 }, |
342 { | 329 { |
343 "cmd": [ | 330 "cmd": [ |
344 "python", | 331 "python", |
345 "-u", | 332 "-u", |
346 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 333 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
347 "--target", | 334 "--target", |
348 "Release", | 335 "Release", |
349 "--xvfb", | 336 "--xvfb", |
350 "--factory-properties", | 337 "--factory-properties", |
351 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 338 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
352 "--build-properties", | 339 "--build-properties", |
353 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 340 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
354 "--test-type=rtc_pc_unittests", | 341 "--test-type=rtc_pc_unittests", |
355 "--step-name=rtc_pc_unittests", | 342 "--step-name=rtc_pc_unittests", |
356 "--builder-name=Linux UBSan vptr", | 343 "--builder-name=Linux UBSan vptr", |
357 "--slave-name=slavename", | 344 "--slave-name=slavename", |
358 "--build-number=1337", | 345 "--build-number=1337", |
359 "--run-python-script", | 346 "--run-python-script", |
360 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 347 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
361 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 348 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
362 "[SLAVE_BUILD]/src/out/Release/rtc_pc_unittests", | 349 "[CWD]/src/out/Release/rtc_pc_unittests", |
363 "--" | 350 "--" |
364 ], | 351 ], |
365 "cwd": "[SLAVE_BUILD]", | |
366 "name": "rtc_pc_unittests" | 352 "name": "rtc_pc_unittests" |
367 }, | 353 }, |
368 { | 354 { |
369 "cmd": [ | 355 "cmd": [ |
370 "python", | 356 "python", |
371 "-u", | 357 "-u", |
372 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 358 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
373 "--target", | 359 "--target", |
374 "Release", | 360 "Release", |
375 "--xvfb", | 361 "--xvfb", |
376 "--factory-properties", | 362 "--factory-properties", |
377 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 363 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
378 "--build-properties", | 364 "--build-properties", |
379 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 365 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
380 "--test-type=rtc_unittests", | 366 "--test-type=rtc_unittests", |
381 "--step-name=rtc_unittests", | 367 "--step-name=rtc_unittests", |
382 "--builder-name=Linux UBSan vptr", | 368 "--builder-name=Linux UBSan vptr", |
383 "--slave-name=slavename", | 369 "--slave-name=slavename", |
384 "--build-number=1337", | 370 "--build-number=1337", |
385 "--run-python-script", | 371 "--run-python-script", |
386 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 372 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
387 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 373 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
388 "[SLAVE_BUILD]/src/out/Release/rtc_unittests", | 374 "[CWD]/src/out/Release/rtc_unittests", |
389 "--" | 375 "--" |
390 ], | 376 ], |
391 "cwd": "[SLAVE_BUILD]", | |
392 "name": "rtc_unittests" | 377 "name": "rtc_unittests" |
393 }, | 378 }, |
394 { | 379 { |
395 "cmd": [ | 380 "cmd": [ |
396 "python", | 381 "python", |
397 "-u", | 382 "-u", |
398 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 383 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
399 "--target", | 384 "--target", |
400 "Release", | 385 "Release", |
401 "--xvfb", | 386 "--xvfb", |
402 "--factory-properties", | 387 "--factory-properties", |
403 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 388 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
404 "--build-properties", | 389 "--build-properties", |
405 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 390 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
406 "--test-type=system_wrappers_unittests", | 391 "--test-type=system_wrappers_unittests", |
407 "--step-name=system_wrappers_unittests", | 392 "--step-name=system_wrappers_unittests", |
408 "--builder-name=Linux UBSan vptr", | 393 "--builder-name=Linux UBSan vptr", |
409 "--slave-name=slavename", | 394 "--slave-name=slavename", |
410 "--build-number=1337", | 395 "--build-number=1337", |
411 "--run-python-script", | 396 "--run-python-script", |
412 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 397 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
413 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 398 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
414 "[SLAVE_BUILD]/src/out/Release/system_wrappers_unittests", | 399 "[CWD]/src/out/Release/system_wrappers_unittests", |
415 "--" | 400 "--" |
416 ], | 401 ], |
417 "cwd": "[SLAVE_BUILD]", | |
418 "name": "system_wrappers_unittests" | 402 "name": "system_wrappers_unittests" |
419 }, | 403 }, |
420 { | 404 { |
421 "cmd": [ | 405 "cmd": [ |
422 "python", | 406 "python", |
423 "-u", | 407 "-u", |
424 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 408 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
425 "--target", | 409 "--target", |
426 "Release", | 410 "Release", |
427 "--xvfb", | 411 "--xvfb", |
428 "--factory-properties", | 412 "--factory-properties", |
429 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 413 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
430 "--build-properties", | 414 "--build-properties", |
431 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 415 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
432 "--test-type=test_support_unittests", | 416 "--test-type=test_support_unittests", |
433 "--step-name=test_support_unittests", | 417 "--step-name=test_support_unittests", |
434 "--builder-name=Linux UBSan vptr", | 418 "--builder-name=Linux UBSan vptr", |
435 "--slave-name=slavename", | 419 "--slave-name=slavename", |
436 "--build-number=1337", | 420 "--build-number=1337", |
437 "--run-python-script", | 421 "--run-python-script", |
438 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 422 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
439 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 423 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
440 "[SLAVE_BUILD]/src/out/Release/test_support_unittests", | 424 "[CWD]/src/out/Release/test_support_unittests", |
441 "--" | 425 "--" |
442 ], | 426 ], |
443 "cwd": "[SLAVE_BUILD]", | |
444 "name": "test_support_unittests" | 427 "name": "test_support_unittests" |
445 }, | 428 }, |
446 { | 429 { |
447 "cmd": [ | 430 "cmd": [ |
448 "python", | 431 "python", |
449 "-u", | 432 "-u", |
450 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 433 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
451 "--target", | 434 "--target", |
452 "Release", | 435 "Release", |
453 "--xvfb", | 436 "--xvfb", |
454 "--factory-properties", | 437 "--factory-properties", |
455 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 438 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
456 "--build-properties", | 439 "--build-properties", |
457 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 440 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
458 "--test-type=tools_unittests", | 441 "--test-type=tools_unittests", |
459 "--step-name=tools_unittests", | 442 "--step-name=tools_unittests", |
460 "--builder-name=Linux UBSan vptr", | 443 "--builder-name=Linux UBSan vptr", |
461 "--slave-name=slavename", | 444 "--slave-name=slavename", |
462 "--build-number=1337", | 445 "--build-number=1337", |
463 "--run-python-script", | 446 "--run-python-script", |
464 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 447 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
465 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 448 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
466 "[SLAVE_BUILD]/src/out/Release/tools_unittests", | 449 "[CWD]/src/out/Release/tools_unittests", |
467 "--" | 450 "--" |
468 ], | 451 ], |
469 "cwd": "[SLAVE_BUILD]", | |
470 "name": "tools_unittests" | 452 "name": "tools_unittests" |
471 }, | 453 }, |
472 { | 454 { |
473 "cmd": [ | 455 "cmd": [ |
474 "python", | 456 "python", |
475 "-u", | 457 "-u", |
476 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 458 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
477 "--target", | 459 "--target", |
478 "Release", | 460 "Release", |
479 "--xvfb", | 461 "--xvfb", |
480 "--factory-properties", | 462 "--factory-properties", |
481 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 463 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
482 "--build-properties", | 464 "--build-properties", |
483 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 465 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
484 "--test-type=video_engine_tests", | 466 "--test-type=video_engine_tests", |
485 "--step-name=video_engine_tests", | 467 "--step-name=video_engine_tests", |
486 "--builder-name=Linux UBSan vptr", | 468 "--builder-name=Linux UBSan vptr", |
487 "--slave-name=slavename", | 469 "--slave-name=slavename", |
488 "--build-number=1337", | 470 "--build-number=1337", |
489 "--run-python-script", | 471 "--run-python-script", |
490 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 472 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
491 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 473 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
492 "[SLAVE_BUILD]/src/out/Release/video_engine_tests", | 474 "[CWD]/src/out/Release/video_engine_tests", |
493 "--" | 475 "--" |
494 ], | 476 ], |
495 "cwd": "[SLAVE_BUILD]", | |
496 "name": "video_engine_tests" | 477 "name": "video_engine_tests" |
497 }, | 478 }, |
498 { | 479 { |
499 "cmd": [ | 480 "cmd": [ |
500 "python", | 481 "python", |
501 "-u", | 482 "-u", |
502 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 483 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
503 "--target", | 484 "--target", |
504 "Release", | 485 "Release", |
505 "--xvfb", | 486 "--xvfb", |
506 "--factory-properties", | 487 "--factory-properties", |
507 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 488 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
508 "--build-properties", | 489 "--build-properties", |
509 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 490 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
510 "--test-type=voice_engine_unittests", | 491 "--test-type=voice_engine_unittests", |
511 "--step-name=voice_engine_unittests", | 492 "--step-name=voice_engine_unittests", |
512 "--builder-name=Linux UBSan vptr", | 493 "--builder-name=Linux UBSan vptr", |
513 "--slave-name=slavename", | 494 "--slave-name=slavename", |
514 "--build-number=1337", | 495 "--build-number=1337", |
515 "--run-python-script", | 496 "--run-python-script", |
516 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 497 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
517 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 498 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
518 "[SLAVE_BUILD]/src/out/Release/voice_engine_unittests", | 499 "[CWD]/src/out/Release/voice_engine_unittests", |
519 "--" | 500 "--" |
520 ], | 501 ], |
521 "cwd": "[SLAVE_BUILD]", | |
522 "name": "voice_engine_unittests" | 502 "name": "voice_engine_unittests" |
523 }, | 503 }, |
524 { | 504 { |
525 "allow_subannotations": true, | 505 "allow_subannotations": true, |
526 "cmd": [ | 506 "cmd": [ |
527 "python", | 507 "python", |
528 "-u", | 508 "-u", |
529 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 509 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
530 "--target", | 510 "--target", |
531 "Release", | 511 "Release", |
532 "--xvfb", | 512 "--xvfb", |
533 "--factory-properties", | 513 "--factory-properties", |
534 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 514 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
535 "--build-properties", | 515 "--build-properties", |
536 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 516 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux UBSan vptr\", \"
buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/sta
ndalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
537 "--annotate=gtest", | 517 "--annotate=gtest", |
538 "--test-type=webrtc_nonparallel_tests", | 518 "--test-type=webrtc_nonparallel_tests", |
539 "--step-name=webrtc_nonparallel_tests", | 519 "--step-name=webrtc_nonparallel_tests", |
540 "--generate-json-file", | 520 "--generate-json-file", |
541 "-o", | 521 "-o", |
542 "gtest-results/webrtc_nonparallel_tests", | 522 "gtest-results/webrtc_nonparallel_tests", |
543 "--builder-name=Linux UBSan vptr", | 523 "--builder-name=Linux UBSan vptr", |
544 "--slave-name=slavename", | 524 "--slave-name=slavename", |
545 "--build-number=1337", | 525 "--build-number=1337", |
546 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 526 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
547 "webrtc_nonparallel_tests" | 527 "webrtc_nonparallel_tests" |
548 ], | 528 ], |
549 "cwd": "[SLAVE_BUILD]", | |
550 "name": "webrtc_nonparallel_tests" | 529 "name": "webrtc_nonparallel_tests" |
551 }, | 530 }, |
552 { | 531 { |
553 "name": "$result", | 532 "name": "$result", |
554 "recipe_result": null, | 533 "recipe_result": null, |
555 "status_code": 0 | 534 "status_code": 0 |
556 } | 535 } |
557 ] | 536 ] |
OLD | NEW |