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@204787", | 31 "src@204787", |
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 26 matching lines...) Expand all Loading... |
69 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 71 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
70 ] | 72 ] |
71 }, | 73 }, |
72 { | 74 { |
73 "cmd": [ | 75 "cmd": [ |
74 "python", | 76 "python", |
75 "-u", | 77 "-u", |
76 "[DEPOT_TOOLS]/gclient.py", | 78 "[DEPOT_TOOLS]/gclient.py", |
77 "runhooks" | 79 "runhooks" |
78 ], | 80 ], |
| 81 "cwd": "[SLAVE_BUILD]", |
79 "env": { | 82 "env": { |
80 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=shared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=x64 test_isolation_mode=prepare use_goma=1" | 83 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=shared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=
1 target_arch=x64 test_isolation_mode=prepare use_goma=1" |
81 }, | 84 }, |
82 "name": "gclient runhooks" | 85 "name": "gclient runhooks" |
83 }, | 86 }, |
84 { | 87 { |
85 "cmd": [ | 88 "cmd": [ |
86 "python", | 89 "python", |
87 "-u", | 90 "-u", |
88 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 91 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
89 "--build-dir", | 92 "--build-dir", |
90 "[SLAVE_BUILD]/src/out/Debug", | 93 "[SLAVE_BUILD]/src/out/Debug", |
91 "--clean-isolated-files" | 94 "--clean-isolated-files" |
92 ], | 95 ], |
| 96 "cwd": "[SLAVE_BUILD]", |
93 "name": "clean isolated files" | 97 "name": "clean isolated files" |
94 }, | 98 }, |
95 { | 99 { |
96 "cmd": [ | 100 "cmd": [ |
97 "python", | 101 "python", |
98 "-u", | 102 "-u", |
99 "[BUILD]/scripts/slave/compile.py", | 103 "[BUILD]/scripts/slave/compile.py", |
100 "--target", | 104 "--target", |
101 "Debug", | 105 "Debug", |
102 "--src-dir", | 106 "--src-dir", |
103 "[SLAVE_BUILD]/src", | 107 "[SLAVE_BUILD]/src", |
104 "--build-tool", | 108 "--build-tool", |
105 "ninja", | 109 "ninja", |
106 "--compiler", | 110 "--compiler", |
107 "goma-clang", | 111 "goma-clang", |
108 "--goma-dir", | 112 "--goma-dir", |
109 "[BUILD]/goma", | 113 "[BUILD]/goma", |
110 "--", | 114 "--", |
111 "angle_unittests_run", | 115 "angle_unittests_run", |
112 "content_gl_tests_run", | 116 "content_gl_tests_run", |
113 "content_unittests_run", | 117 "content_unittests_run", |
114 "gl_tests_run", | 118 "gl_tests_run", |
115 "gles2_conform_test_run", | 119 "gles2_conform_test_run", |
116 "gpu_unittests_run", | 120 "gpu_unittests_run", |
117 "media_unittests_run", | 121 "media_unittests_run", |
118 "tab_capture_end2end_tests_run", | 122 "tab_capture_end2end_tests_run", |
119 "telemetry_gpu_test_run" | 123 "telemetry_gpu_test_run" |
120 ], | 124 ], |
| 125 "cwd": "[SLAVE_BUILD]", |
121 "name": "compile" | 126 "name": "compile" |
122 }, | 127 }, |
123 { | 128 { |
124 "cmd": [ | 129 "cmd": [ |
125 "python", | 130 "python", |
126 "-u", | 131 "-u", |
127 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", | 132 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
128 "batcharchive", | 133 "batcharchive", |
129 "--dump-json", | 134 "--dump-json", |
130 "/path/to/tmp/json", | 135 "/path/to/tmp/json", |
131 "--isolate-server", | 136 "--isolate-server", |
132 "https://isolateserver.appspot.com", | 137 "https://isolateserver.appspot.com", |
133 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", | 138 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", |
134 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", | 139 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", |
135 "[SLAVE_BUILD]/src/out/Debug/content_unittests.isolated.gen.json", | 140 "[SLAVE_BUILD]/src/out/Debug/content_unittests.isolated.gen.json", |
136 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", | 141 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", |
137 "[SLAVE_BUILD]/src/out/Debug/gles2_conform_test.isolated.gen.json", | 142 "[SLAVE_BUILD]/src/out/Debug/gles2_conform_test.isolated.gen.json", |
138 "[SLAVE_BUILD]/src/out/Debug/gpu_unittests.isolated.gen.json", | 143 "[SLAVE_BUILD]/src/out/Debug/gpu_unittests.isolated.gen.json", |
139 "[SLAVE_BUILD]/src/out/Debug/media_unittests.isolated.gen.json", | 144 "[SLAVE_BUILD]/src/out/Debug/media_unittests.isolated.gen.json", |
140 "[SLAVE_BUILD]/src/out/Debug/tab_capture_end2end_tests.isolated.gen.json", | 145 "[SLAVE_BUILD]/src/out/Debug/tab_capture_end2end_tests.isolated.gen.json", |
141 "[SLAVE_BUILD]/src/out/Debug/telemetry_gpu_test.isolated.gen.json" | 146 "[SLAVE_BUILD]/src/out/Debug/telemetry_gpu_test.isolated.gen.json" |
142 ], | 147 ], |
| 148 "cwd": "[SLAVE_BUILD]", |
143 "name": "isolate tests", | 149 "name": "isolate tests", |
144 "~followup_annotations": [ | 150 "~followup_annotations": [ |
145 "@@@STEP_LOG_LINE@json.output@{@@@", | 151 "@@@STEP_LOG_LINE@json.output@{@@@", |
146 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", | 152 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", |
147 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", | 153 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", |
148 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", |
149 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | 155 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", |
150 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", |
151 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", |
152 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med
ia_unittests]\", @@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med
ia_unittests]\", @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
182 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 188 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
183 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 189 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
184 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 190 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
185 "-H", | 191 "-H", |
186 "[dummy hash for content_gl_tests]", | 192 "[dummy hash for content_gl_tests]", |
187 "-I", | 193 "-I", |
188 "https://isolateserver.appspot.com", | 194 "https://isolateserver.appspot.com", |
189 "--", | 195 "--", |
190 "--use-gpu-in-tests" | 196 "--use-gpu-in-tests" |
191 ], | 197 ], |
| 198 "cwd": "[SLAVE_BUILD]", |
192 "name": "content_gl_tests" | 199 "name": "content_gl_tests" |
193 }, | 200 }, |
194 { | 201 { |
195 "allow_subannotations": true, | 202 "allow_subannotations": true, |
196 "cmd": [ | 203 "cmd": [ |
197 "python", | 204 "python", |
198 "-u", | 205 "-u", |
199 "[BUILD]/scripts/slave/runtest.py", | 206 "[BUILD]/scripts/slave/runtest.py", |
200 "--target", | 207 "--target", |
201 "Debug", | 208 "Debug", |
(...skipping 14 matching lines...) Expand all Loading... |
216 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 223 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
217 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 224 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
218 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 225 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
219 "-H", | 226 "-H", |
220 "[dummy hash for gl_tests]", | 227 "[dummy hash for gl_tests]", |
221 "-I", | 228 "-I", |
222 "https://isolateserver.appspot.com", | 229 "https://isolateserver.appspot.com", |
223 "--", | 230 "--", |
224 "--use-gpu-in-tests" | 231 "--use-gpu-in-tests" |
225 ], | 232 ], |
| 233 "cwd": "[SLAVE_BUILD]", |
226 "name": "gl_tests" | 234 "name": "gl_tests" |
227 }, | 235 }, |
228 { | 236 { |
229 "allow_subannotations": true, | 237 "allow_subannotations": true, |
230 "cmd": [ | 238 "cmd": [ |
231 "python", | 239 "python", |
232 "-u", | 240 "-u", |
233 "[BUILD]/scripts/slave/runtest.py", | 241 "[BUILD]/scripts/slave/runtest.py", |
234 "--target", | 242 "--target", |
235 "Debug", | 243 "Debug", |
(...skipping 14 matching lines...) Expand all Loading... |
250 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 258 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
251 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", | 259 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", |
252 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 260 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
253 "-H", | 261 "-H", |
254 "[dummy hash for angle_unittests]", | 262 "[dummy hash for angle_unittests]", |
255 "-I", | 263 "-I", |
256 "https://isolateserver.appspot.com", | 264 "https://isolateserver.appspot.com", |
257 "--", | 265 "--", |
258 "--use-gpu-in-tests" | 266 "--use-gpu-in-tests" |
259 ], | 267 ], |
| 268 "cwd": "[SLAVE_BUILD]", |
260 "name": "angle_unittests" | 269 "name": "angle_unittests" |
261 }, | 270 }, |
262 { | 271 { |
263 "allow_subannotations": true, | 272 "allow_subannotations": true, |
264 "cmd": [ | 273 "cmd": [ |
265 "python", | 274 "python", |
266 "-u", | 275 "-u", |
267 "[BUILD]/scripts/slave/runtest.py", | 276 "[BUILD]/scripts/slave/runtest.py", |
268 "--target", | 277 "--target", |
269 "Debug", | 278 "Debug", |
(...skipping 26 matching lines...) Expand all Loading... |
296 "--build-revision", | 305 "--build-revision", |
297 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 306 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
298 "--test-machine-name", | 307 "--test-machine-name", |
299 "TestBuilder", | 308 "TestBuilder", |
300 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 309 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
301 "--output-format", | 310 "--output-format", |
302 "json", | 311 "json", |
303 "--output-dir", | 312 "--output-dir", |
304 "/path/to/tmp/" | 313 "/path/to/tmp/" |
305 ], | 314 ], |
| 315 "cwd": "[SLAVE_BUILD]", |
306 "name": "maps_pixel_test", | 316 "name": "maps_pixel_test", |
307 "~followup_annotations": [ | 317 "~followup_annotations": [ |
308 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 318 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
309 ] | 319 ] |
310 }, | 320 }, |
311 { | 321 { |
312 "allow_subannotations": true, | 322 "allow_subannotations": true, |
313 "cmd": [ | 323 "cmd": [ |
314 "python", | 324 "python", |
315 "-u", | 325 "-u", |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 "--os-type", | 360 "--os-type", |
351 "mac", | 361 "mac", |
352 "--test-machine-name", | 362 "--test-machine-name", |
353 "TestBuilder", | 363 "TestBuilder", |
354 "--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", |
355 "--output-format", | 365 "--output-format", |
356 "json", | 366 "json", |
357 "--output-dir", | 367 "--output-dir", |
358 "/path/to/tmp/" | 368 "/path/to/tmp/" |
359 ], | 369 ], |
| 370 "cwd": "[SLAVE_BUILD]", |
360 "name": "pixel_test", | 371 "name": "pixel_test", |
361 "~followup_annotations": [ | 372 "~followup_annotations": [ |
362 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 373 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
363 ] | 374 ] |
364 }, | 375 }, |
365 { | 376 { |
366 "allow_subannotations": true, | 377 "allow_subannotations": true, |
367 "cmd": [ | 378 "cmd": [ |
368 "python", | 379 "python", |
369 "-u", | 380 "-u", |
(...skipping 25 matching lines...) Expand all Loading... |
395 "--output-format=gtest", | 406 "--output-format=gtest", |
396 "--browser=debug", | 407 "--browser=debug", |
397 "-v", | 408 "-v", |
398 "--use-devtools-active-port", | 409 "--use-devtools-active-port", |
399 "--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", |
400 "--output-format", | 411 "--output-format", |
401 "json", | 412 "json", |
402 "--output-dir", | 413 "--output-dir", |
403 "/path/to/tmp/" | 414 "/path/to/tmp/" |
404 ], | 415 ], |
| 416 "cwd": "[SLAVE_BUILD]", |
405 "name": "webgl_conformance_tests", | 417 "name": "webgl_conformance_tests", |
406 "~followup_annotations": [ | 418 "~followup_annotations": [ |
407 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 419 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
408 ] | 420 ] |
409 }, | 421 }, |
410 { | 422 { |
411 "allow_subannotations": true, | 423 "allow_subannotations": true, |
412 "cmd": [ | 424 "cmd": [ |
413 "python", | 425 "python", |
414 "-u", | 426 "-u", |
(...skipping 25 matching lines...) Expand all Loading... |
440 "--output-format=gtest", | 452 "--output-format=gtest", |
441 "--browser=debug", | 453 "--browser=debug", |
442 "-v", | 454 "-v", |
443 "--use-devtools-active-port", | 455 "--use-devtools-active-port", |
444 "--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", |
445 "--output-format", | 457 "--output-format", |
446 "json", | 458 "json", |
447 "--output-dir", | 459 "--output-dir", |
448 "/path/to/tmp/" | 460 "/path/to/tmp/" |
449 ], | 461 ], |
| 462 "cwd": "[SLAVE_BUILD]", |
450 "name": "context_lost_tests", | 463 "name": "context_lost_tests", |
451 "~followup_annotations": [ | 464 "~followup_annotations": [ |
452 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 465 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
453 ] | 466 ] |
454 }, | 467 }, |
455 { | 468 { |
456 "allow_subannotations": true, | 469 "allow_subannotations": true, |
457 "cmd": [ | 470 "cmd": [ |
458 "python", | 471 "python", |
459 "-u", | 472 "-u", |
(...skipping 25 matching lines...) Expand all Loading... |
485 "--output-format=gtest", | 498 "--output-format=gtest", |
486 "--browser=debug", | 499 "--browser=debug", |
487 "-v", | 500 "-v", |
488 "--use-devtools-active-port", | 501 "--use-devtools-active-port", |
489 "--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", |
490 "--output-format", | 503 "--output-format", |
491 "json", | 504 "json", |
492 "--output-dir", | 505 "--output-dir", |
493 "/path/to/tmp/" | 506 "/path/to/tmp/" |
494 ], | 507 ], |
| 508 "cwd": "[SLAVE_BUILD]", |
495 "name": "memory_test", | 509 "name": "memory_test", |
496 "~followup_annotations": [ | 510 "~followup_annotations": [ |
497 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 511 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
498 ] | 512 ] |
499 }, | 513 }, |
500 { | 514 { |
501 "allow_subannotations": true, | 515 "allow_subannotations": true, |
502 "cmd": [ | 516 "cmd": [ |
503 "python", | 517 "python", |
504 "-u", | 518 "-u", |
(...skipping 25 matching lines...) Expand all Loading... |
530 "--output-format=gtest", | 544 "--output-format=gtest", |
531 "--browser=debug", | 545 "--browser=debug", |
532 "-v", | 546 "-v", |
533 "--use-devtools-active-port", | 547 "--use-devtools-active-port", |
534 "--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", |
535 "--output-format", | 549 "--output-format", |
536 "json", | 550 "json", |
537 "--output-dir", | 551 "--output-dir", |
538 "/path/to/tmp/" | 552 "/path/to/tmp/" |
539 ], | 553 ], |
| 554 "cwd": "[SLAVE_BUILD]", |
540 "name": "trace_test", | 555 "name": "trace_test", |
541 "~followup_annotations": [ | 556 "~followup_annotations": [ |
542 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 557 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
543 ] | 558 ] |
544 }, | 559 }, |
545 { | 560 { |
546 "allow_subannotations": true, | 561 "allow_subannotations": true, |
547 "cmd": [ | 562 "cmd": [ |
548 "python", | 563 "python", |
549 "-u", | 564 "-u", |
(...skipping 25 matching lines...) Expand all Loading... |
575 "--output-format=gtest", | 590 "--output-format=gtest", |
576 "--browser=debug", | 591 "--browser=debug", |
577 "-v", | 592 "-v", |
578 "--use-devtools-active-port", | 593 "--use-devtools-active-port", |
579 "--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", |
580 "--output-format", | 595 "--output-format", |
581 "json", | 596 "json", |
582 "--output-dir", | 597 "--output-dir", |
583 "/path/to/tmp/" | 598 "/path/to/tmp/" |
584 ], | 599 ], |
| 600 "cwd": "[SLAVE_BUILD]", |
585 "name": "screenshot_sync_tests", | 601 "name": "screenshot_sync_tests", |
586 "~followup_annotations": [ | 602 "~followup_annotations": [ |
587 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 603 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
588 ] | 604 ] |
589 }, | 605 }, |
590 { | 606 { |
591 "allow_subannotations": true, | 607 "allow_subannotations": true, |
592 "cmd": [ | 608 "cmd": [ |
593 "python", | 609 "python", |
594 "-u", | 610 "-u", |
(...skipping 25 matching lines...) Expand all Loading... |
620 "--output-format=gtest", | 636 "--output-format=gtest", |
621 "--browser=debug", | 637 "--browser=debug", |
622 "-v", | 638 "-v", |
623 "--use-devtools-active-port", | 639 "--use-devtools-active-port", |
624 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 640 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
625 "--output-format", | 641 "--output-format", |
626 "json", | 642 "json", |
627 "--output-dir", | 643 "--output-dir", |
628 "/path/to/tmp/" | 644 "/path/to/tmp/" |
629 ], | 645 ], |
| 646 "cwd": "[SLAVE_BUILD]", |
630 "name": "hardware_accelerated_feature_tests", | 647 "name": "hardware_accelerated_feature_tests", |
631 "~followup_annotations": [ | 648 "~followup_annotations": [ |
632 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 649 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
633 ] | 650 ] |
634 }, | 651 }, |
635 { | 652 { |
636 "allow_subannotations": true, | 653 "allow_subannotations": true, |
637 "cmd": [ | 654 "cmd": [ |
638 "python", | 655 "python", |
639 "-u", | 656 "-u", |
(...skipping 25 matching lines...) Expand all Loading... |
665 "--output-format=gtest", | 682 "--output-format=gtest", |
666 "--browser=debug", | 683 "--browser=debug", |
667 "-v", | 684 "-v", |
668 "--use-devtools-active-port", | 685 "--use-devtools-active-port", |
669 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 686 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
670 "--output-format", | 687 "--output-format", |
671 "json", | 688 "json", |
672 "--output-dir", | 689 "--output-dir", |
673 "/path/to/tmp/" | 690 "/path/to/tmp/" |
674 ], | 691 ], |
| 692 "cwd": "[SLAVE_BUILD]", |
675 "name": "gpu_process_launch_tests", | 693 "name": "gpu_process_launch_tests", |
676 "~followup_annotations": [ | 694 "~followup_annotations": [ |
677 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 695 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
678 ] | 696 ] |
679 }, | 697 }, |
680 { | 698 { |
681 "allow_subannotations": true, | 699 "allow_subannotations": true, |
682 "cmd": [ | 700 "cmd": [ |
683 "python", | 701 "python", |
684 "-u", | 702 "-u", |
(...skipping 29 matching lines...) Expand all Loading... |
714 "--build-revision", | 732 "--build-revision", |
715 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 733 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
716 "--test-machine-name", | 734 "--test-machine-name", |
717 "TestBuilder", | 735 "TestBuilder", |
718 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 736 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
719 "--output-format", | 737 "--output-format", |
720 "json", | 738 "json", |
721 "--output-dir", | 739 "--output-dir", |
722 "/path/to/tmp/" | 740 "/path/to/tmp/" |
723 ], | 741 ], |
| 742 "cwd": "[SLAVE_BUILD]", |
724 "name": "gpu_rasterization_tests", | 743 "name": "gpu_rasterization_tests", |
725 "~followup_annotations": [ | 744 "~followup_annotations": [ |
726 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 745 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
727 ] | 746 ] |
728 } | 747 } |
729 ] | 748 ] |
OLD | NEW |