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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 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
OLDNEW
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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "win_swarming", 10 "win_swarming",
(...skipping 12 matching lines...) Expand all
23 "--patchset", 23 "--patchset",
24 "1", 24 "1",
25 "--rietveld_server", 25 "--rietveld_server",
26 "https://fake.rietveld.url", 26 "https://fake.rietveld.url",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
29 "--revision", 29 "--revision",
30 "src@12345", 30 "src@12345",
31 "--output_manifest" 31 "--output_manifest"
32 ], 32 ],
33 "cwd": "[SLAVE_BUILD]",
34 "env": { 33 "env": {
35 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 34 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
36 }, 35 },
37 "name": "bot_update", 36 "name": "bot_update",
38 "~followup_annotations": [ 37 "~followup_annotations": [
39 "@@@STEP_TEXT@Some step text@@@", 38 "@@@STEP_TEXT@Some step text@@@",
40 "@@@STEP_LOG_LINE@json.output@{@@@", 39 "@@@STEP_LOG_LINE@json.output@{@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 18 matching lines...) Expand all
62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
63 ] 62 ]
64 }, 63 },
65 { 64 {
66 "cmd": [ 65 "cmd": [
67 "python", 66 "python",
68 "-u", 67 "-u",
69 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", 68 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py",
70 "[SLAVE_BUILD]\\src\\out" 69 "[SLAVE_BUILD]\\src\\out"
71 ], 70 ],
72 "cwd": "[SLAVE_BUILD]",
73 "name": "clean test output files" 71 "name": "clean test output files"
74 }, 72 },
75 { 73 {
76 "cmd": [ 74 "cmd": [
77 "python", 75 "python",
78 "-u", 76 "-u",
79 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 77 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
80 "--show-path", 78 "--show-path",
81 "python", 79 "python",
82 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 80 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
83 ], 81 ],
84 "cwd": "[SLAVE_BUILD]",
85 "name": "cleanup_temp" 82 "name": "cleanup_temp"
86 }, 83 },
87 { 84 {
88 "cmd": [ 85 "cmd": [
89 "python", 86 "python",
90 "-u", 87 "-u",
91 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", 88 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
92 "--build-dir", 89 "--build-dir",
93 "[SLAVE_BUILD]\\src\\out\\Debug", 90 "[SLAVE_BUILD]\\src\\out\\Debug",
94 "--clean-isolated-files" 91 "--clean-isolated-files"
95 ], 92 ],
96 "cwd": "[SLAVE_BUILD]",
97 "name": "clean isolated files" 93 "name": "clean isolated files"
98 }, 94 },
99 { 95 {
100 "cmd": [ 96 "cmd": [
101 "python", 97 "python",
102 "-u", 98 "-u",
103 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 99 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
104 "runhooks" 100 "runhooks"
105 ], 101 ],
106 "cwd": "[SLAVE_BUILD]",
107 "env": { 102 "env": {
108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 103 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
109 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 ta rget_arch=ia32 test_isolation_mode=prepare use_goma=1", 104 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 ta rget_arch=ia32 test_isolation_mode=prepare use_goma=1",
110 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 105 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
111 }, 106 },
112 "name": "gclient runhooks" 107 "name": "gclient runhooks"
113 }, 108 },
114 { 109 {
115 "cmd": [ 110 "cmd": [
116 "python", 111 "python",
117 "-u", 112 "-u",
118 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 113 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
119 "--version" 114 "--version"
120 ], 115 ],
121 "cwd": "[SLAVE_BUILD]",
122 "name": "swarming.py --version", 116 "name": "swarming.py --version",
123 "stdout": "/path/to/tmp/", 117 "stdout": "/path/to/tmp/",
124 "~followup_annotations": [ 118 "~followup_annotations": [
125 "@@@STEP_TEXT@0.4.10@@@" 119 "@@@STEP_TEXT@0.4.10@@@"
126 ] 120 ]
127 }, 121 },
128 { 122 {
129 "cmd": [ 123 "cmd": [
130 "python", 124 "python",
131 "-u", 125 "-u",
(...skipping 19 matching lines...) Expand all
151 "/path/to/tmp/json", 145 "/path/to/tmp/json",
152 "--goma-service-account-json-file", 146 "--goma-service-account-json-file",
153 "C:\\creds\\service_accounts\\service-account-goma-client.json", 147 "C:\\creds\\service_accounts\\service-account-goma-client.json",
154 "--goma-dir", 148 "--goma-dir",
155 "[BUILD]\\goma", 149 "[BUILD]\\goma",
156 "--goma-fail-fast", 150 "--goma-fail-fast",
157 "--goma-disable-local-fallback", 151 "--goma-disable-local-fallback",
158 "--", 152 "--",
159 "All" 153 "All"
160 ], 154 ],
161 "cwd": "[SLAVE_BUILD]",
162 "env": { 155 "env": {
163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
164 }, 157 },
165 "name": "compile", 158 "name": "compile",
166 "~followup_annotations": [ 159 "~followup_annotations": [
167 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 160 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
168 "@@@STEP_LOG_END@json.output (invalid)@@@" 161 "@@@STEP_LOG_END@json.output (invalid)@@@"
169 ] 162 ]
170 }, 163 },
171 { 164 {
(...skipping 28 matching lines...) Expand all
200 "[SLAVE_BUILD]\\src\\out\\Debug\\peerconnection_unittests.isolated.gen.jso n", 193 "[SLAVE_BUILD]\\src\\out\\Debug\\peerconnection_unittests.isolated.gen.jso n",
201 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_media_unittests.isolated.gen.json", 194 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_media_unittests.isolated.gen.json",
202 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_pc_unittests.isolated.gen.json", 195 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_pc_unittests.isolated.gen.json",
203 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_unittests.isolated.gen.json", 196 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_unittests.isolated.gen.json",
204 "[SLAVE_BUILD]\\src\\out\\Debug\\system_wrappers_unittests.isolated.gen.js on", 197 "[SLAVE_BUILD]\\src\\out\\Debug\\system_wrappers_unittests.isolated.gen.js on",
205 "[SLAVE_BUILD]\\src\\out\\Debug\\test_support_unittests.isolated.gen.json" , 198 "[SLAVE_BUILD]\\src\\out\\Debug\\test_support_unittests.isolated.gen.json" ,
206 "[SLAVE_BUILD]\\src\\out\\Debug\\tools_unittests.isolated.gen.json", 199 "[SLAVE_BUILD]\\src\\out\\Debug\\tools_unittests.isolated.gen.json",
207 "[SLAVE_BUILD]\\src\\out\\Debug\\video_engine_tests.isolated.gen.json", 200 "[SLAVE_BUILD]\\src\\out\\Debug\\video_engine_tests.isolated.gen.json",
208 "[SLAVE_BUILD]\\src\\out\\Debug\\voice_engine_unittests.isolated.gen.json" 201 "[SLAVE_BUILD]\\src\\out\\Debug\\voice_engine_unittests.isolated.gen.json"
209 ], 202 ],
210 "cwd": "[SLAVE_BUILD]",
211 "name": "isolate tests", 203 "name": "isolate tests",
212 "~followup_annotations": [ 204 "~followup_annotations": [
213 "@@@STEP_LOG_LINE@json.output@{@@@", 205 "@@@STEP_LOG_LINE@json.output@{@@@",
214 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittests]\", @@@", 206 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittests]\", @@@",
215 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", @@@", 207 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", @@@",
216 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash for common_video_unittests]\", @@@", 208 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash for common_video_unittests]\", @@@",
217 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul es_tests]\", @@@", 209 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul es_tests]\", @@@",
218 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m odules_unittests]\", @@@", 210 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m odules_unittests]\", @@@",
219 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has h for peerconnection_unittests]\", @@@", 211 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has h for peerconnection_unittests]\", @@@",
220 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for rtc_media_unittests]\", @@@", 212 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for rtc_media_unittests]\", @@@",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "purpose:pre-commit", 278 "purpose:pre-commit",
287 "--tag", 279 "--tag",
288 "rietveld:https://fake.rietveld.url/666666/#ps1", 280 "rietveld:https://fake.rietveld.url/666666/#ps1",
289 "--tag", 281 "--tag",
290 "slavename:slavename", 282 "slavename:slavename",
291 "--tag", 283 "--tag",
292 "stepname:audio_decoder_unittests on Windows", 284 "stepname:audio_decoder_unittests on Windows",
293 "--idempotent", 285 "--idempotent",
294 "[dummy hash for audio_decoder_unittests]" 286 "[dummy hash for audio_decoder_unittests]"
295 ], 287 ],
296 "cwd": "[SLAVE_BUILD]",
297 "name": "[trigger] audio_decoder_unittests on Windows", 288 "name": "[trigger] audio_decoder_unittests on Windows",
298 "~followup_annotations": [ 289 "~followup_annotations": [
299 "@@@STEP_LOG_LINE@json.output@{@@@", 290 "@@@STEP_LOG_LINE@json.output@{@@@",
300 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte sts/Windows/[dummy has/win_swarming/1337\", @@@", 291 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte sts/Windows/[dummy has/win_swarming/1337\", @@@",
301 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 292 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
302 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Windows/[dummy has/win_swarming/1337\": {@@@", 293 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Windows/[dummy has/win_swarming/1337\": {@@@",
303 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 294 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
304 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 295 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
305 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 296 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
306 "@@@STEP_LOG_LINE@json.output@ }@@@", 297 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 "purpose:pre-commit", 357 "purpose:pre-commit",
367 "--tag", 358 "--tag",
368 "rietveld:https://fake.rietveld.url/666666/#ps1", 359 "rietveld:https://fake.rietveld.url/666666/#ps1",
369 "--tag", 360 "--tag",
370 "slavename:slavename", 361 "slavename:slavename",
371 "--tag", 362 "--tag",
372 "stepname:common_audio_unittests on Windows", 363 "stepname:common_audio_unittests on Windows",
373 "--idempotent", 364 "--idempotent",
374 "[dummy hash for common_audio_unittests]" 365 "[dummy hash for common_audio_unittests]"
375 ], 366 ],
376 "cwd": "[SLAVE_BUILD]",
377 "name": "[trigger] common_audio_unittests on Windows", 367 "name": "[trigger] common_audio_unittests on Windows",
378 "~followup_annotations": [ 368 "~followup_annotations": [
379 "@@@STEP_LOG_LINE@json.output@{@@@", 369 "@@@STEP_LOG_LINE@json.output@{@@@",
380 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes ts/Windows/[dummy has/win_swarming/1337\", @@@", 370 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes ts/Windows/[dummy has/win_swarming/1337\", @@@",
381 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 371 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
382 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Windows/[dummy has/win_swarming/1337\": {@@@", 372 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Windows/[dummy has/win_swarming/1337\": {@@@",
383 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 373 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
384 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 374 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
385 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 375 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
386 "@@@STEP_LOG_LINE@json.output@ }@@@", 376 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "purpose:pre-commit", 436 "purpose:pre-commit",
447 "--tag", 437 "--tag",
448 "rietveld:https://fake.rietveld.url/666666/#ps1", 438 "rietveld:https://fake.rietveld.url/666666/#ps1",
449 "--tag", 439 "--tag",
450 "slavename:slavename", 440 "slavename:slavename",
451 "--tag", 441 "--tag",
452 "stepname:common_video_unittests on Windows", 442 "stepname:common_video_unittests on Windows",
453 "--idempotent", 443 "--idempotent",
454 "[dummy hash for common_video_unittests]" 444 "[dummy hash for common_video_unittests]"
455 ], 445 ],
456 "cwd": "[SLAVE_BUILD]",
457 "name": "[trigger] common_video_unittests on Windows", 446 "name": "[trigger] common_video_unittests on Windows",
458 "~followup_annotations": [ 447 "~followup_annotations": [
459 "@@@STEP_LOG_LINE@json.output@{@@@", 448 "@@@STEP_LOG_LINE@json.output@{@@@",
460 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes ts/Windows/[dummy has/win_swarming/1337\", @@@", 449 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes ts/Windows/[dummy has/win_swarming/1337\", @@@",
461 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 450 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
462 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Windows/[dummy has/win_swarming/1337\": {@@@", 451 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Windows/[dummy has/win_swarming/1337\": {@@@",
463 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 452 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
464 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 453 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
465 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 454 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
466 "@@@STEP_LOG_LINE@json.output@ }@@@", 455 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 "purpose:pre-commit", 515 "purpose:pre-commit",
527 "--tag", 516 "--tag",
528 "rietveld:https://fake.rietveld.url/666666/#ps1", 517 "rietveld:https://fake.rietveld.url/666666/#ps1",
529 "--tag", 518 "--tag",
530 "slavename:slavename", 519 "slavename:slavename",
531 "--tag", 520 "--tag",
532 "stepname:modules_tests on Windows", 521 "stepname:modules_tests on Windows",
533 "--idempotent", 522 "--idempotent",
534 "[dummy hash for modules_tests]" 523 "[dummy hash for modules_tests]"
535 ], 524 ],
536 "cwd": "[SLAVE_BUILD]",
537 "name": "[trigger] modules_tests on Windows", 525 "name": "[trigger] modules_tests on Windows",
538 "~followup_annotations": [ 526 "~followup_annotations": [
539 "@@@STEP_LOG_LINE@json.output@{@@@", 527 "@@@STEP_LOG_LINE@json.output@{@@@",
540 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Window s/[dummy has/win_swarming/1337\", @@@", 528 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Window s/[dummy has/win_swarming/1337\", @@@",
541 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 529 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
542 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Windows/[dummy has/win_s warming/1337\": {@@@", 530 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Windows/[dummy has/win_s warming/1337\": {@@@",
543 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 531 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
544 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 532 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
545 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 533 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
546 "@@@STEP_LOG_LINE@json.output@ }@@@", 534 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 "purpose:pre-commit", 594 "purpose:pre-commit",
607 "--tag", 595 "--tag",
608 "rietveld:https://fake.rietveld.url/666666/#ps1", 596 "rietveld:https://fake.rietveld.url/666666/#ps1",
609 "--tag", 597 "--tag",
610 "slavename:slavename", 598 "slavename:slavename",
611 "--tag", 599 "--tag",
612 "stepname:modules_unittests on Windows", 600 "stepname:modules_unittests on Windows",
613 "--idempotent", 601 "--idempotent",
614 "[dummy hash for modules_unittests]" 602 "[dummy hash for modules_unittests]"
615 ], 603 ],
616 "cwd": "[SLAVE_BUILD]",
617 "name": "[trigger] modules_unittests on Windows", 604 "name": "[trigger] modules_unittests on Windows",
618 "~followup_annotations": [ 605 "~followup_annotations": [
619 "@@@STEP_LOG_LINE@json.output@{@@@", 606 "@@@STEP_LOG_LINE@json.output@{@@@",
620 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Wi ndows/[dummy has/win_swarming/1337\", @@@", 607 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Wi ndows/[dummy has/win_swarming/1337\", @@@",
621 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 608 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
622 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Windows/[dummy has/w in_swarming/1337\": {@@@", 609 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Windows/[dummy has/w in_swarming/1337\": {@@@",
623 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 610 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
624 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 611 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
625 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 612 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
626 "@@@STEP_LOG_LINE@json.output@ }@@@", 613 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 "purpose:pre-commit", 673 "purpose:pre-commit",
687 "--tag", 674 "--tag",
688 "rietveld:https://fake.rietveld.url/666666/#ps1", 675 "rietveld:https://fake.rietveld.url/666666/#ps1",
689 "--tag", 676 "--tag",
690 "slavename:slavename", 677 "slavename:slavename",
691 "--tag", 678 "--tag",
692 "stepname:peerconnection_unittests on Windows", 679 "stepname:peerconnection_unittests on Windows",
693 "--idempotent", 680 "--idempotent",
694 "[dummy hash for peerconnection_unittests]" 681 "[dummy hash for peerconnection_unittests]"
695 ], 682 ],
696 "cwd": "[SLAVE_BUILD]",
697 "name": "[trigger] peerconnection_unittests on Windows", 683 "name": "[trigger] peerconnection_unittests on Windows",
698 "~followup_annotations": [ 684 "~followup_annotations": [
699 "@@@STEP_LOG_LINE@json.output@{@@@", 685 "@@@STEP_LOG_LINE@json.output@{@@@",
700 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt ests/Windows/[dummy has/win_swarming/1337\", @@@", 686 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt ests/Windows/[dummy has/win_swarming/1337\", @@@",
701 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 687 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
702 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Windows/[dumm y has/win_swarming/1337\": {@@@", 688 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Windows/[dumm y has/win_swarming/1337\": {@@@",
703 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 689 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
704 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 690 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
705 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 691 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
706 "@@@STEP_LOG_LINE@json.output@ }@@@", 692 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 "purpose:pre-commit", 752 "purpose:pre-commit",
767 "--tag", 753 "--tag",
768 "rietveld:https://fake.rietveld.url/666666/#ps1", 754 "rietveld:https://fake.rietveld.url/666666/#ps1",
769 "--tag", 755 "--tag",
770 "slavename:slavename", 756 "slavename:slavename",
771 "--tag", 757 "--tag",
772 "stepname:rtc_media_unittests on Windows", 758 "stepname:rtc_media_unittests on Windows",
773 "--idempotent", 759 "--idempotent",
774 "[dummy hash for rtc_media_unittests]" 760 "[dummy hash for rtc_media_unittests]"
775 ], 761 ],
776 "cwd": "[SLAVE_BUILD]",
777 "name": "[trigger] rtc_media_unittests on Windows", 762 "name": "[trigger] rtc_media_unittests on Windows",
778 "~followup_annotations": [ 763 "~followup_annotations": [
779 "@@@STEP_LOG_LINE@json.output@{@@@", 764 "@@@STEP_LOG_LINE@json.output@{@@@",
780 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_media_unittests/ Windows/[dummy has/win_swarming/1337\", @@@", 765 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_media_unittests/ Windows/[dummy has/win_swarming/1337\", @@@",
781 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 766 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
782 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests/Windows/[dummy has /win_swarming/1337\": {@@@", 767 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests/Windows/[dummy has /win_swarming/1337\": {@@@",
783 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 768 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
784 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 769 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
785 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 770 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
786 "@@@STEP_LOG_LINE@json.output@ }@@@", 771 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 "purpose:pre-commit", 831 "purpose:pre-commit",
847 "--tag", 832 "--tag",
848 "rietveld:https://fake.rietveld.url/666666/#ps1", 833 "rietveld:https://fake.rietveld.url/666666/#ps1",
849 "--tag", 834 "--tag",
850 "slavename:slavename", 835 "slavename:slavename",
851 "--tag", 836 "--tag",
852 "stepname:rtc_pc_unittests on Windows", 837 "stepname:rtc_pc_unittests on Windows",
853 "--idempotent", 838 "--idempotent",
854 "[dummy hash for rtc_pc_unittests]" 839 "[dummy hash for rtc_pc_unittests]"
855 ], 840 ],
856 "cwd": "[SLAVE_BUILD]",
857 "name": "[trigger] rtc_pc_unittests on Windows", 841 "name": "[trigger] rtc_pc_unittests on Windows",
858 "~followup_annotations": [ 842 "~followup_annotations": [
859 "@@@STEP_LOG_LINE@json.output@{@@@", 843 "@@@STEP_LOG_LINE@json.output@{@@@",
860 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_pc_unittests/Win dows/[dummy has/win_swarming/1337\", @@@", 844 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_pc_unittests/Win dows/[dummy has/win_swarming/1337\", @@@",
861 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 845 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
862 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests/Windows/[dummy has/wi n_swarming/1337\": {@@@", 846 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests/Windows/[dummy has/wi n_swarming/1337\": {@@@",
863 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 847 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
864 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 848 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
865 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 849 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
866 "@@@STEP_LOG_LINE@json.output@ }@@@", 850 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 "purpose:pre-commit", 910 "purpose:pre-commit",
927 "--tag", 911 "--tag",
928 "rietveld:https://fake.rietveld.url/666666/#ps1", 912 "rietveld:https://fake.rietveld.url/666666/#ps1",
929 "--tag", 913 "--tag",
930 "slavename:slavename", 914 "slavename:slavename",
931 "--tag", 915 "--tag",
932 "stepname:rtc_unittests on Windows", 916 "stepname:rtc_unittests on Windows",
933 "--idempotent", 917 "--idempotent",
934 "[dummy hash for rtc_unittests]" 918 "[dummy hash for rtc_unittests]"
935 ], 919 ],
936 "cwd": "[SLAVE_BUILD]",
937 "name": "[trigger] rtc_unittests on Windows", 920 "name": "[trigger] rtc_unittests on Windows",
938 "~followup_annotations": [ 921 "~followup_annotations": [
939 "@@@STEP_LOG_LINE@json.output@{@@@", 922 "@@@STEP_LOG_LINE@json.output@{@@@",
940 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Window s/[dummy has/win_swarming/1337\", @@@", 923 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Window s/[dummy has/win_swarming/1337\", @@@",
941 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 924 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
942 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Windows/[dummy has/win_s warming/1337\": {@@@", 925 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Windows/[dummy has/win_s warming/1337\": {@@@",
943 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 926 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
944 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 927 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
945 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 928 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
946 "@@@STEP_LOG_LINE@json.output@ }@@@", 929 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 "purpose:pre-commit", 989 "purpose:pre-commit",
1007 "--tag", 990 "--tag",
1008 "rietveld:https://fake.rietveld.url/666666/#ps1", 991 "rietveld:https://fake.rietveld.url/666666/#ps1",
1009 "--tag", 992 "--tag",
1010 "slavename:slavename", 993 "slavename:slavename",
1011 "--tag", 994 "--tag",
1012 "stepname:system_wrappers_unittests on Windows", 995 "stepname:system_wrappers_unittests on Windows",
1013 "--idempotent", 996 "--idempotent",
1014 "[dummy hash for system_wrappers_unittests]" 997 "[dummy hash for system_wrappers_unittests]"
1015 ], 998 ],
1016 "cwd": "[SLAVE_BUILD]",
1017 "name": "[trigger] system_wrappers_unittests on Windows", 999 "name": "[trigger] system_wrappers_unittests on Windows",
1018 "~followup_annotations": [ 1000 "~followup_annotations": [
1019 "@@@STEP_LOG_LINE@json.output@{@@@", 1001 "@@@STEP_LOG_LINE@json.output@{@@@",
1020 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit tests/Windows/[dummy has/win_swarming/1337\", @@@", 1002 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit tests/Windows/[dummy has/win_swarming/1337\", @@@",
1021 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1003 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1022 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Windows/[dum my has/win_swarming/1337\": {@@@", 1004 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Windows/[dum my has/win_swarming/1337\": {@@@",
1023 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1005 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1024 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1006 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1025 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1007 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1026 "@@@STEP_LOG_LINE@json.output@ }@@@", 1008 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 "purpose:pre-commit", 1068 "purpose:pre-commit",
1087 "--tag", 1069 "--tag",
1088 "rietveld:https://fake.rietveld.url/666666/#ps1", 1070 "rietveld:https://fake.rietveld.url/666666/#ps1",
1089 "--tag", 1071 "--tag",
1090 "slavename:slavename", 1072 "slavename:slavename",
1091 "--tag", 1073 "--tag",
1092 "stepname:test_support_unittests on Windows", 1074 "stepname:test_support_unittests on Windows",
1093 "--idempotent", 1075 "--idempotent",
1094 "[dummy hash for test_support_unittests]" 1076 "[dummy hash for test_support_unittests]"
1095 ], 1077 ],
1096 "cwd": "[SLAVE_BUILD]",
1097 "name": "[trigger] test_support_unittests on Windows", 1078 "name": "[trigger] test_support_unittests on Windows",
1098 "~followup_annotations": [ 1079 "~followup_annotations": [
1099 "@@@STEP_LOG_LINE@json.output@{@@@", 1080 "@@@STEP_LOG_LINE@json.output@{@@@",
1100 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes ts/Windows/[dummy has/win_swarming/1337\", @@@", 1081 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes ts/Windows/[dummy has/win_swarming/1337\", @@@",
1101 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1082 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1102 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Windows/[dummy has/win_swarming/1337\": {@@@", 1083 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Windows/[dummy has/win_swarming/1337\": {@@@",
1103 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1084 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1104 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1085 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1105 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1086 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1106 "@@@STEP_LOG_LINE@json.output@ }@@@", 1087 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 "purpose:pre-commit", 1147 "purpose:pre-commit",
1167 "--tag", 1148 "--tag",
1168 "rietveld:https://fake.rietveld.url/666666/#ps1", 1149 "rietveld:https://fake.rietveld.url/666666/#ps1",
1169 "--tag", 1150 "--tag",
1170 "slavename:slavename", 1151 "slavename:slavename",
1171 "--tag", 1152 "--tag",
1172 "stepname:tools_unittests on Windows", 1153 "stepname:tools_unittests on Windows",
1173 "--idempotent", 1154 "--idempotent",
1174 "[dummy hash for tools_unittests]" 1155 "[dummy hash for tools_unittests]"
1175 ], 1156 ],
1176 "cwd": "[SLAVE_BUILD]",
1177 "name": "[trigger] tools_unittests on Windows", 1157 "name": "[trigger] tools_unittests on Windows",
1178 "~followup_annotations": [ 1158 "~followup_annotations": [
1179 "@@@STEP_LOG_LINE@json.output@{@@@", 1159 "@@@STEP_LOG_LINE@json.output@{@@@",
1180 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Wind ows/[dummy has/win_swarming/1337\", @@@", 1160 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Wind ows/[dummy has/win_swarming/1337\", @@@",
1181 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1161 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1182 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Windows/[dummy has/win _swarming/1337\": {@@@", 1162 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Windows/[dummy has/win _swarming/1337\": {@@@",
1183 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1163 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1184 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1164 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1185 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1165 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1186 "@@@STEP_LOG_LINE@json.output@ }@@@", 1166 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 "purpose:pre-commit", 1226 "purpose:pre-commit",
1247 "--tag", 1227 "--tag",
1248 "rietveld:https://fake.rietveld.url/666666/#ps1", 1228 "rietveld:https://fake.rietveld.url/666666/#ps1",
1249 "--tag", 1229 "--tag",
1250 "slavename:slavename", 1230 "slavename:slavename",
1251 "--tag", 1231 "--tag",
1252 "stepname:video_engine_tests on Windows", 1232 "stepname:video_engine_tests on Windows",
1253 "--idempotent", 1233 "--idempotent",
1254 "[dummy hash for video_engine_tests]" 1234 "[dummy hash for video_engine_tests]"
1255 ], 1235 ],
1256 "cwd": "[SLAVE_BUILD]",
1257 "name": "[trigger] video_engine_tests on Windows", 1236 "name": "[trigger] video_engine_tests on Windows",
1258 "~followup_annotations": [ 1237 "~followup_annotations": [
1259 "@@@STEP_LOG_LINE@json.output@{@@@", 1238 "@@@STEP_LOG_LINE@json.output@{@@@",
1260 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/W indows/[dummy has/win_swarming/1337\", @@@", 1239 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/W indows/[dummy has/win_swarming/1337\", @@@",
1261 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1240 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1262 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Windows/[dummy has/ win_swarming/1337\": {@@@", 1241 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Windows/[dummy has/ win_swarming/1337\": {@@@",
1263 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1242 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1264 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1243 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1265 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1244 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1266 "@@@STEP_LOG_LINE@json.output@ }@@@", 1245 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
1326 "purpose:pre-commit", 1305 "purpose:pre-commit",
1327 "--tag", 1306 "--tag",
1328 "rietveld:https://fake.rietveld.url/666666/#ps1", 1307 "rietveld:https://fake.rietveld.url/666666/#ps1",
1329 "--tag", 1308 "--tag",
1330 "slavename:slavename", 1309 "slavename:slavename",
1331 "--tag", 1310 "--tag",
1332 "stepname:voice_engine_unittests on Windows", 1311 "stepname:voice_engine_unittests on Windows",
1333 "--idempotent", 1312 "--idempotent",
1334 "[dummy hash for voice_engine_unittests]" 1313 "[dummy hash for voice_engine_unittests]"
1335 ], 1314 ],
1336 "cwd": "[SLAVE_BUILD]",
1337 "name": "[trigger] voice_engine_unittests on Windows", 1315 "name": "[trigger] voice_engine_unittests on Windows",
1338 "~followup_annotations": [ 1316 "~followup_annotations": [
1339 "@@@STEP_LOG_LINE@json.output@{@@@", 1317 "@@@STEP_LOG_LINE@json.output@{@@@",
1340 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes ts/Windows/[dummy has/win_swarming/1337\", @@@", 1318 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes ts/Windows/[dummy has/win_swarming/1337\", @@@",
1341 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 1319 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
1342 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Windows/[dummy has/win_swarming/1337\": {@@@", 1320 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Windows/[dummy has/win_swarming/1337\": {@@@",
1343 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 1321 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
1344 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 1322 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
1345 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 1323 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
1346 "@@@STEP_LOG_LINE@json.output@ }@@@", 1324 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 17 matching lines...) Expand all
1364 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"win_swarming\", \"buildn umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\ ": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", 1342 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"win_swarming\", \"buildn umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\ ": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
1365 "--annotate=gtest", 1343 "--annotate=gtest",
1366 "--test-type=webrtc_nonparallel_tests", 1344 "--test-type=webrtc_nonparallel_tests",
1367 "--step-name=webrtc_nonparallel_tests", 1345 "--step-name=webrtc_nonparallel_tests",
1368 "--builder-name=win_swarming", 1346 "--builder-name=win_swarming",
1369 "--slave-name=slavename", 1347 "--slave-name=slavename",
1370 "--build-number=1337", 1348 "--build-number=1337",
1371 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 1349 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
1372 "webrtc_nonparallel_tests.exe" 1350 "webrtc_nonparallel_tests.exe"
1373 ], 1351 ],
1374 "cwd": "[SLAVE_BUILD]",
1375 "name": "webrtc_nonparallel_tests" 1352 "name": "webrtc_nonparallel_tests"
1376 }, 1353 },
1377 { 1354 {
1378 "cmd": [ 1355 "cmd": [
1379 "python", 1356 "python",
1380 "-u", 1357 "-u",
1381 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 1358 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
1382 "collect", 1359 "collect",
1383 "--swarming", 1360 "--swarming",
1384 "https://chromium-swarm.appspot.com", 1361 "https://chromium-swarm.appspot.com",
1385 "--decorate", 1362 "--decorate",
1386 "--print-status-updates", 1363 "--print-status-updates",
1387 "--shards", 1364 "--shards",
1388 "1", 1365 "1",
1389 "audio_decoder_unittests/Windows/[dummy has/win_swarming/1337", 1366 "audio_decoder_unittests/Windows/[dummy has/win_swarming/1337",
1390 "--task-summary-json", 1367 "--task-summary-json",
1391 "/path/to/tmp/json" 1368 "/path/to/tmp/json"
1392 ], 1369 ],
1393 "cwd": "[SLAVE_BUILD]",
1394 "name": "audio_decoder_unittests on Windows", 1370 "name": "audio_decoder_unittests on Windows",
1395 "~followup_annotations": [ 1371 "~followup_annotations": [
1396 "@@@STEP_TEXT@swarming pending 71s@@@", 1372 "@@@STEP_TEXT@swarming pending 71s@@@",
1397 "@@@STEP_LOG_LINE@json.output@{@@@", 1373 "@@@STEP_LOG_LINE@json.output@{@@@",
1398 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1374 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1399 "@@@STEP_LOG_LINE@json.output@ {@@@", 1375 "@@@STEP_LOG_LINE@json.output@ {@@@",
1400 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1376 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1401 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1377 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1402 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1378 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1403 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1379 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 "--swarming", 1420 "--swarming",
1445 "https://chromium-swarm.appspot.com", 1421 "https://chromium-swarm.appspot.com",
1446 "--decorate", 1422 "--decorate",
1447 "--print-status-updates", 1423 "--print-status-updates",
1448 "--shards", 1424 "--shards",
1449 "1", 1425 "1",
1450 "common_audio_unittests/Windows/[dummy has/win_swarming/1337", 1426 "common_audio_unittests/Windows/[dummy has/win_swarming/1337",
1451 "--task-summary-json", 1427 "--task-summary-json",
1452 "/path/to/tmp/json" 1428 "/path/to/tmp/json"
1453 ], 1429 ],
1454 "cwd": "[SLAVE_BUILD]",
1455 "name": "common_audio_unittests on Windows", 1430 "name": "common_audio_unittests on Windows",
1456 "~followup_annotations": [ 1431 "~followup_annotations": [
1457 "@@@STEP_TEXT@swarming pending 71s@@@", 1432 "@@@STEP_TEXT@swarming pending 71s@@@",
1458 "@@@STEP_LOG_LINE@json.output@{@@@", 1433 "@@@STEP_LOG_LINE@json.output@{@@@",
1459 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1434 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1460 "@@@STEP_LOG_LINE@json.output@ {@@@", 1435 "@@@STEP_LOG_LINE@json.output@ {@@@",
1461 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1436 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1462 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1437 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1463 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1438 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1464 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1439 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 "--swarming", 1480 "--swarming",
1506 "https://chromium-swarm.appspot.com", 1481 "https://chromium-swarm.appspot.com",
1507 "--decorate", 1482 "--decorate",
1508 "--print-status-updates", 1483 "--print-status-updates",
1509 "--shards", 1484 "--shards",
1510 "1", 1485 "1",
1511 "common_video_unittests/Windows/[dummy has/win_swarming/1337", 1486 "common_video_unittests/Windows/[dummy has/win_swarming/1337",
1512 "--task-summary-json", 1487 "--task-summary-json",
1513 "/path/to/tmp/json" 1488 "/path/to/tmp/json"
1514 ], 1489 ],
1515 "cwd": "[SLAVE_BUILD]",
1516 "name": "common_video_unittests on Windows", 1490 "name": "common_video_unittests on Windows",
1517 "~followup_annotations": [ 1491 "~followup_annotations": [
1518 "@@@STEP_TEXT@swarming pending 71s@@@", 1492 "@@@STEP_TEXT@swarming pending 71s@@@",
1519 "@@@STEP_LOG_LINE@json.output@{@@@", 1493 "@@@STEP_LOG_LINE@json.output@{@@@",
1520 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1494 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1521 "@@@STEP_LOG_LINE@json.output@ {@@@", 1495 "@@@STEP_LOG_LINE@json.output@ {@@@",
1522 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1496 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1523 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1497 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1524 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1498 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1525 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1499 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1566 "--swarming", 1540 "--swarming",
1567 "https://chromium-swarm.appspot.com", 1541 "https://chromium-swarm.appspot.com",
1568 "--decorate", 1542 "--decorate",
1569 "--print-status-updates", 1543 "--print-status-updates",
1570 "--shards", 1544 "--shards",
1571 "1", 1545 "1",
1572 "modules_tests/Windows/[dummy has/win_swarming/1337", 1546 "modules_tests/Windows/[dummy has/win_swarming/1337",
1573 "--task-summary-json", 1547 "--task-summary-json",
1574 "/path/to/tmp/json" 1548 "/path/to/tmp/json"
1575 ], 1549 ],
1576 "cwd": "[SLAVE_BUILD]",
1577 "name": "modules_tests on Windows", 1550 "name": "modules_tests on Windows",
1578 "~followup_annotations": [ 1551 "~followup_annotations": [
1579 "@@@STEP_TEXT@swarming pending 71s@@@", 1552 "@@@STEP_TEXT@swarming pending 71s@@@",
1580 "@@@STEP_LOG_LINE@json.output@{@@@", 1553 "@@@STEP_LOG_LINE@json.output@{@@@",
1581 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1554 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1582 "@@@STEP_LOG_LINE@json.output@ {@@@", 1555 "@@@STEP_LOG_LINE@json.output@ {@@@",
1583 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1556 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1584 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1557 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1585 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1558 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1586 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1559 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1627 "--swarming", 1600 "--swarming",
1628 "https://chromium-swarm.appspot.com", 1601 "https://chromium-swarm.appspot.com",
1629 "--decorate", 1602 "--decorate",
1630 "--print-status-updates", 1603 "--print-status-updates",
1631 "--shards", 1604 "--shards",
1632 "1", 1605 "1",
1633 "modules_unittests/Windows/[dummy has/win_swarming/1337", 1606 "modules_unittests/Windows/[dummy has/win_swarming/1337",
1634 "--task-summary-json", 1607 "--task-summary-json",
1635 "/path/to/tmp/json" 1608 "/path/to/tmp/json"
1636 ], 1609 ],
1637 "cwd": "[SLAVE_BUILD]",
1638 "name": "modules_unittests on Windows", 1610 "name": "modules_unittests on Windows",
1639 "~followup_annotations": [ 1611 "~followup_annotations": [
1640 "@@@STEP_TEXT@swarming pending 71s@@@", 1612 "@@@STEP_TEXT@swarming pending 71s@@@",
1641 "@@@STEP_LOG_LINE@json.output@{@@@", 1613 "@@@STEP_LOG_LINE@json.output@{@@@",
1642 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1614 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1643 "@@@STEP_LOG_LINE@json.output@ {@@@", 1615 "@@@STEP_LOG_LINE@json.output@ {@@@",
1644 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1616 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1645 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1617 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1646 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1618 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1647 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1619 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1688 "--swarming", 1660 "--swarming",
1689 "https://chromium-swarm.appspot.com", 1661 "https://chromium-swarm.appspot.com",
1690 "--decorate", 1662 "--decorate",
1691 "--print-status-updates", 1663 "--print-status-updates",
1692 "--shards", 1664 "--shards",
1693 "1", 1665 "1",
1694 "peerconnection_unittests/Windows/[dummy has/win_swarming/1337", 1666 "peerconnection_unittests/Windows/[dummy has/win_swarming/1337",
1695 "--task-summary-json", 1667 "--task-summary-json",
1696 "/path/to/tmp/json" 1668 "/path/to/tmp/json"
1697 ], 1669 ],
1698 "cwd": "[SLAVE_BUILD]",
1699 "name": "peerconnection_unittests on Windows", 1670 "name": "peerconnection_unittests on Windows",
1700 "~followup_annotations": [ 1671 "~followup_annotations": [
1701 "@@@STEP_TEXT@swarming pending 71s@@@", 1672 "@@@STEP_TEXT@swarming pending 71s@@@",
1702 "@@@STEP_LOG_LINE@json.output@{@@@", 1673 "@@@STEP_LOG_LINE@json.output@{@@@",
1703 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1674 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1704 "@@@STEP_LOG_LINE@json.output@ {@@@", 1675 "@@@STEP_LOG_LINE@json.output@ {@@@",
1705 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1676 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1706 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1677 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1707 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1678 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1708 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1679 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1749 "--swarming", 1720 "--swarming",
1750 "https://chromium-swarm.appspot.com", 1721 "https://chromium-swarm.appspot.com",
1751 "--decorate", 1722 "--decorate",
1752 "--print-status-updates", 1723 "--print-status-updates",
1753 "--shards", 1724 "--shards",
1754 "1", 1725 "1",
1755 "rtc_media_unittests/Windows/[dummy has/win_swarming/1337", 1726 "rtc_media_unittests/Windows/[dummy has/win_swarming/1337",
1756 "--task-summary-json", 1727 "--task-summary-json",
1757 "/path/to/tmp/json" 1728 "/path/to/tmp/json"
1758 ], 1729 ],
1759 "cwd": "[SLAVE_BUILD]",
1760 "name": "rtc_media_unittests on Windows", 1730 "name": "rtc_media_unittests on Windows",
1761 "~followup_annotations": [ 1731 "~followup_annotations": [
1762 "@@@STEP_TEXT@swarming pending 71s@@@", 1732 "@@@STEP_TEXT@swarming pending 71s@@@",
1763 "@@@STEP_LOG_LINE@json.output@{@@@", 1733 "@@@STEP_LOG_LINE@json.output@{@@@",
1764 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1734 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1765 "@@@STEP_LOG_LINE@json.output@ {@@@", 1735 "@@@STEP_LOG_LINE@json.output@ {@@@",
1766 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1736 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1767 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1737 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1768 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1738 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1769 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1739 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1810 "--swarming", 1780 "--swarming",
1811 "https://chromium-swarm.appspot.com", 1781 "https://chromium-swarm.appspot.com",
1812 "--decorate", 1782 "--decorate",
1813 "--print-status-updates", 1783 "--print-status-updates",
1814 "--shards", 1784 "--shards",
1815 "1", 1785 "1",
1816 "rtc_pc_unittests/Windows/[dummy has/win_swarming/1337", 1786 "rtc_pc_unittests/Windows/[dummy has/win_swarming/1337",
1817 "--task-summary-json", 1787 "--task-summary-json",
1818 "/path/to/tmp/json" 1788 "/path/to/tmp/json"
1819 ], 1789 ],
1820 "cwd": "[SLAVE_BUILD]",
1821 "name": "rtc_pc_unittests on Windows", 1790 "name": "rtc_pc_unittests on Windows",
1822 "~followup_annotations": [ 1791 "~followup_annotations": [
1823 "@@@STEP_TEXT@swarming pending 71s@@@", 1792 "@@@STEP_TEXT@swarming pending 71s@@@",
1824 "@@@STEP_LOG_LINE@json.output@{@@@", 1793 "@@@STEP_LOG_LINE@json.output@{@@@",
1825 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1794 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1826 "@@@STEP_LOG_LINE@json.output@ {@@@", 1795 "@@@STEP_LOG_LINE@json.output@ {@@@",
1827 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1796 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1828 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1797 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1829 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1798 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1830 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1799 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1871 "--swarming", 1840 "--swarming",
1872 "https://chromium-swarm.appspot.com", 1841 "https://chromium-swarm.appspot.com",
1873 "--decorate", 1842 "--decorate",
1874 "--print-status-updates", 1843 "--print-status-updates",
1875 "--shards", 1844 "--shards",
1876 "1", 1845 "1",
1877 "rtc_unittests/Windows/[dummy has/win_swarming/1337", 1846 "rtc_unittests/Windows/[dummy has/win_swarming/1337",
1878 "--task-summary-json", 1847 "--task-summary-json",
1879 "/path/to/tmp/json" 1848 "/path/to/tmp/json"
1880 ], 1849 ],
1881 "cwd": "[SLAVE_BUILD]",
1882 "name": "rtc_unittests on Windows", 1850 "name": "rtc_unittests on Windows",
1883 "~followup_annotations": [ 1851 "~followup_annotations": [
1884 "@@@STEP_TEXT@swarming pending 71s@@@", 1852 "@@@STEP_TEXT@swarming pending 71s@@@",
1885 "@@@STEP_LOG_LINE@json.output@{@@@", 1853 "@@@STEP_LOG_LINE@json.output@{@@@",
1886 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1854 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1887 "@@@STEP_LOG_LINE@json.output@ {@@@", 1855 "@@@STEP_LOG_LINE@json.output@ {@@@",
1888 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1856 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1889 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1857 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1890 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1858 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1891 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1859 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1932 "--swarming", 1900 "--swarming",
1933 "https://chromium-swarm.appspot.com", 1901 "https://chromium-swarm.appspot.com",
1934 "--decorate", 1902 "--decorate",
1935 "--print-status-updates", 1903 "--print-status-updates",
1936 "--shards", 1904 "--shards",
1937 "1", 1905 "1",
1938 "system_wrappers_unittests/Windows/[dummy has/win_swarming/1337", 1906 "system_wrappers_unittests/Windows/[dummy has/win_swarming/1337",
1939 "--task-summary-json", 1907 "--task-summary-json",
1940 "/path/to/tmp/json" 1908 "/path/to/tmp/json"
1941 ], 1909 ],
1942 "cwd": "[SLAVE_BUILD]",
1943 "name": "system_wrappers_unittests on Windows", 1910 "name": "system_wrappers_unittests on Windows",
1944 "~followup_annotations": [ 1911 "~followup_annotations": [
1945 "@@@STEP_TEXT@swarming pending 71s@@@", 1912 "@@@STEP_TEXT@swarming pending 71s@@@",
1946 "@@@STEP_LOG_LINE@json.output@{@@@", 1913 "@@@STEP_LOG_LINE@json.output@{@@@",
1947 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1914 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
1948 "@@@STEP_LOG_LINE@json.output@ {@@@", 1915 "@@@STEP_LOG_LINE@json.output@ {@@@",
1949 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1916 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
1950 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1917 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
1951 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1918 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
1952 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1919 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1993 "--swarming", 1960 "--swarming",
1994 "https://chromium-swarm.appspot.com", 1961 "https://chromium-swarm.appspot.com",
1995 "--decorate", 1962 "--decorate",
1996 "--print-status-updates", 1963 "--print-status-updates",
1997 "--shards", 1964 "--shards",
1998 "1", 1965 "1",
1999 "test_support_unittests/Windows/[dummy has/win_swarming/1337", 1966 "test_support_unittests/Windows/[dummy has/win_swarming/1337",
2000 "--task-summary-json", 1967 "--task-summary-json",
2001 "/path/to/tmp/json" 1968 "/path/to/tmp/json"
2002 ], 1969 ],
2003 "cwd": "[SLAVE_BUILD]",
2004 "name": "test_support_unittests on Windows", 1970 "name": "test_support_unittests on Windows",
2005 "~followup_annotations": [ 1971 "~followup_annotations": [
2006 "@@@STEP_TEXT@swarming pending 71s@@@", 1972 "@@@STEP_TEXT@swarming pending 71s@@@",
2007 "@@@STEP_LOG_LINE@json.output@{@@@", 1973 "@@@STEP_LOG_LINE@json.output@{@@@",
2008 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 1974 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
2009 "@@@STEP_LOG_LINE@json.output@ {@@@", 1975 "@@@STEP_LOG_LINE@json.output@ {@@@",
2010 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 1976 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
2011 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 1977 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
2012 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 1978 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
2013 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 1979 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 "--swarming", 2020 "--swarming",
2055 "https://chromium-swarm.appspot.com", 2021 "https://chromium-swarm.appspot.com",
2056 "--decorate", 2022 "--decorate",
2057 "--print-status-updates", 2023 "--print-status-updates",
2058 "--shards", 2024 "--shards",
2059 "1", 2025 "1",
2060 "tools_unittests/Windows/[dummy has/win_swarming/1337", 2026 "tools_unittests/Windows/[dummy has/win_swarming/1337",
2061 "--task-summary-json", 2027 "--task-summary-json",
2062 "/path/to/tmp/json" 2028 "/path/to/tmp/json"
2063 ], 2029 ],
2064 "cwd": "[SLAVE_BUILD]",
2065 "name": "tools_unittests on Windows", 2030 "name": "tools_unittests on Windows",
2066 "~followup_annotations": [ 2031 "~followup_annotations": [
2067 "@@@STEP_TEXT@swarming pending 71s@@@", 2032 "@@@STEP_TEXT@swarming pending 71s@@@",
2068 "@@@STEP_LOG_LINE@json.output@{@@@", 2033 "@@@STEP_LOG_LINE@json.output@{@@@",
2069 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 2034 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
2070 "@@@STEP_LOG_LINE@json.output@ {@@@", 2035 "@@@STEP_LOG_LINE@json.output@ {@@@",
2071 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 2036 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
2072 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 2037 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
2073 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 2038 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
2074 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 2039 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2115 "--swarming", 2080 "--swarming",
2116 "https://chromium-swarm.appspot.com", 2081 "https://chromium-swarm.appspot.com",
2117 "--decorate", 2082 "--decorate",
2118 "--print-status-updates", 2083 "--print-status-updates",
2119 "--shards", 2084 "--shards",
2120 "1", 2085 "1",
2121 "video_engine_tests/Windows/[dummy has/win_swarming/1337", 2086 "video_engine_tests/Windows/[dummy has/win_swarming/1337",
2122 "--task-summary-json", 2087 "--task-summary-json",
2123 "/path/to/tmp/json" 2088 "/path/to/tmp/json"
2124 ], 2089 ],
2125 "cwd": "[SLAVE_BUILD]",
2126 "name": "video_engine_tests on Windows", 2090 "name": "video_engine_tests on Windows",
2127 "~followup_annotations": [ 2091 "~followup_annotations": [
2128 "@@@STEP_TEXT@swarming pending 71s@@@", 2092 "@@@STEP_TEXT@swarming pending 71s@@@",
2129 "@@@STEP_LOG_LINE@json.output@{@@@", 2093 "@@@STEP_LOG_LINE@json.output@{@@@",
2130 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 2094 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
2131 "@@@STEP_LOG_LINE@json.output@ {@@@", 2095 "@@@STEP_LOG_LINE@json.output@ {@@@",
2132 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 2096 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
2133 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 2097 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
2134 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 2098 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
2135 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 2099 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2176 "--swarming", 2140 "--swarming",
2177 "https://chromium-swarm.appspot.com", 2141 "https://chromium-swarm.appspot.com",
2178 "--decorate", 2142 "--decorate",
2179 "--print-status-updates", 2143 "--print-status-updates",
2180 "--shards", 2144 "--shards",
2181 "1", 2145 "1",
2182 "voice_engine_unittests/Windows/[dummy has/win_swarming/1337", 2146 "voice_engine_unittests/Windows/[dummy has/win_swarming/1337",
2183 "--task-summary-json", 2147 "--task-summary-json",
2184 "/path/to/tmp/json" 2148 "/path/to/tmp/json"
2185 ], 2149 ],
2186 "cwd": "[SLAVE_BUILD]",
2187 "name": "voice_engine_unittests on Windows", 2150 "name": "voice_engine_unittests on Windows",
2188 "~followup_annotations": [ 2151 "~followup_annotations": [
2189 "@@@STEP_TEXT@swarming pending 71s@@@", 2152 "@@@STEP_TEXT@swarming pending 71s@@@",
2190 "@@@STEP_LOG_LINE@json.output@{@@@", 2153 "@@@STEP_LOG_LINE@json.output@{@@@",
2191 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 2154 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
2192 "@@@STEP_LOG_LINE@json.output@ {@@@", 2155 "@@@STEP_LOG_LINE@json.output@ {@@@",
2193 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 2156 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
2194 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 2157 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
2195 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 2158 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
2196 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 2159 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 30 matching lines...) Expand all
2227 "@@@STEP_LOG_END@json.output@@@", 2190 "@@@STEP_LOG_END@json.output@@@",
2228 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2191 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2229 ] 2192 ]
2230 }, 2193 },
2231 { 2194 {
2232 "name": "$result", 2195 "name": "$result",
2233 "recipe_result": null, 2196 "recipe_result": null,
2234 "status_code": 0 2197 "status_code": 0
2235 } 2198 }
2236 ] 2199 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698