OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
8 "name": "cleanup temp" | 9 "name": "cleanup temp" |
9 }, | 10 }, |
10 { | 11 { |
11 "cmd": [ | 12 "cmd": [ |
12 "python", | 13 "python", |
13 "-u", | 14 "-u", |
14 "[BUILD]/scripts/slave/bot_update.py", | 15 "[BUILD]/scripts/slave/bot_update.py", |
15 "--master", | 16 "--master", |
16 "chromium.testing.master", | 17 "chromium.testing.master", |
17 "--builder", | 18 "--builder", |
18 "TestBuilder", | 19 "TestBuilder", |
19 "--slave", | 20 "--slave", |
20 "TestSlavename", | 21 "TestSlavename", |
21 "--spec", | 22 "--spec", |
22 "cache_dir = None\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.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/dat
a/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'sr
c/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cyc
ler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src
/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/web
kit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/we
bkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'sr
c-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/sr
c-internal'}]", | 23 "cache_dir = None\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.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/dat
a/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'sr
c/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cyc
ler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src
/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/web
kit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/we
bkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'sr
c-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/sr
c-internal'}]", |
23 "--root", | 24 "--root", |
24 "src", | 25 "src", |
25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
27 "--output_json", | 28 "--output_json", |
28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
29 "--revision", | 30 "--revision", |
30 "src@c14d891d44f0afff64e56ed7c9702df1d807b1ee", | 31 "src@c14d891d44f0afff64e56ed7c9702df1d807b1ee", |
31 "--force" | 32 "--force" |
32 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", |
33 "name": "bot_update", | 35 "name": "bot_update", |
34 "~followup_annotations": [ | 36 "~followup_annotations": [ |
35 "@@@STEP_TEXT@Some step text@@@", | 37 "@@@STEP_TEXT@Some step text@@@", |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 38 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 96 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
95 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 97 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
96 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 98 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
97 "-H", | 99 "-H", |
98 "[dummy hash for content_gl_tests]", | 100 "[dummy hash for content_gl_tests]", |
99 "-I", | 101 "-I", |
100 "https://isolateserver.appspot.com", | 102 "https://isolateserver.appspot.com", |
101 "--", | 103 "--", |
102 "--use-gpu-in-tests" | 104 "--use-gpu-in-tests" |
103 ], | 105 ], |
| 106 "cwd": "[SLAVE_BUILD]", |
104 "name": "content_gl_tests" | 107 "name": "content_gl_tests" |
105 }, | 108 }, |
106 { | 109 { |
107 "allow_subannotations": true, | 110 "allow_subannotations": true, |
108 "cmd": [ | 111 "cmd": [ |
109 "python", | 112 "python", |
110 "-u", | 113 "-u", |
111 "[BUILD]/scripts/slave/runtest.py", | 114 "[BUILD]/scripts/slave/runtest.py", |
112 "--target", | 115 "--target", |
113 "Release", | 116 "Release", |
(...skipping 14 matching lines...) Expand all Loading... |
128 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 131 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
129 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 132 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
130 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 133 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
131 "-H", | 134 "-H", |
132 "[dummy hash for gl_tests]", | 135 "[dummy hash for gl_tests]", |
133 "-I", | 136 "-I", |
134 "https://isolateserver.appspot.com", | 137 "https://isolateserver.appspot.com", |
135 "--", | 138 "--", |
136 "--use-gpu-in-tests" | 139 "--use-gpu-in-tests" |
137 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]", |
138 "name": "gl_tests" | 142 "name": "gl_tests" |
139 }, | 143 }, |
140 { | 144 { |
141 "allow_subannotations": true, | 145 "allow_subannotations": true, |
142 "cmd": [ | 146 "cmd": [ |
143 "python", | 147 "python", |
144 "-u", | 148 "-u", |
145 "[BUILD]/scripts/slave/runtest.py", | 149 "[BUILD]/scripts/slave/runtest.py", |
146 "--target", | 150 "--target", |
147 "Release", | 151 "Release", |
(...skipping 14 matching lines...) Expand all Loading... |
162 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 166 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
163 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 167 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
164 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 168 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
165 "-H", | 169 "-H", |
166 "[dummy hash for angle_unittests]", | 170 "[dummy hash for angle_unittests]", |
167 "-I", | 171 "-I", |
168 "https://isolateserver.appspot.com", | 172 "https://isolateserver.appspot.com", |
169 "--", | 173 "--", |
170 "--use-gpu-in-tests" | 174 "--use-gpu-in-tests" |
171 ], | 175 ], |
| 176 "cwd": "[SLAVE_BUILD]", |
172 "name": "angle_unittests" | 177 "name": "angle_unittests" |
173 }, | 178 }, |
174 { | 179 { |
175 "allow_subannotations": true, | 180 "allow_subannotations": true, |
176 "cmd": [ | 181 "cmd": [ |
177 "python", | 182 "python", |
178 "-u", | 183 "-u", |
179 "[BUILD]/scripts/slave/runtest.py", | 184 "[BUILD]/scripts/slave/runtest.py", |
180 "--target", | 185 "--target", |
181 "Release", | 186 "Release", |
(...skipping 26 matching lines...) Expand all Loading... |
208 "--build-revision", | 213 "--build-revision", |
209 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 214 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
210 "--test-machine-name", | 215 "--test-machine-name", |
211 "TestBuilder", | 216 "TestBuilder", |
212 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 217 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
213 "--output-format", | 218 "--output-format", |
214 "json", | 219 "json", |
215 "--output-dir", | 220 "--output-dir", |
216 "/path/to/tmp/" | 221 "/path/to/tmp/" |
217 ], | 222 ], |
| 223 "cwd": "[SLAVE_BUILD]", |
218 "name": "maps_pixel_test", | 224 "name": "maps_pixel_test", |
219 "~followup_annotations": [ | 225 "~followup_annotations": [ |
220 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 226 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
221 ] | 227 ] |
222 }, | 228 }, |
223 { | 229 { |
224 "allow_subannotations": true, | 230 "allow_subannotations": true, |
225 "cmd": [ | 231 "cmd": [ |
226 "python", | 232 "python", |
227 "-u", | 233 "-u", |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 "--os-type", | 268 "--os-type", |
263 "mac", | 269 "mac", |
264 "--test-machine-name", | 270 "--test-machine-name", |
265 "TestBuilder", | 271 "TestBuilder", |
266 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 272 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
267 "--output-format", | 273 "--output-format", |
268 "json", | 274 "json", |
269 "--output-dir", | 275 "--output-dir", |
270 "/path/to/tmp/" | 276 "/path/to/tmp/" |
271 ], | 277 ], |
| 278 "cwd": "[SLAVE_BUILD]", |
272 "name": "pixel_test", | 279 "name": "pixel_test", |
273 "~followup_annotations": [ | 280 "~followup_annotations": [ |
274 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 281 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
275 ] | 282 ] |
276 }, | 283 }, |
277 { | 284 { |
278 "allow_subannotations": true, | 285 "allow_subannotations": true, |
279 "cmd": [ | 286 "cmd": [ |
280 "python", | 287 "python", |
281 "-u", | 288 "-u", |
(...skipping 25 matching lines...) Expand all Loading... |
307 "--output-format=gtest", | 314 "--output-format=gtest", |
308 "--browser=release", | 315 "--browser=release", |
309 "-v", | 316 "-v", |
310 "--use-devtools-active-port", | 317 "--use-devtools-active-port", |
311 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 318 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
312 "--output-format", | 319 "--output-format", |
313 "json", | 320 "json", |
314 "--output-dir", | 321 "--output-dir", |
315 "/path/to/tmp/" | 322 "/path/to/tmp/" |
316 ], | 323 ], |
| 324 "cwd": "[SLAVE_BUILD]", |
317 "name": "webgl_conformance_tests", | 325 "name": "webgl_conformance_tests", |
318 "~followup_annotations": [ | 326 "~followup_annotations": [ |
319 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 327 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
320 ] | 328 ] |
321 }, | 329 }, |
322 { | 330 { |
323 "allow_subannotations": true, | 331 "allow_subannotations": true, |
324 "cmd": [ | 332 "cmd": [ |
325 "python", | 333 "python", |
326 "-u", | 334 "-u", |
(...skipping 25 matching lines...) Expand all Loading... |
352 "--output-format=gtest", | 360 "--output-format=gtest", |
353 "--browser=release", | 361 "--browser=release", |
354 "-v", | 362 "-v", |
355 "--use-devtools-active-port", | 363 "--use-devtools-active-port", |
356 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 364 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
357 "--output-format", | 365 "--output-format", |
358 "json", | 366 "json", |
359 "--output-dir", | 367 "--output-dir", |
360 "/path/to/tmp/" | 368 "/path/to/tmp/" |
361 ], | 369 ], |
| 370 "cwd": "[SLAVE_BUILD]", |
362 "name": "context_lost_tests", | 371 "name": "context_lost_tests", |
363 "~followup_annotations": [ | 372 "~followup_annotations": [ |
364 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 373 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
365 ] | 374 ] |
366 }, | 375 }, |
367 { | 376 { |
368 "allow_subannotations": true, | 377 "allow_subannotations": true, |
369 "cmd": [ | 378 "cmd": [ |
370 "python", | 379 "python", |
371 "-u", | 380 "-u", |
(...skipping 25 matching lines...) Expand all Loading... |
397 "--output-format=gtest", | 406 "--output-format=gtest", |
398 "--browser=release", | 407 "--browser=release", |
399 "-v", | 408 "-v", |
400 "--use-devtools-active-port", | 409 "--use-devtools-active-port", |
401 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 410 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
402 "--output-format", | 411 "--output-format", |
403 "json", | 412 "json", |
404 "--output-dir", | 413 "--output-dir", |
405 "/path/to/tmp/" | 414 "/path/to/tmp/" |
406 ], | 415 ], |
| 416 "cwd": "[SLAVE_BUILD]", |
407 "name": "memory_test", | 417 "name": "memory_test", |
408 "~followup_annotations": [ | 418 "~followup_annotations": [ |
409 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 419 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
410 ] | 420 ] |
411 }, | 421 }, |
412 { | 422 { |
413 "allow_subannotations": true, | 423 "allow_subannotations": true, |
414 "cmd": [ | 424 "cmd": [ |
415 "python", | 425 "python", |
416 "-u", | 426 "-u", |
(...skipping 25 matching lines...) Expand all Loading... |
442 "--output-format=gtest", | 452 "--output-format=gtest", |
443 "--browser=release", | 453 "--browser=release", |
444 "-v", | 454 "-v", |
445 "--use-devtools-active-port", | 455 "--use-devtools-active-port", |
446 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 456 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
447 "--output-format", | 457 "--output-format", |
448 "json", | 458 "json", |
449 "--output-dir", | 459 "--output-dir", |
450 "/path/to/tmp/" | 460 "/path/to/tmp/" |
451 ], | 461 ], |
| 462 "cwd": "[SLAVE_BUILD]", |
452 "name": "trace_test", | 463 "name": "trace_test", |
453 "~followup_annotations": [ | 464 "~followup_annotations": [ |
454 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 465 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
455 ] | 466 ] |
456 }, | 467 }, |
457 { | 468 { |
458 "allow_subannotations": true, | 469 "allow_subannotations": true, |
459 "cmd": [ | 470 "cmd": [ |
460 "python", | 471 "python", |
461 "-u", | 472 "-u", |
(...skipping 25 matching lines...) Expand all Loading... |
487 "--output-format=gtest", | 498 "--output-format=gtest", |
488 "--browser=release", | 499 "--browser=release", |
489 "-v", | 500 "-v", |
490 "--use-devtools-active-port", | 501 "--use-devtools-active-port", |
491 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 502 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
492 "--output-format", | 503 "--output-format", |
493 "json", | 504 "json", |
494 "--output-dir", | 505 "--output-dir", |
495 "/path/to/tmp/" | 506 "/path/to/tmp/" |
496 ], | 507 ], |
| 508 "cwd": "[SLAVE_BUILD]", |
497 "name": "screenshot_sync_tests", | 509 "name": "screenshot_sync_tests", |
498 "~followup_annotations": [ | 510 "~followup_annotations": [ |
499 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 511 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
500 ] | 512 ] |
501 }, | 513 }, |
502 { | 514 { |
503 "allow_subannotations": true, | 515 "allow_subannotations": true, |
504 "cmd": [ | 516 "cmd": [ |
505 "python", | 517 "python", |
506 "-u", | 518 "-u", |
(...skipping 25 matching lines...) Expand all Loading... |
532 "--output-format=gtest", | 544 "--output-format=gtest", |
533 "--browser=release", | 545 "--browser=release", |
534 "-v", | 546 "-v", |
535 "--use-devtools-active-port", | 547 "--use-devtools-active-port", |
536 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 548 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
537 "--output-format", | 549 "--output-format", |
538 "json", | 550 "json", |
539 "--output-dir", | 551 "--output-dir", |
540 "/path/to/tmp/" | 552 "/path/to/tmp/" |
541 ], | 553 ], |
| 554 "cwd": "[SLAVE_BUILD]", |
542 "name": "hardware_accelerated_feature_tests", | 555 "name": "hardware_accelerated_feature_tests", |
543 "~followup_annotations": [ | 556 "~followup_annotations": [ |
544 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 557 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
545 ] | 558 ] |
546 }, | 559 }, |
547 { | 560 { |
548 "allow_subannotations": true, | 561 "allow_subannotations": true, |
549 "cmd": [ | 562 "cmd": [ |
550 "python", | 563 "python", |
551 "-u", | 564 "-u", |
(...skipping 25 matching lines...) Expand all Loading... |
577 "--output-format=gtest", | 590 "--output-format=gtest", |
578 "--browser=release", | 591 "--browser=release", |
579 "-v", | 592 "-v", |
580 "--use-devtools-active-port", | 593 "--use-devtools-active-port", |
581 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 594 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
582 "--output-format", | 595 "--output-format", |
583 "json", | 596 "json", |
584 "--output-dir", | 597 "--output-dir", |
585 "/path/to/tmp/" | 598 "/path/to/tmp/" |
586 ], | 599 ], |
| 600 "cwd": "[SLAVE_BUILD]", |
587 "name": "gpu_process_launch_tests", | 601 "name": "gpu_process_launch_tests", |
588 "~followup_annotations": [ | 602 "~followup_annotations": [ |
589 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 603 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
590 ] | 604 ] |
591 }, | 605 }, |
592 { | 606 { |
593 "allow_subannotations": true, | 607 "allow_subannotations": true, |
594 "cmd": [ | 608 "cmd": [ |
595 "python", | 609 "python", |
596 "-u", | 610 "-u", |
(...skipping 29 matching lines...) Expand all Loading... |
626 "--build-revision", | 640 "--build-revision", |
627 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 641 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
628 "--test-machine-name", | 642 "--test-machine-name", |
629 "TestBuilder", | 643 "TestBuilder", |
630 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 644 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
631 "--output-format", | 645 "--output-format", |
632 "json", | 646 "json", |
633 "--output-dir", | 647 "--output-dir", |
634 "/path/to/tmp/" | 648 "/path/to/tmp/" |
635 ], | 649 ], |
| 650 "cwd": "[SLAVE_BUILD]", |
636 "name": "gpu_rasterization_tests", | 651 "name": "gpu_rasterization_tests", |
637 "~followup_annotations": [ | 652 "~followup_annotations": [ |
638 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 653 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
639 ] | 654 ] |
640 }, | 655 }, |
641 { | 656 { |
642 "allow_subannotations": true, | 657 "allow_subannotations": true, |
643 "cmd": [ | 658 "cmd": [ |
644 "python", | 659 "python", |
645 "-u", | 660 "-u", |
(...skipping 16 matching lines...) Expand all Loading... |
662 "--run-python-script", | 677 "--run-python-script", |
663 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 678 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
664 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 679 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
665 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 680 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
666 "-H", | 681 "-H", |
667 "[dummy hash for tab_capture_end2end_tests]", | 682 "[dummy hash for tab_capture_end2end_tests]", |
668 "-I", | 683 "-I", |
669 "https://isolateserver.appspot.com", | 684 "https://isolateserver.appspot.com", |
670 "--" | 685 "--" |
671 ], | 686 ], |
| 687 "cwd": "[SLAVE_BUILD]", |
672 "name": "tab_capture_end2end_tests" | 688 "name": "tab_capture_end2end_tests" |
673 } | 689 } |
674 ] | 690 ] |
OLD | NEW |