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 "chromium.webrtc", | 8 "chromium.webrtc", |
9 "--builder", | 9 "--builder", |
10 "Mac Tester", | 10 "Mac Tester", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc.DEPS', 'url': 'https://chromium.googlesour
ce.com/chromium/deps/webrtc/webrtc.DEPS'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}, {'deps_file': 'DEPS', 'managed': Tru
e, 'name': 'webrtc.DEPS', 'url': 'https://chromium.googlesource.com/chromium/dep
s/webrtc/webrtc.DEPS'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/libjingle/
source/talk\": \"got_libjingle_revision\", \"src/third_party/libvpx/source\": \"
got_libvpx_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"sr
c/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v
8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/libjingle/
source/talk\": \"got_libjingle_revision\", \"src/third_party/libvpx/source\": \"
got_libvpx_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"sr
c/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v
8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@1111111", | 24 "src@1111111", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
108 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
109 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", | 110 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", |
110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 111 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
111 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", | 112 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", |
112 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 113 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
113 ] | 114 ] |
114 }, | 115 }, |
115 { | 116 { |
116 "cmd": [], | 117 "cmd": [], |
| 118 "cwd": "[SLAVE_BUILD]", |
117 "name": "ensure_goma" | 119 "name": "ensure_goma" |
118 }, | 120 }, |
119 { | 121 { |
120 "cmd": [ | 122 "cmd": [ |
121 "python", | 123 "python", |
122 "-u", | 124 "-u", |
123 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 125 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
124 "--platform", | 126 "--platform", |
125 "mac-amd64", | 127 "mac-amd64", |
126 "--dest-directory", | 128 "--dest-directory", |
127 "[CWD]/cipd", | 129 "[SLAVE_BUILD]/cipd", |
128 "--json-output", | 130 "--json-output", |
129 "/path/to/tmp/json" | 131 "/path/to/tmp/json" |
130 ], | 132 ], |
| 133 "cwd": "[SLAVE_BUILD]", |
131 "name": "ensure_goma.install cipd", | 134 "name": "ensure_goma.install cipd", |
132 "~followup_annotations": [ | 135 "~followup_annotations": [ |
133 "@@@STEP_NEST_LEVEL@1@@@", | 136 "@@@STEP_NEST_LEVEL@1@@@", |
134 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 137 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
135 "@@@STEP_LOG_LINE@json.output@{@@@", | 138 "@@@STEP_LOG_LINE@json.output@{@@@", |
136 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 139 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
137 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 140 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
138 "@@@STEP_LOG_LINE@json.output@}@@@", | 141 "@@@STEP_LOG_LINE@json.output@}@@@", |
139 "@@@STEP_LOG_END@json.output@@@" | 142 "@@@STEP_LOG_END@json.output@@@" |
140 ] | 143 ] |
141 }, | 144 }, |
142 { | 145 { |
143 "cmd": [ | 146 "cmd": [ |
144 "fake_slave_build/cipd", | 147 "[SLAVE_BUILD]/cipd/cipd", |
145 "ensure", | 148 "ensure", |
146 "--root", | 149 "--root", |
147 "[ROOT]/b/build/slave/cache/cipd/goma", | 150 "[CACHE]/cipd/goma", |
148 "--list", | 151 "--list", |
149 "infra_internal/goma/client/mac-amd64 release", | 152 "infra_internal/goma/client/mac-amd64 release", |
150 "--json-output", | 153 "--json-output", |
151 "/path/to/tmp/json", | 154 "/path/to/tmp/json", |
152 "--service-account-json", | 155 "--service-account-json", |
153 "/creds/service_accounts/service-account-goma-client.json" | 156 "/creds/service_accounts/service-account-goma-client.json" |
154 ], | 157 ], |
| 158 "cwd": "[SLAVE_BUILD]", |
155 "name": "ensure_goma.ensure_installed", | 159 "name": "ensure_goma.ensure_installed", |
156 "~followup_annotations": [ | 160 "~followup_annotations": [ |
157 "@@@STEP_NEST_LEVEL@1@@@", | 161 "@@@STEP_NEST_LEVEL@1@@@", |
158 "@@@STEP_LOG_LINE@json.output@{@@@", | 162 "@@@STEP_LOG_LINE@json.output@{@@@", |
159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
160 "@@@STEP_LOG_LINE@json.output@ {@@@", | 164 "@@@STEP_LOG_LINE@json.output@ {@@@", |
161 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
162 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", |
163 "@@@STEP_LOG_LINE@json.output@ }@@@", | 167 "@@@STEP_LOG_LINE@json.output@ }@@@", |
164 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 168 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
165 "@@@STEP_LOG_LINE@json.output@}@@@", | 169 "@@@STEP_LOG_LINE@json.output@}@@@", |
166 "@@@STEP_LOG_END@json.output@@@" | 170 "@@@STEP_LOG_END@json.output@@@" |
167 ] | 171 ] |
168 }, | 172 }, |
169 { | 173 { |
170 "cmd": [ | 174 "cmd": [ |
171 "python", | 175 "python", |
172 "-u", | 176 "-u", |
173 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 177 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
174 "runhooks" | 178 "runhooks" |
175 ], | 179 ], |
| 180 "cwd": "[SLAVE_BUILD]", |
176 "env": { | 181 "env": { |
177 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
178 "GYP_DEFINES": "clang=1 component=static_library ffmpeg_branding=Chrome go
madir='[ROOT]/b/build/slave/cache/cipd/goma' proprietary_codecs=1 target_arch=x6
4 use_goma=1", | 183 "GYP_DEFINES": "clang=1 component=static_library ffmpeg_branding=Chrome go
madir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 use_goma=1", |
179 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 184 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
180 }, | 185 }, |
181 "name": "gclient runhooks" | 186 "name": "gclient runhooks" |
182 }, | 187 }, |
183 { | 188 { |
184 "cmd": [ | 189 "cmd": [ |
185 "python", | 190 "python", |
186 "-u", | 191 "-u", |
187 "[CWD]/src/testing/scripts/get_compile_targets.py", | 192 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
188 "--output", | 193 "--output", |
189 "/path/to/tmp/json", | 194 "/path/to/tmp/json", |
190 "--", | 195 "--", |
191 "--build-config-fs", | 196 "--build-config-fs", |
192 "Release", | 197 "Release", |
193 "--paths", | 198 "--paths", |
194 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 199 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
195 "--properties", | 200 "--properties", |
196 "{\"buildername\": \"Mac Tester\", \"buildnumber\": 571, \"mastername\": \
"chromium.webrtc\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac
\"}" | 201 "{\"buildername\": \"Mac Tester\", \"buildnumber\": 571, \"mastername\": \
"chromium.webrtc\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac
\"}" |
197 ], | 202 ], |
| 203 "cwd": "[SLAVE_BUILD]", |
198 "name": "get compile targets for scripts", | 204 "name": "get compile targets for scripts", |
199 "~followup_annotations": [ | 205 "~followup_annotations": [ |
200 "@@@STEP_LOG_LINE@json.output@{}@@@", | 206 "@@@STEP_LOG_LINE@json.output@{}@@@", |
201 "@@@STEP_LOG_END@json.output@@@" | 207 "@@@STEP_LOG_END@json.output@@@" |
202 ] | 208 ] |
203 }, | 209 }, |
204 { | 210 { |
205 "cmd": [ | 211 "cmd": [ |
206 "python", | 212 "python", |
207 "-u", | 213 "-u", |
208 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 214 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
209 "[CWD]/src/testing/buildbot/chromium.webrtc.json", | 215 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webrtc.json", |
210 "/path/to/tmp/json" | 216 "/path/to/tmp/json" |
211 ], | 217 ], |
| 218 "cwd": "[SLAVE_BUILD]", |
212 "name": "read test spec", | 219 "name": "read test spec", |
213 "~followup_annotations": [ | 220 "~followup_annotations": [ |
214 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.webrtc.json@@@", | 221 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webrtc.jso
n@@@", |
215 "@@@STEP_LOG_LINE@json.output@{}@@@", | 222 "@@@STEP_LOG_LINE@json.output@{}@@@", |
216 "@@@STEP_LOG_END@json.output@@@" | 223 "@@@STEP_LOG_END@json.output@@@" |
217 ] | 224 ] |
218 }, | 225 }, |
219 { | 226 { |
220 "cmd": [ | 227 "cmd": [ |
221 "python", | 228 "python", |
222 "-u", | 229 "-u", |
223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 230 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
224 "--show-path", | 231 "--show-path", |
225 "python", | 232 "python", |
226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 233 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
227 ], | 234 ], |
| 235 "cwd": "[SLAVE_BUILD]", |
228 "name": "cleanup_temp" | 236 "name": "cleanup_temp" |
229 }, | 237 }, |
230 { | 238 { |
231 "cmd": [ | 239 "cmd": [ |
232 "python", | 240 "python", |
233 "-u", | 241 "-u", |
234 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 242 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
235 "[CWD]/src/out/Release" | 243 "[SLAVE_BUILD]/src/out/Release" |
236 ], | 244 ], |
| 245 "cwd": "[SLAVE_BUILD]", |
237 "name": "rmtree build directory", | 246 "name": "rmtree build directory", |
238 "~followup_annotations": [ | 247 "~followup_annotations": [ |
239 "@@@STEP_LOG_LINE@python.inline@@@@", | 248 "@@@STEP_LOG_LINE@python.inline@@@@", |
240 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 249 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
241 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 250 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
242 "@@@STEP_LOG_LINE@python.inline@@@@", | 251 "@@@STEP_LOG_LINE@python.inline@@@@", |
243 "@@@STEP_LOG_LINE@python.inline@@@@", | 252 "@@@STEP_LOG_LINE@python.inline@@@@", |
244 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 253 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
245 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 254 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
246 "@@@STEP_LOG_END@python.inline@@@" | 255 "@@@STEP_LOG_END@python.inline@@@" |
247 ] | 256 ] |
248 }, | 257 }, |
249 { | 258 { |
250 "cmd": [ | 259 "cmd": [ |
251 "python", | 260 "python", |
252 "-u", | 261 "-u", |
253 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
254 "--show-path", | 263 "--show-path", |
255 "python", | 264 "python", |
256 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", | 265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", |
257 "--target", | 266 "--target", |
258 "Release", | 267 "Release", |
259 "--build-archive-url", | 268 "--build-archive-url", |
260 "gs://test-domain/test-archive.zip", | 269 "gs://test-domain/test-archive.zip", |
261 "--master-name", | 270 "--master-name", |
262 "chromium.webrtc", | 271 "chromium.webrtc", |
263 "--build-number", | 272 "--build-number", |
264 "571" | 273 "571" |
265 ], | 274 ], |
| 275 "cwd": "[SLAVE_BUILD]", |
266 "name": "extract build" | 276 "name": "extract build" |
267 }, | 277 }, |
268 { | 278 { |
269 "allow_subannotations": true, | 279 "allow_subannotations": true, |
270 "cmd": [ | 280 "cmd": [ |
271 "python", | 281 "python", |
272 "-u", | 282 "-u", |
273 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 283 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
274 "--target", | 284 "--target", |
275 "Release", | 285 "Release", |
(...skipping 11 matching lines...) Expand all Loading... |
287 "/path/to/tmp/json", | 297 "/path/to/tmp/json", |
288 "--builder-name=Mac Tester", | 298 "--builder-name=Mac Tester", |
289 "--slave-name=TestSlavename", | 299 "--slave-name=TestSlavename", |
290 "--build-number=571", | 300 "--build-number=571", |
291 "content_browsertests", | 301 "content_browsertests", |
292 "--gtest_filter=WebRtc*", | 302 "--gtest_filter=WebRtc*", |
293 "--run-manual", | 303 "--run-manual", |
294 "--test-launcher-print-test-stdio=always", | 304 "--test-launcher-print-test-stdio=always", |
295 "--test-launcher-bot-mode" | 305 "--test-launcher-bot-mode" |
296 ], | 306 ], |
| 307 "cwd": "[SLAVE_BUILD]", |
297 "name": "content_browsertests" | 308 "name": "content_browsertests" |
298 }, | 309 }, |
299 { | 310 { |
300 "allow_subannotations": true, | 311 "allow_subannotations": true, |
301 "cmd": [ | 312 "cmd": [ |
302 "python", | 313 "python", |
303 "-u", | 314 "-u", |
304 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 315 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
305 "--target", | 316 "--target", |
306 "Release", | 317 "Release", |
(...skipping 13 matching lines...) Expand all Loading... |
320 "--slave-name=TestSlavename", | 331 "--slave-name=TestSlavename", |
321 "--build-number=571", | 332 "--build-number=571", |
322 "browser_tests", | 333 "browser_tests", |
323 "--gtest_filter=WebRtc*:Webrtc*:TabCapture*:*MediaStream*", | 334 "--gtest_filter=WebRtc*:Webrtc*:TabCapture*:*MediaStream*", |
324 "--run-manual", | 335 "--run-manual", |
325 "--ui-test-action-max-timeout=350000", | 336 "--ui-test-action-max-timeout=350000", |
326 "--test-launcher-jobs=1", | 337 "--test-launcher-jobs=1", |
327 "--test-launcher-bot-mode", | 338 "--test-launcher-bot-mode", |
328 "--test-launcher-print-test-stdio=always" | 339 "--test-launcher-print-test-stdio=always" |
329 ], | 340 ], |
| 341 "cwd": "[SLAVE_BUILD]", |
330 "name": "browser_tests" | 342 "name": "browser_tests" |
331 }, | 343 }, |
332 { | 344 { |
333 "allow_subannotations": true, | 345 "allow_subannotations": true, |
334 "cmd": [ | 346 "cmd": [ |
335 "python", | 347 "python", |
336 "-u", | 348 "-u", |
337 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 349 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
338 "--target", | 350 "--target", |
339 "Release", | 351 "Release", |
340 "--factory-properties", | 352 "--factory-properties", |
341 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Tester\", \"
buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_build_archive_
url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Mac Buil
der\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavena
me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 353 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Tester\", \"
buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_build_archive_
url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Mac Buil
der\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavena
me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
342 "--build-properties", | 354 "--build-properties", |
343 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Tester\", \"
buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_build_archive_
url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Mac Buil
der\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavena
me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 355 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Tester\", \"
buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_build_archive_
url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Mac Buil
der\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavena
me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
344 "--annotate=gtest", | 356 "--annotate=gtest", |
345 "--test-type=content_unittests", | 357 "--test-type=content_unittests", |
346 "--step-name=content_unittests", | 358 "--step-name=content_unittests", |
347 "--test-launcher-summary-output", | 359 "--test-launcher-summary-output", |
348 "/path/to/tmp/json", | 360 "/path/to/tmp/json", |
349 "--builder-name=Mac Tester", | 361 "--builder-name=Mac Tester", |
350 "--slave-name=TestSlavename", | 362 "--slave-name=TestSlavename", |
351 "--build-number=571", | 363 "--build-number=571", |
352 "content_unittests" | 364 "content_unittests" |
353 ], | 365 ], |
| 366 "cwd": "[SLAVE_BUILD]", |
354 "name": "content_unittests" | 367 "name": "content_unittests" |
355 }, | 368 }, |
356 { | 369 { |
357 "allow_subannotations": true, | 370 "allow_subannotations": true, |
358 "cmd": [ | 371 "cmd": [ |
359 "python", | 372 "python", |
360 "-u", | 373 "-u", |
361 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 374 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
362 "--target", | 375 "--target", |
363 "Release", | 376 "Release", |
364 "--factory-properties", | 377 "--factory-properties", |
365 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Tester\", \"
buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_build_archive_
url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Mac Buil
der\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavena
me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 378 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Tester\", \"
buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_build_archive_
url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Mac Buil
der\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavena
me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
366 "--build-properties", | 379 "--build-properties", |
367 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Tester\", \"
buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_build_archive_
url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Mac Buil
der\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavena
me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 380 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Tester\", \"
buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_build_archive_
url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Mac Buil
der\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavena
me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
368 "--annotate=gtest", | 381 "--annotate=gtest", |
369 "--test-type=media_unittests", | 382 "--test-type=media_unittests", |
370 "--step-name=media_unittests", | 383 "--step-name=media_unittests", |
371 "--test-launcher-summary-output", | 384 "--test-launcher-summary-output", |
372 "/path/to/tmp/json", | 385 "/path/to/tmp/json", |
373 "--builder-name=Mac Tester", | 386 "--builder-name=Mac Tester", |
374 "--slave-name=TestSlavename", | 387 "--slave-name=TestSlavename", |
375 "--build-number=571", | 388 "--build-number=571", |
376 "media_unittests", | 389 "media_unittests", |
377 "--gtest_filter=VideoCaptureDeviceTest*", | 390 "--gtest_filter=VideoCaptureDeviceTest*", |
378 "--enable-logging", | 391 "--enable-logging", |
379 "--v=1", | 392 "--v=1", |
380 "--test-launcher-jobs=1", | 393 "--test-launcher-jobs=1", |
381 "--test-launcher-print-test-stdio=always" | 394 "--test-launcher-print-test-stdio=always" |
382 ], | 395 ], |
| 396 "cwd": "[SLAVE_BUILD]", |
383 "name": "media_unittests" | 397 "name": "media_unittests" |
384 }, | 398 }, |
385 { | 399 { |
386 "allow_subannotations": true, | 400 "allow_subannotations": true, |
387 "cmd": [ | 401 "cmd": [ |
388 "python", | 402 "python", |
389 "-u", | 403 "-u", |
390 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 404 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
391 "--target", | 405 "--target", |
392 "Release", | 406 "Release", |
393 "--factory-properties", | 407 "--factory-properties", |
394 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Tester\", \"
buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_build_archive_
url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Mac Buil
der\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavena
me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 408 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Tester\", \"
buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_build_archive_
url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Mac Buil
der\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavena
me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
395 "--build-properties", | 409 "--build-properties", |
396 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Tester\", \"
buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_build_archive_
url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Mac Buil
der\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavena
me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 410 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Tester\", \"
buildnumber\": 571, \"mastername\": \"chromium.webrtc\", \"parent_build_archive_
url\": \"gs://test-domain/test-archive.zip\", \"parent_buildername\": \"Mac Buil
der\", \"parent_got_revision\": \"1111111\", \"recipe\": \"chromium\", \"slavena
me\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
397 "--annotate=gtest", | 411 "--annotate=gtest", |
398 "--test-type=remoting_unittests", | 412 "--test-type=remoting_unittests", |
399 "--step-name=remoting_unittests", | 413 "--step-name=remoting_unittests", |
400 "--test-launcher-summary-output", | 414 "--test-launcher-summary-output", |
401 "/path/to/tmp/json", | 415 "/path/to/tmp/json", |
402 "--builder-name=Mac Tester", | 416 "--builder-name=Mac Tester", |
403 "--slave-name=TestSlavename", | 417 "--slave-name=TestSlavename", |
404 "--build-number=571", | 418 "--build-number=571", |
405 "remoting_unittests", | 419 "remoting_unittests", |
406 "--gtest_filter=Webrtc*" | 420 "--gtest_filter=Webrtc*" |
407 ], | 421 ], |
| 422 "cwd": "[SLAVE_BUILD]", |
408 "name": "remoting_unittests" | 423 "name": "remoting_unittests" |
409 }, | 424 }, |
410 { | 425 { |
411 "name": "$result", | 426 "name": "$result", |
412 "recipe_result": null, | 427 "recipe_result": null, |
413 "status_code": 0 | 428 "status_code": 0 |
414 } | 429 } |
415 ] | 430 ] |
OLD | NEW |