Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_tryserver.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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",
(...skipping 11 matching lines...) Expand all
29 "--patchset", 30 "--patchset",
30 "1", 31 "1",
31 "--rietveld_server", 32 "--rietveld_server",
32 "https://codereview.chromium.org", 33 "https://codereview.chromium.org",
33 "--output_json", 34 "--output_json",
34 "/path/to/tmp/json", 35 "/path/to/tmp/json",
35 "--revision", 36 "--revision",
36 "src@HEAD", 37 "src@HEAD",
37 "--force" 38 "--force"
38 ], 39 ],
40 "cwd": "[SLAVE_BUILD]",
39 "name": "bot_update", 41 "name": "bot_update",
40 "~followup_annotations": [ 42 "~followup_annotations": [
41 "@@@STEP_TEXT@Some step text@@@", 43 "@@@STEP_TEXT@Some step text@@@",
42 "@@@STEP_LOG_LINE@json.output@{@@@", 44 "@@@STEP_LOG_LINE@json.output@{@@@",
43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 46 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 47 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 48 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
47 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 49 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
48 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 50 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
75 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 77 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
76 ] 78 ]
77 }, 79 },
78 { 80 {
79 "cmd": [ 81 "cmd": [
80 "python", 82 "python",
81 "-u", 83 "-u",
82 "[DEPOT_TOOLS]/gclient.py", 84 "[DEPOT_TOOLS]/gclient.py",
83 "runhooks" 85 "runhooks"
84 ], 86 ],
87 "cwd": "[SLAVE_BUILD]",
85 "env": { 88 "env": {
86 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh ared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target _arch=x64 test_isolation_mode=prepare use_goma=1" 89 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh ared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target _arch=x64 test_isolation_mode=prepare use_goma=1"
87 }, 90 },
88 "name": "gclient runhooks" 91 "name": "gclient runhooks"
89 }, 92 },
90 { 93 {
91 "cmd": [ 94 "cmd": [
92 "python", 95 "python",
93 "-u", 96 "-u",
94 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 97 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
95 "--build-dir", 98 "--build-dir",
96 "[SLAVE_BUILD]/src/out/Debug", 99 "[SLAVE_BUILD]/src/out/Debug",
97 "--clean-isolated-files" 100 "--clean-isolated-files"
98 ], 101 ],
102 "cwd": "[SLAVE_BUILD]",
99 "name": "clean isolated files" 103 "name": "clean isolated files"
100 }, 104 },
101 { 105 {
102 "cmd": [ 106 "cmd": [
103 "git", 107 "git",
104 "diff", 108 "diff",
105 "--cached", 109 "--cached",
106 "--name-only" 110 "--name-only"
107 ], 111 ],
108 "cwd": "[SLAVE_BUILD]/src", 112 "cwd": "[SLAVE_BUILD]/src",
109 "name": "git diff to analyze patch", 113 "name": "git diff to analyze patch",
110 "stdout": "/path/to/tmp/", 114 "stdout": "/path/to/tmp/",
111 "~followup_annotations": [ 115 "~followup_annotations": [
112 "@@@STEP_LOG_LINE@files@foo.cc@@@", 116 "@@@STEP_LOG_LINE@files@foo.cc@@@",
113 "@@@STEP_LOG_END@files@@@" 117 "@@@STEP_LOG_END@files@@@"
114 ] 118 ]
115 }, 119 },
116 { 120 {
117 "cmd": [ 121 "cmd": [
118 "python", 122 "python",
119 "-u", 123 "-u",
120 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 124 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
121 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 125 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
122 "/path/to/tmp/json" 126 "/path/to/tmp/json"
123 ], 127 ],
128 "cwd": "[SLAVE_BUILD]",
124 "name": "read filter exclusion spec", 129 "name": "read filter exclusion spec",
125 "~followup_annotations": [ 130 "~followup_annotations": [
126 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 131 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
127 "@@@STEP_LOG_LINE@json.output@{@@@", 132 "@@@STEP_LOG_LINE@json.output@{@@@",
128 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 133 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
129 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 134 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
130 "@@@STEP_LOG_LINE@json.output@ }, @@@", 135 "@@@STEP_LOG_LINE@json.output@ }, @@@",
131 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 136 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
132 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 137 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
133 "@@@STEP_LOG_LINE@json.output@ }, @@@", 138 "@@@STEP_LOG_LINE@json.output@ }, @@@",
134 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 139 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
135 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 140 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
136 "@@@STEP_LOG_LINE@json.output@ }@@@", 141 "@@@STEP_LOG_LINE@json.output@ }@@@",
137 "@@@STEP_LOG_LINE@json.output@}@@@", 142 "@@@STEP_LOG_LINE@json.output@}@@@",
138 "@@@STEP_LOG_END@json.output@@@" 143 "@@@STEP_LOG_END@json.output@@@"
139 ] 144 ]
140 }, 145 },
141 { 146 {
142 "cmd": [ 147 "cmd": [
143 "python", 148 "python",
144 "-u", 149 "-u",
145 "[SLAVE_BUILD]/src/build/gyp_chromium", 150 "[SLAVE_BUILD]/src/build/gyp_chromium",
146 "--analyzer", 151 "--analyzer",
147 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"conten t_gl_tests_run\", \"content_unittests_run\", \"gl_tests_run\", \"gles2_conform_t est_run\", \"gpu_unittests_run\", \"media_unittests_run\", \"tab_capture_end2end _tests_run\", \"telemetry_gpu_test_run\"]}", 152 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"conten t_gl_tests_run\", \"content_unittests_run\", \"gl_tests_run\", \"gles2_conform_t est_run\", \"gpu_unittests_run\", \"media_unittests_run\", \"tab_capture_end2end _tests_run\", \"telemetry_gpu_test_run\"]}",
148 "/path/to/tmp/json" 153 "/path/to/tmp/json"
149 ], 154 ],
155 "cwd": "[SLAVE_BUILD]",
150 "env": { 156 "env": {
151 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh ared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target _arch=x64 test_isolation_mode=prepare use_goma=1" 157 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh ared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target _arch=x64 test_isolation_mode=prepare use_goma=1"
152 }, 158 },
153 "name": "analyze", 159 "name": "analyze",
154 "~followup_annotations": [ 160 "~followup_annotations": [
155 "@@@STEP_LOG_LINE@json.output@{@@@", 161 "@@@STEP_LOG_LINE@json.output@{@@@",
156 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 162 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
157 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", 163 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@",
158 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@", 164 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\", @@@",
159 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@", 165 "@@@STEP_LOG_LINE@json.output@ \"app_list_demo\", @@@",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "angle_unittests_run", 210 "angle_unittests_run",
205 "content_gl_tests_run", 211 "content_gl_tests_run",
206 "content_unittests_run", 212 "content_unittests_run",
207 "gl_tests_run", 213 "gl_tests_run",
208 "gles2_conform_test_run", 214 "gles2_conform_test_run",
209 "gpu_unittests_run", 215 "gpu_unittests_run",
210 "media_unittests_run", 216 "media_unittests_run",
211 "tab_capture_end2end_tests_run", 217 "tab_capture_end2end_tests_run",
212 "telemetry_gpu_test_run" 218 "telemetry_gpu_test_run"
213 ], 219 ],
220 "cwd": "[SLAVE_BUILD]",
214 "name": "compile (with patch)" 221 "name": "compile (with patch)"
215 }, 222 },
216 { 223 {
217 "cmd": [ 224 "cmd": [
218 "python", 225 "python",
219 "-u", 226 "-u",
220 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", 227 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py",
221 "batcharchive", 228 "batcharchive",
222 "--dump-json", 229 "--dump-json",
223 "/path/to/tmp/json", 230 "/path/to/tmp/json",
224 "--isolate-server", 231 "--isolate-server",
225 "https://isolateserver.appspot.com", 232 "https://isolateserver.appspot.com",
226 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", 233 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json",
227 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", 234 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json",
228 "[SLAVE_BUILD]/src/out/Debug/content_unittests.isolated.gen.json", 235 "[SLAVE_BUILD]/src/out/Debug/content_unittests.isolated.gen.json",
229 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", 236 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json",
230 "[SLAVE_BUILD]/src/out/Debug/gles2_conform_test.isolated.gen.json", 237 "[SLAVE_BUILD]/src/out/Debug/gles2_conform_test.isolated.gen.json",
231 "[SLAVE_BUILD]/src/out/Debug/gpu_unittests.isolated.gen.json", 238 "[SLAVE_BUILD]/src/out/Debug/gpu_unittests.isolated.gen.json",
232 "[SLAVE_BUILD]/src/out/Debug/media_unittests.isolated.gen.json", 239 "[SLAVE_BUILD]/src/out/Debug/media_unittests.isolated.gen.json",
233 "[SLAVE_BUILD]/src/out/Debug/tab_capture_end2end_tests.isolated.gen.json", 240 "[SLAVE_BUILD]/src/out/Debug/tab_capture_end2end_tests.isolated.gen.json",
234 "[SLAVE_BUILD]/src/out/Debug/telemetry_gpu_test.isolated.gen.json" 241 "[SLAVE_BUILD]/src/out/Debug/telemetry_gpu_test.isolated.gen.json"
235 ], 242 ],
243 "cwd": "[SLAVE_BUILD]",
236 "name": "isolate tests", 244 "name": "isolate tests",
237 "~followup_annotations": [ 245 "~followup_annotations": [
238 "@@@STEP_LOG_LINE@json.output@{@@@", 246 "@@@STEP_LOG_LINE@json.output@{@@@",
239 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@", 247 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@",
240 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@", 248 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@",
241 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c ontent_unittests]\", @@@", 249 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c ontent_unittests]\", @@@",
242 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@", 250 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@",
243 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@", 251 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@",
244 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@", 252 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@",
245 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med ia_unittests]\", @@@", 253 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med ia_unittests]\", @@@",
246 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@", 254 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@",
247 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@", 255 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@",
248 "@@@STEP_LOG_LINE@json.output@}@@@", 256 "@@@STEP_LOG_LINE@json.output@}@@@",
249 "@@@STEP_LOG_END@json.output@@@", 257 "@@@STEP_LOG_END@json.output@@@",
250 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\ ", \"content_unittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_c onform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_u nittests\": \"[dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dumm y hash for telemetry_gpu_test]\"}@@@" 258 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\ ", \"content_unittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_c onform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_u nittests\": \"[dummy hash for media_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dumm y hash for telemetry_gpu_test]\"}@@@"
251 ] 259 ]
252 }, 260 },
253 { 261 {
254 "cmd": [ 262 "cmd": [
255 "killall", 263 "killall",
256 "-9", 264 "-9",
257 "gnome-keyring-daemon" 265 "gnome-keyring-daemon"
258 ], 266 ],
267 "cwd": "[SLAVE_BUILD]",
259 "name": "killall gnome-keyring-daemon" 268 "name": "killall gnome-keyring-daemon"
260 }, 269 },
261 { 270 {
262 "allow_subannotations": true, 271 "allow_subannotations": true,
263 "cmd": [ 272 "cmd": [
264 "python", 273 "python",
265 "-u", 274 "-u",
266 "[BUILD]/scripts/slave/runtest.py", 275 "[BUILD]/scripts/slave/runtest.py",
267 "--target", 276 "--target",
268 "Debug", 277 "Debug",
(...skipping 15 matching lines...) Expand all
284 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 293 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
285 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", 294 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d",
286 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 295 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
287 "-H", 296 "-H",
288 "[dummy hash for content_gl_tests]", 297 "[dummy hash for content_gl_tests]",
289 "-I", 298 "-I",
290 "https://isolateserver.appspot.com", 299 "https://isolateserver.appspot.com",
291 "--", 300 "--",
292 "--use-gpu-in-tests" 301 "--use-gpu-in-tests"
293 ], 302 ],
303 "cwd": "[SLAVE_BUILD]",
294 "name": "content_gl_tests" 304 "name": "content_gl_tests"
295 }, 305 },
296 { 306 {
297 "allow_subannotations": true, 307 "allow_subannotations": true,
298 "cmd": [ 308 "cmd": [
299 "python", 309 "python",
300 "-u", 310 "-u",
301 "[BUILD]/scripts/slave/runtest.py", 311 "[BUILD]/scripts/slave/runtest.py",
302 "--target", 312 "--target",
303 "Debug", 313 "Debug",
(...skipping 15 matching lines...) Expand all
319 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 329 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
320 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", 330 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d",
321 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 331 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
322 "-H", 332 "-H",
323 "[dummy hash for gl_tests]", 333 "[dummy hash for gl_tests]",
324 "-I", 334 "-I",
325 "https://isolateserver.appspot.com", 335 "https://isolateserver.appspot.com",
326 "--", 336 "--",
327 "--use-gpu-in-tests" 337 "--use-gpu-in-tests"
328 ], 338 ],
339 "cwd": "[SLAVE_BUILD]",
329 "name": "gl_tests" 340 "name": "gl_tests"
330 }, 341 },
331 { 342 {
332 "allow_subannotations": true, 343 "allow_subannotations": true,
333 "cmd": [ 344 "cmd": [
334 "python", 345 "python",
335 "-u", 346 "-u",
336 "[BUILD]/scripts/slave/runtest.py", 347 "[BUILD]/scripts/slave/runtest.py",
337 "--target", 348 "--target",
338 "Debug", 349 "Debug",
(...skipping 15 matching lines...) Expand all
354 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 365 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
355 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d", 366 "--webkit-revision=5e2293dffc3cd07d37fbedea3b500f0eb650614d",
356 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 367 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
357 "-H", 368 "-H",
358 "[dummy hash for angle_unittests]", 369 "[dummy hash for angle_unittests]",
359 "-I", 370 "-I",
360 "https://isolateserver.appspot.com", 371 "https://isolateserver.appspot.com",
361 "--", 372 "--",
362 "--use-gpu-in-tests" 373 "--use-gpu-in-tests"
363 ], 374 ],
375 "cwd": "[SLAVE_BUILD]",
364 "name": "angle_unittests" 376 "name": "angle_unittests"
365 }, 377 },
366 { 378 {
367 "allow_subannotations": true, 379 "allow_subannotations": true,
368 "cmd": [ 380 "cmd": [
369 "python", 381 "python",
370 "-u", 382 "-u",
371 "[BUILD]/scripts/slave/runtest.py", 383 "[BUILD]/scripts/slave/runtest.py",
372 "--target", 384 "--target",
373 "Debug", 385 "Debug",
(...skipping 27 matching lines...) Expand all
401 "--build-revision", 413 "--build-revision",
402 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 414 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
403 "--test-machine-name", 415 "--test-machine-name",
404 "TestBuilder", 416 "TestBuilder",
405 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 417 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
406 "--output-format", 418 "--output-format",
407 "json", 419 "json",
408 "--output-dir", 420 "--output-dir",
409 "/path/to/tmp/" 421 "/path/to/tmp/"
410 ], 422 ],
423 "cwd": "[SLAVE_BUILD]",
411 "env": { 424 "env": {
412 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 425 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
413 }, 426 },
414 "name": "maps_pixel_test", 427 "name": "maps_pixel_test",
415 "~followup_annotations": [ 428 "~followup_annotations": [
416 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 429 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
417 ] 430 ]
418 }, 431 },
419 { 432 {
420 "allow_subannotations": true, 433 "allow_subannotations": true,
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 "--os-type", 472 "--os-type",
460 "linux", 473 "linux",
461 "--test-machine-name", 474 "--test-machine-name",
462 "TestBuilder", 475 "TestBuilder",
463 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 476 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
464 "--output-format", 477 "--output-format",
465 "json", 478 "json",
466 "--output-dir", 479 "--output-dir",
467 "/path/to/tmp/" 480 "/path/to/tmp/"
468 ], 481 ],
482 "cwd": "[SLAVE_BUILD]",
469 "env": { 483 "env": {
470 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 484 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
471 }, 485 },
472 "name": "pixel_test", 486 "name": "pixel_test",
473 "~followup_annotations": [ 487 "~followup_annotations": [
474 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 488 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
475 ] 489 ]
476 }, 490 },
477 { 491 {
478 "allow_subannotations": true, 492 "allow_subannotations": true,
(...skipping 29 matching lines...) Expand all
508 "--output-format=gtest", 522 "--output-format=gtest",
509 "--browser=debug", 523 "--browser=debug",
510 "-v", 524 "-v",
511 "--use-devtools-active-port", 525 "--use-devtools-active-port",
512 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 526 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
513 "--output-format", 527 "--output-format",
514 "json", 528 "json",
515 "--output-dir", 529 "--output-dir",
516 "/path/to/tmp/" 530 "/path/to/tmp/"
517 ], 531 ],
532 "cwd": "[SLAVE_BUILD]",
518 "env": { 533 "env": {
519 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 534 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
520 }, 535 },
521 "name": "webgl_conformance_tests", 536 "name": "webgl_conformance_tests",
522 "~followup_annotations": [ 537 "~followup_annotations": [
523 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 538 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
524 ] 539 ]
525 }, 540 },
526 { 541 {
527 "allow_subannotations": true, 542 "allow_subannotations": true,
(...skipping 29 matching lines...) Expand all
557 "--output-format=gtest", 572 "--output-format=gtest",
558 "--browser=debug", 573 "--browser=debug",
559 "-v", 574 "-v",
560 "--use-devtools-active-port", 575 "--use-devtools-active-port",
561 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 576 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
562 "--output-format", 577 "--output-format",
563 "json", 578 "json",
564 "--output-dir", 579 "--output-dir",
565 "/path/to/tmp/" 580 "/path/to/tmp/"
566 ], 581 ],
582 "cwd": "[SLAVE_BUILD]",
567 "env": { 583 "env": {
568 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 584 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
569 }, 585 },
570 "name": "context_lost_tests", 586 "name": "context_lost_tests",
571 "~followup_annotations": [ 587 "~followup_annotations": [
572 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 588 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
573 ] 589 ]
574 }, 590 },
575 { 591 {
576 "allow_subannotations": true, 592 "allow_subannotations": true,
(...skipping 29 matching lines...) Expand all
606 "--output-format=gtest", 622 "--output-format=gtest",
607 "--browser=debug", 623 "--browser=debug",
608 "-v", 624 "-v",
609 "--use-devtools-active-port", 625 "--use-devtools-active-port",
610 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 626 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
611 "--output-format", 627 "--output-format",
612 "json", 628 "json",
613 "--output-dir", 629 "--output-dir",
614 "/path/to/tmp/" 630 "/path/to/tmp/"
615 ], 631 ],
632 "cwd": "[SLAVE_BUILD]",
616 "env": { 633 "env": {
617 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 634 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
618 }, 635 },
619 "name": "memory_test", 636 "name": "memory_test",
620 "~followup_annotations": [ 637 "~followup_annotations": [
621 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 638 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
622 ] 639 ]
623 }, 640 },
624 { 641 {
625 "allow_subannotations": true, 642 "allow_subannotations": true,
(...skipping 29 matching lines...) Expand all
655 "--output-format=gtest", 672 "--output-format=gtest",
656 "--browser=debug", 673 "--browser=debug",
657 "-v", 674 "-v",
658 "--use-devtools-active-port", 675 "--use-devtools-active-port",
659 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 676 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
660 "--output-format", 677 "--output-format",
661 "json", 678 "json",
662 "--output-dir", 679 "--output-dir",
663 "/path/to/tmp/" 680 "/path/to/tmp/"
664 ], 681 ],
682 "cwd": "[SLAVE_BUILD]",
665 "env": { 683 "env": {
666 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 684 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
667 }, 685 },
668 "name": "trace_test", 686 "name": "trace_test",
669 "~followup_annotations": [ 687 "~followup_annotations": [
670 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 688 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
671 ] 689 ]
672 }, 690 },
673 { 691 {
674 "allow_subannotations": true, 692 "allow_subannotations": true,
(...skipping 29 matching lines...) Expand all
704 "--output-format=gtest", 722 "--output-format=gtest",
705 "--browser=debug", 723 "--browser=debug",
706 "-v", 724 "-v",
707 "--use-devtools-active-port", 725 "--use-devtools-active-port",
708 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 726 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
709 "--output-format", 727 "--output-format",
710 "json", 728 "json",
711 "--output-dir", 729 "--output-dir",
712 "/path/to/tmp/" 730 "/path/to/tmp/"
713 ], 731 ],
732 "cwd": "[SLAVE_BUILD]",
714 "env": { 733 "env": {
715 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 734 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
716 }, 735 },
717 "name": "screenshot_sync_tests", 736 "name": "screenshot_sync_tests",
718 "~followup_annotations": [ 737 "~followup_annotations": [
719 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 738 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
720 ] 739 ]
721 }, 740 },
722 { 741 {
723 "allow_subannotations": true, 742 "allow_subannotations": true,
(...skipping 29 matching lines...) Expand all
753 "--output-format=gtest", 772 "--output-format=gtest",
754 "--browser=debug", 773 "--browser=debug",
755 "-v", 774 "-v",
756 "--use-devtools-active-port", 775 "--use-devtools-active-port",
757 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 776 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
758 "--output-format", 777 "--output-format",
759 "json", 778 "json",
760 "--output-dir", 779 "--output-dir",
761 "/path/to/tmp/" 780 "/path/to/tmp/"
762 ], 781 ],
782 "cwd": "[SLAVE_BUILD]",
763 "env": { 783 "env": {
764 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 784 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
765 }, 785 },
766 "name": "hardware_accelerated_feature_tests", 786 "name": "hardware_accelerated_feature_tests",
767 "~followup_annotations": [ 787 "~followup_annotations": [
768 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 788 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
769 ] 789 ]
770 }, 790 },
771 { 791 {
772 "allow_subannotations": true, 792 "allow_subannotations": true,
(...skipping 29 matching lines...) Expand all
802 "--output-format=gtest", 822 "--output-format=gtest",
803 "--browser=debug", 823 "--browser=debug",
804 "-v", 824 "-v",
805 "--use-devtools-active-port", 825 "--use-devtools-active-port",
806 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 826 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
807 "--output-format", 827 "--output-format",
808 "json", 828 "json",
809 "--output-dir", 829 "--output-dir",
810 "/path/to/tmp/" 830 "/path/to/tmp/"
811 ], 831 ],
832 "cwd": "[SLAVE_BUILD]",
812 "env": { 833 "env": {
813 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 834 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
814 }, 835 },
815 "name": "gpu_process_launch_tests", 836 "name": "gpu_process_launch_tests",
816 "~followup_annotations": [ 837 "~followup_annotations": [
817 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 838 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
818 ] 839 ]
819 }, 840 },
820 { 841 {
821 "allow_subannotations": true, 842 "allow_subannotations": true,
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 "--build-revision", 876 "--build-revision",
856 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 877 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
857 "--test-machine-name", 878 "--test-machine-name",
858 "TestBuilder", 879 "TestBuilder",
859 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 880 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
860 "--output-format", 881 "--output-format",
861 "json", 882 "json",
862 "--output-dir", 883 "--output-dir",
863 "/path/to/tmp/" 884 "/path/to/tmp/"
864 ], 885 ],
886 "cwd": "[SLAVE_BUILD]",
865 "env": { 887 "env": {
866 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 888 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
867 }, 889 },
868 "name": "gpu_rasterization_tests", 890 "name": "gpu_rasterization_tests",
869 "~followup_annotations": [ 891 "~followup_annotations": [
870 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" 892 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
871 ] 893 ]
872 } 894 }
873 ] 895 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698