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

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

Issue 2226283002: webrtc: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux_swarming",
8 "511"
9 ],
10 "name": "makedirs checkout path",
11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@"
22 ]
23 },
24 {
25 "cmd": [
26 "python",
27 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 29 "--master",
8 "tryserver.webrtc", 30 "tryserver.webrtc",
9 "--builder", 31 "--builder",
10 "linux_swarming", 32 "linux_swarming",
11 "--slave", 33 "--slave",
12 "slavename", 34 "slavename",
13 "--spec", 35 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", 36 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]",
15 "--root", 37 "--root",
16 "src", 38 "src",
17 "--revision_mapping_file", 39 "--revision_mapping_file",
18 "{\"src\": \"got_revision\"}", 40 "{\"src\": \"got_revision\"}",
19 "--git-cache-dir", 41 "--git-cache-dir",
20 "[GIT_CACHE]", 42 "[GIT_CACHE]",
21 "--issue", 43 "--issue",
22 "666666", 44 "666666",
23 "--patchset", 45 "--patchset",
24 "1", 46 "1",
25 "--rietveld_server", 47 "--rietveld_server",
26 "https://fake.rietveld.url", 48 "https://fake.rietveld.url",
27 "--output_json", 49 "--output_json",
28 "/path/to/tmp/json", 50 "/path/to/tmp/json",
29 "--revision", 51 "--revision",
30 "src@12345", 52 "src@12345",
31 "--output_manifest" 53 "--output_manifest"
32 ], 54 ],
55 "cwd": "[BUILDER_CACHE]/linux_swarming",
33 "env": { 56 "env": {
34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
35 }, 58 },
36 "name": "bot_update", 59 "name": "bot_update",
37 "~followup_annotations": [ 60 "~followup_annotations": [
38 "@@@STEP_TEXT@Some step text@@@", 61 "@@@STEP_TEXT@Some step text@@@",
39 "@@@STEP_LOG_LINE@json.output@{@@@", 62 "@@@STEP_LOG_LINE@json.output@{@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
59 "@@@STEP_LOG_END@json.output@@@", 82 "@@@STEP_LOG_END@json.output@@@",
60 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 83 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 84 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
62 ] 85 ]
63 }, 86 },
64 { 87 {
65 "cmd": [ 88 "cmd": [
66 "python", 89 "python",
67 "-u", 90 "-u",
68 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", 91 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py",
69 "[SLAVE_BUILD]/src/out" 92 "[BUILDER_CACHE]/linux_swarming/src/out"
70 ], 93 ],
71 "name": "clean test output files" 94 "name": "clean test output files"
72 }, 95 },
73 { 96 {
74 "cmd": [ 97 "cmd": [
75 "python", 98 "python",
76 "-u", 99 "-u",
77 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 100 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
78 "--show-path", 101 "--show-path",
79 "python", 102 "python",
80 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 103 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
81 ], 104 ],
82 "name": "cleanup_temp" 105 "name": "cleanup_temp"
83 }, 106 },
84 { 107 {
85 "cmd": [ 108 "cmd": [
86 "python", 109 "python",
87 "-u", 110 "-u",
88 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 111 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
89 "--build-dir", 112 "--build-dir",
90 "[SLAVE_BUILD]/src/out/Debug", 113 "[BUILDER_CACHE]/linux_swarming/src/out/Debug",
91 "--clean-isolated-files" 114 "--clean-isolated-files"
92 ], 115 ],
93 "name": "clean isolated files" 116 "name": "clean isolated files"
94 }, 117 },
95 { 118 {
96 "cmd": [], 119 "cmd": [],
97 "name": "ensure_goma" 120 "name": "ensure_goma"
98 }, 121 },
99 { 122 {
100 "cmd": [ 123 "cmd": [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "@@@STEP_LOG_END@json.output@@@" 169 "@@@STEP_LOG_END@json.output@@@"
147 ] 170 ]
148 }, 171 },
149 { 172 {
150 "cmd": [ 173 "cmd": [
151 "python", 174 "python",
152 "-u", 175 "-u",
153 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 176 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
154 "runhooks" 177 "runhooks"
155 ], 178 ],
156 "cwd": "[SLAVE_BUILD]/src", 179 "cwd": "[BUILDER_CACHE]/linux_swarming/src",
157 "env": { 180 "env": {
158 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
159 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", 182 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 test_isolation_mode=prepare use_goma=1",
160 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 183 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
161 }, 184 },
162 "name": "gclient runhooks" 185 "name": "gclient runhooks"
163 }, 186 },
164 { 187 {
165 "cmd": [ 188 "cmd": [
166 "python", 189 "python",
167 "-u", 190 "-u",
168 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 191 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
169 "--version" 192 "--version"
170 ], 193 ],
171 "name": "swarming.py --version", 194 "name": "swarming.py --version",
172 "stdout": "/path/to/tmp/", 195 "stdout": "/path/to/tmp/",
173 "~followup_annotations": [ 196 "~followup_annotations": [
174 "@@@STEP_TEXT@0.8.6@@@" 197 "@@@STEP_TEXT@0.8.6@@@"
175 ] 198 ]
176 }, 199 },
177 { 200 {
178 "cmd": [ 201 "cmd": [
179 "python", 202 "python",
180 "-u", 203 "-u",
181 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 204 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
182 "--show-path", 205 "--show-path",
183 "python", 206 "python",
184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 207 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
185 "--gsutil-py-path", 208 "--gsutil-py-path",
186 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 209 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
187 "--ninja-path", 210 "--ninja-path",
188 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 211 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
189 "--target", 212 "--target",
190 "Debug", 213 "Debug",
191 "--src-dir", 214 "--src-dir",
192 "[SLAVE_BUILD]/src", 215 "[BUILDER_CACHE]/linux_swarming/src",
193 "--goma-cache-dir", 216 "--goma-cache-dir",
194 "[GOMA_CACHE]", 217 "[GOMA_CACHE]",
218 "--goma-deps-cache-dir",
219 "[GOMA_DEPS_CACHE]",
195 "--compiler", 220 "--compiler",
196 "goma", 221 "goma",
197 "--goma-jsonstatus", 222 "--goma-jsonstatus",
198 "/path/to/tmp/json", 223 "/path/to/tmp/json",
199 "--goma-service-account-json-file", 224 "--goma-service-account-json-file",
200 "/creds/service_accounts/service-account-goma-client.json", 225 "/creds/service_accounts/service-account-goma-client.json",
201 "--goma-dir", 226 "--goma-dir",
202 "[CACHE]/cipd/goma", 227 "[CACHE]/cipd/goma",
203 "--goma-fail-fast", 228 "--goma-fail-fast",
204 "--goma-disable-local-fallback", 229 "--goma-disable-local-fallback",
205 "--", 230 "--",
206 "All" 231 "All"
207 ], 232 ],
208 "env": { 233 "env": {
209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
210 }, 235 },
211 "name": "compile", 236 "name": "compile",
212 "~followup_annotations": [ 237 "~followup_annotations": [
213 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 238 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
214 "@@@STEP_LOG_END@json.output (invalid)@@@" 239 "@@@STEP_LOG_END@json.output (invalid)@@@"
215 ] 240 ]
216 }, 241 },
217 { 242 {
218 "cmd": [ 243 "cmd": [
219 "python", 244 "python",
220 "-u", 245 "-u",
221 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 246 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py",
222 "--build-dir", 247 "--build-dir",
223 "[SLAVE_BUILD]/src/out/Debug", 248 "[BUILDER_CACHE]/linux_swarming/src/out/Debug",
224 "--src-dir", 249 "--src-dir",
225 "[SLAVE_BUILD]/src" 250 "[BUILDER_CACHE]/linux_swarming/src"
226 ], 251 ],
227 "cwd": "[SLAVE_BUILD]", 252 "cwd": "[SLAVE_BUILD]",
228 "name": "remove_build_metadata" 253 "name": "remove_build_metadata"
229 }, 254 },
230 { 255 {
231 "cmd": [ 256 "cmd": [
232 "python", 257 "python",
233 "-u", 258 "-u",
234 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 259 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
235 "[SLAVE_BUILD]/src/tools/swarming_client", 260 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client",
236 "batcharchive", 261 "batcharchive",
237 "--dump-json", 262 "--dump-json",
238 "/path/to/tmp/json", 263 "/path/to/tmp/json",
239 "--isolate-server", 264 "--isolate-server",
240 "https://isolateserver.appspot.com", 265 "https://isolateserver.appspot.com",
241 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests.isolated.gen.json", 266 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/audio_decoder_unittests.isol ated.gen.json",
242 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests.isolated.gen.json", 267 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/common_audio_unittests.isola ted.gen.json",
243 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests.isolated.gen.json", 268 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/common_video_unittests.isola ted.gen.json",
244 "[SLAVE_BUILD]/src/out/Debug/modules_tests.isolated.gen.json", 269 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/modules_tests.isolated.gen.j son",
245 "[SLAVE_BUILD]/src/out/Debug/modules_unittests.isolated.gen.json", 270 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/modules_unittests.isolated.g en.json",
246 "[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests.isolated.gen.json", 271 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/peerconnection_unittests.iso lated.gen.json",
247 "[SLAVE_BUILD]/src/out/Debug/rtc_media_unittests.isolated.gen.json", 272 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/rtc_media_unittests.isolated .gen.json",
248 "[SLAVE_BUILD]/src/out/Debug/rtc_pc_unittests.isolated.gen.json", 273 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/rtc_pc_unittests.isolated.ge n.json",
249 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests.isolated.gen.json", 274 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/rtc_unittests.isolated.gen.j son",
250 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json", 275 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/system_wrappers_unittests.is olated.gen.json",
251 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests.isolated.gen.json", 276 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/test_support_unittests.isola ted.gen.json",
252 "[SLAVE_BUILD]/src/out/Debug/tools_unittests.isolated.gen.json", 277 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/tools_unittests.isolated.gen .json",
253 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests.isolated.gen.json", 278 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/video_engine_tests.isolated. gen.json",
254 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests.isolated.gen.json", 279 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/voice_engine_unittests.isola ted.gen.json",
255 "[SLAVE_BUILD]/src/out/Debug/xmllite_xmpp_unittests.isolated.gen.json" 280 "[BUILDER_CACHE]/linux_swarming/src/out/Debug/xmllite_xmpp_unittests.isola ted.gen.json"
256 ], 281 ],
257 "name": "isolate tests", 282 "name": "isolate tests",
258 "~followup_annotations": [ 283 "~followup_annotations": [
259 "@@@STEP_LOG_LINE@json.output@{@@@", 284 "@@@STEP_LOG_LINE@json.output@{@@@",
260 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittests]\", @@@", 285 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittests]\", @@@",
261 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", @@@", 286 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", @@@",
262 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash for common_video_unittests]\", @@@", 287 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash for common_video_unittests]\", @@@",
263 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul es_tests]\", @@@", 288 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul es_tests]\", @@@",
264 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m odules_unittests]\", @@@", 289 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m odules_unittests]\", @@@",
265 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has h for peerconnection_unittests]\", @@@", 290 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has h for peerconnection_unittests]\", @@@",
266 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for rtc_media_unittests]\", @@@", 291 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for rtc_media_unittests]\", @@@",
267 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests\": \"[dummy hash for rt c_pc_unittests]\", @@@", 292 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests\": \"[dummy hash for rt c_pc_unittests]\", @@@",
268 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u nittests]\", @@@", 293 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u nittests]\", @@@",
269 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha sh for system_wrappers_unittests]\", @@@", 294 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha sh for system_wrappers_unittests]\", @@@",
270 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash for test_support_unittests]\", @@@", 295 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash for test_support_unittests]\", @@@",
271 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too ls_unittests]\", @@@", 296 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too ls_unittests]\", @@@",
272 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for video_engine_tests]\", @@@", 297 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for video_engine_tests]\", @@@",
273 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash for voice_engine_unittests]\", @@@", 298 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash for voice_engine_unittests]\", @@@",
274 "@@@STEP_LOG_LINE@json.output@ \"xmllite_xmpp_unittests\": \"[dummy hash for xmllite_xmpp_unittests]\"@@@", 299 "@@@STEP_LOG_LINE@json.output@ \"xmllite_xmpp_unittests\": \"[dummy hash for xmllite_xmpp_unittests]\"@@@",
275 "@@@STEP_LOG_LINE@json.output@}@@@", 300 "@@@STEP_LOG_LINE@json.output@}@@@",
276 "@@@STEP_LOG_END@json.output@@@", 301 "@@@STEP_LOG_END@json.output@@@",
277 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittests]\", \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", \"common_video_unittests\": \"[dummy hash for com mon_video_unittests]\", \"modules_tests\": \"[dummy hash for modules_tests]\", \ "modules_unittests\": \"[dummy hash for modules_unittests]\", \"peerconnection_u nittests\": \"[dummy hash for peerconnection_unittests]\", \"rtc_media_unittests \": \"[dummy hash for rtc_media_unittests]\", \"rtc_pc_unittests\": \"[dummy has h for rtc_pc_unittests]\", \"rtc_unittests\": \"[dummy hash for rtc_unittests]\" , \"system_wrappers_unittests\": \"[dummy hash for system_wrappers_unittests]\", \"test_support_unittests\": \"[dummy hash for test_support_unittests]\", \"tool s_unittests\": \"[dummy hash for tools_unittests]\", \"video_engine_tests\": \"[ dummy hash for video_engine_tests]\", \"voice_engine_unittests\": \"[dummy hash for voice_engine_unittests]\", \"xmllite_xmpp_unittests\": \"[dummy hash for xml lite_xmpp_unittests]\"}@@@" 302 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittests]\", \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", \"common_video_unittests\": \"[dummy hash for com mon_video_unittests]\", \"modules_tests\": \"[dummy hash for modules_tests]\", \ "modules_unittests\": \"[dummy hash for modules_unittests]\", \"peerconnection_u nittests\": \"[dummy hash for peerconnection_unittests]\", \"rtc_media_unittests \": \"[dummy hash for rtc_media_unittests]\", \"rtc_pc_unittests\": \"[dummy has h for rtc_pc_unittests]\", \"rtc_unittests\": \"[dummy hash for rtc_unittests]\" , \"system_wrappers_unittests\": \"[dummy hash for system_wrappers_unittests]\", \"test_support_unittests\": \"[dummy hash for test_support_unittests]\", \"tool s_unittests\": \"[dummy hash for tools_unittests]\", \"video_engine_tests\": \"[ dummy hash for video_engine_tests]\", \"voice_engine_unittests\": \"[dummy hash for voice_engine_unittests]\", \"xmllite_xmpp_unittests\": \"[dummy hash for xml lite_xmpp_unittests]\"}@@@"
278 ] 303 ]
279 }, 304 },
280 { 305 {
281 "cmd": [ 306 "cmd": [
282 "python", 307 "python",
283 "-u", 308 "-u",
284 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 309 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
285 "trigger", 310 "trigger",
286 "--swarming", 311 "--swarming",
287 "https://chromium-swarm.appspot.com", 312 "https://chromium-swarm.appspot.com",
288 "--isolate-server", 313 "--isolate-server",
289 "https://isolateserver.appspot.com", 314 "https://isolateserver.appspot.com",
290 "--priority", 315 "--priority",
291 "30", 316 "30",
292 "--shards", 317 "--shards",
293 "1", 318 "1",
294 "--task-name", 319 "--task-name",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "@@@STEP_LOG_LINE@json.output@ }@@@", 378 "@@@STEP_LOG_LINE@json.output@ }@@@",
354 "@@@STEP_LOG_LINE@json.output@}@@@", 379 "@@@STEP_LOG_LINE@json.output@}@@@",
355 "@@@STEP_LOG_END@json.output@@@", 380 "@@@STEP_LOG_END@json.output@@@",
356 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 381 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
357 ] 382 ]
358 }, 383 },
359 { 384 {
360 "cmd": [ 385 "cmd": [
361 "python", 386 "python",
362 "-u", 387 "-u",
363 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 388 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
364 "trigger", 389 "trigger",
365 "--swarming", 390 "--swarming",
366 "https://chromium-swarm.appspot.com", 391 "https://chromium-swarm.appspot.com",
367 "--isolate-server", 392 "--isolate-server",
368 "https://isolateserver.appspot.com", 393 "https://isolateserver.appspot.com",
369 "--priority", 394 "--priority",
370 "30", 395 "30",
371 "--shards", 396 "--shards",
372 "1", 397 "1",
373 "--task-name", 398 "--task-name",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 "@@@STEP_LOG_LINE@json.output@ }@@@", 457 "@@@STEP_LOG_LINE@json.output@ }@@@",
433 "@@@STEP_LOG_LINE@json.output@}@@@", 458 "@@@STEP_LOG_LINE@json.output@}@@@",
434 "@@@STEP_LOG_END@json.output@@@", 459 "@@@STEP_LOG_END@json.output@@@",
435 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 460 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
436 ] 461 ]
437 }, 462 },
438 { 463 {
439 "cmd": [ 464 "cmd": [
440 "python", 465 "python",
441 "-u", 466 "-u",
442 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 467 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
443 "trigger", 468 "trigger",
444 "--swarming", 469 "--swarming",
445 "https://chromium-swarm.appspot.com", 470 "https://chromium-swarm.appspot.com",
446 "--isolate-server", 471 "--isolate-server",
447 "https://isolateserver.appspot.com", 472 "https://isolateserver.appspot.com",
448 "--priority", 473 "--priority",
449 "30", 474 "30",
450 "--shards", 475 "--shards",
451 "1", 476 "1",
452 "--task-name", 477 "--task-name",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "@@@STEP_LOG_LINE@json.output@ }@@@", 536 "@@@STEP_LOG_LINE@json.output@ }@@@",
512 "@@@STEP_LOG_LINE@json.output@}@@@", 537 "@@@STEP_LOG_LINE@json.output@}@@@",
513 "@@@STEP_LOG_END@json.output@@@", 538 "@@@STEP_LOG_END@json.output@@@",
514 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 539 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
515 ] 540 ]
516 }, 541 },
517 { 542 {
518 "cmd": [ 543 "cmd": [
519 "python", 544 "python",
520 "-u", 545 "-u",
521 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 546 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
522 "trigger", 547 "trigger",
523 "--swarming", 548 "--swarming",
524 "https://chromium-swarm.appspot.com", 549 "https://chromium-swarm.appspot.com",
525 "--isolate-server", 550 "--isolate-server",
526 "https://isolateserver.appspot.com", 551 "https://isolateserver.appspot.com",
527 "--priority", 552 "--priority",
528 "30", 553 "30",
529 "--shards", 554 "--shards",
530 "1", 555 "1",
531 "--task-name", 556 "--task-name",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 "@@@STEP_LOG_LINE@json.output@ }@@@", 615 "@@@STEP_LOG_LINE@json.output@ }@@@",
591 "@@@STEP_LOG_LINE@json.output@}@@@", 616 "@@@STEP_LOG_LINE@json.output@}@@@",
592 "@@@STEP_LOG_END@json.output@@@", 617 "@@@STEP_LOG_END@json.output@@@",
593 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 618 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
594 ] 619 ]
595 }, 620 },
596 { 621 {
597 "cmd": [ 622 "cmd": [
598 "python", 623 "python",
599 "-u", 624 "-u",
600 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 625 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
601 "trigger", 626 "trigger",
602 "--swarming", 627 "--swarming",
603 "https://chromium-swarm.appspot.com", 628 "https://chromium-swarm.appspot.com",
604 "--isolate-server", 629 "--isolate-server",
605 "https://isolateserver.appspot.com", 630 "https://isolateserver.appspot.com",
606 "--priority", 631 "--priority",
607 "30", 632 "30",
608 "--shards", 633 "--shards",
609 "1", 634 "1",
610 "--task-name", 635 "--task-name",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 "@@@STEP_LOG_LINE@json.output@ }@@@", 694 "@@@STEP_LOG_LINE@json.output@ }@@@",
670 "@@@STEP_LOG_LINE@json.output@}@@@", 695 "@@@STEP_LOG_LINE@json.output@}@@@",
671 "@@@STEP_LOG_END@json.output@@@", 696 "@@@STEP_LOG_END@json.output@@@",
672 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 697 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
673 ] 698 ]
674 }, 699 },
675 { 700 {
676 "cmd": [ 701 "cmd": [
677 "python", 702 "python",
678 "-u", 703 "-u",
679 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 704 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
680 "trigger", 705 "trigger",
681 "--swarming", 706 "--swarming",
682 "https://chromium-swarm.appspot.com", 707 "https://chromium-swarm.appspot.com",
683 "--isolate-server", 708 "--isolate-server",
684 "https://isolateserver.appspot.com", 709 "https://isolateserver.appspot.com",
685 "--priority", 710 "--priority",
686 "30", 711 "30",
687 "--shards", 712 "--shards",
688 "1", 713 "1",
689 "--task-name", 714 "--task-name",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 "@@@STEP_LOG_LINE@json.output@ }@@@", 773 "@@@STEP_LOG_LINE@json.output@ }@@@",
749 "@@@STEP_LOG_LINE@json.output@}@@@", 774 "@@@STEP_LOG_LINE@json.output@}@@@",
750 "@@@STEP_LOG_END@json.output@@@", 775 "@@@STEP_LOG_END@json.output@@@",
751 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 776 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
752 ] 777 ]
753 }, 778 },
754 { 779 {
755 "cmd": [ 780 "cmd": [
756 "python", 781 "python",
757 "-u", 782 "-u",
758 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 783 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
759 "trigger", 784 "trigger",
760 "--swarming", 785 "--swarming",
761 "https://chromium-swarm.appspot.com", 786 "https://chromium-swarm.appspot.com",
762 "--isolate-server", 787 "--isolate-server",
763 "https://isolateserver.appspot.com", 788 "https://isolateserver.appspot.com",
764 "--priority", 789 "--priority",
765 "30", 790 "30",
766 "--shards", 791 "--shards",
767 "1", 792 "1",
768 "--task-name", 793 "--task-name",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 "@@@STEP_LOG_LINE@json.output@ }@@@", 852 "@@@STEP_LOG_LINE@json.output@ }@@@",
828 "@@@STEP_LOG_LINE@json.output@}@@@", 853 "@@@STEP_LOG_LINE@json.output@}@@@",
829 "@@@STEP_LOG_END@json.output@@@", 854 "@@@STEP_LOG_END@json.output@@@",
830 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 855 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
831 ] 856 ]
832 }, 857 },
833 { 858 {
834 "cmd": [ 859 "cmd": [
835 "python", 860 "python",
836 "-u", 861 "-u",
837 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 862 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
838 "trigger", 863 "trigger",
839 "--swarming", 864 "--swarming",
840 "https://chromium-swarm.appspot.com", 865 "https://chromium-swarm.appspot.com",
841 "--isolate-server", 866 "--isolate-server",
842 "https://isolateserver.appspot.com", 867 "https://isolateserver.appspot.com",
843 "--priority", 868 "--priority",
844 "30", 869 "30",
845 "--shards", 870 "--shards",
846 "1", 871 "1",
847 "--task-name", 872 "--task-name",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 "@@@STEP_LOG_LINE@json.output@ }@@@", 931 "@@@STEP_LOG_LINE@json.output@ }@@@",
907 "@@@STEP_LOG_LINE@json.output@}@@@", 932 "@@@STEP_LOG_LINE@json.output@}@@@",
908 "@@@STEP_LOG_END@json.output@@@", 933 "@@@STEP_LOG_END@json.output@@@",
909 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 934 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
910 ] 935 ]
911 }, 936 },
912 { 937 {
913 "cmd": [ 938 "cmd": [
914 "python", 939 "python",
915 "-u", 940 "-u",
916 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 941 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
917 "trigger", 942 "trigger",
918 "--swarming", 943 "--swarming",
919 "https://chromium-swarm.appspot.com", 944 "https://chromium-swarm.appspot.com",
920 "--isolate-server", 945 "--isolate-server",
921 "https://isolateserver.appspot.com", 946 "https://isolateserver.appspot.com",
922 "--priority", 947 "--priority",
923 "30", 948 "30",
924 "--shards", 949 "--shards",
925 "1", 950 "1",
926 "--task-name", 951 "--task-name",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 "@@@STEP_LOG_LINE@json.output@ }@@@", 1010 "@@@STEP_LOG_LINE@json.output@ }@@@",
986 "@@@STEP_LOG_LINE@json.output@}@@@", 1011 "@@@STEP_LOG_LINE@json.output@}@@@",
987 "@@@STEP_LOG_END@json.output@@@", 1012 "@@@STEP_LOG_END@json.output@@@",
988 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 1013 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
989 ] 1014 ]
990 }, 1015 },
991 { 1016 {
992 "cmd": [ 1017 "cmd": [
993 "python", 1018 "python",
994 "-u", 1019 "-u",
995 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1020 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
996 "trigger", 1021 "trigger",
997 "--swarming", 1022 "--swarming",
998 "https://chromium-swarm.appspot.com", 1023 "https://chromium-swarm.appspot.com",
999 "--isolate-server", 1024 "--isolate-server",
1000 "https://isolateserver.appspot.com", 1025 "https://isolateserver.appspot.com",
1001 "--priority", 1026 "--priority",
1002 "30", 1027 "30",
1003 "--shards", 1028 "--shards",
1004 "1", 1029 "1",
1005 "--task-name", 1030 "--task-name",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 "@@@STEP_LOG_LINE@json.output@ }@@@", 1089 "@@@STEP_LOG_LINE@json.output@ }@@@",
1065 "@@@STEP_LOG_LINE@json.output@}@@@", 1090 "@@@STEP_LOG_LINE@json.output@}@@@",
1066 "@@@STEP_LOG_END@json.output@@@", 1091 "@@@STEP_LOG_END@json.output@@@",
1067 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 1092 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
1068 ] 1093 ]
1069 }, 1094 },
1070 { 1095 {
1071 "cmd": [ 1096 "cmd": [
1072 "python", 1097 "python",
1073 "-u", 1098 "-u",
1074 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1099 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
1075 "trigger", 1100 "trigger",
1076 "--swarming", 1101 "--swarming",
1077 "https://chromium-swarm.appspot.com", 1102 "https://chromium-swarm.appspot.com",
1078 "--isolate-server", 1103 "--isolate-server",
1079 "https://isolateserver.appspot.com", 1104 "https://isolateserver.appspot.com",
1080 "--priority", 1105 "--priority",
1081 "30", 1106 "30",
1082 "--shards", 1107 "--shards",
1083 "1", 1108 "1",
1084 "--task-name", 1109 "--task-name",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 "@@@STEP_LOG_LINE@json.output@ }@@@", 1168 "@@@STEP_LOG_LINE@json.output@ }@@@",
1144 "@@@STEP_LOG_LINE@json.output@}@@@", 1169 "@@@STEP_LOG_LINE@json.output@}@@@",
1145 "@@@STEP_LOG_END@json.output@@@", 1170 "@@@STEP_LOG_END@json.output@@@",
1146 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 1171 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
1147 ] 1172 ]
1148 }, 1173 },
1149 { 1174 {
1150 "cmd": [ 1175 "cmd": [
1151 "python", 1176 "python",
1152 "-u", 1177 "-u",
1153 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1178 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
1154 "trigger", 1179 "trigger",
1155 "--swarming", 1180 "--swarming",
1156 "https://chromium-swarm.appspot.com", 1181 "https://chromium-swarm.appspot.com",
1157 "--isolate-server", 1182 "--isolate-server",
1158 "https://isolateserver.appspot.com", 1183 "https://isolateserver.appspot.com",
1159 "--priority", 1184 "--priority",
1160 "30", 1185 "30",
1161 "--shards", 1186 "--shards",
1162 "1", 1187 "1",
1163 "--task-name", 1188 "--task-name",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1222 "@@@STEP_LOG_LINE@json.output@ }@@@", 1247 "@@@STEP_LOG_LINE@json.output@ }@@@",
1223 "@@@STEP_LOG_LINE@json.output@}@@@", 1248 "@@@STEP_LOG_LINE@json.output@}@@@",
1224 "@@@STEP_LOG_END@json.output@@@", 1249 "@@@STEP_LOG_END@json.output@@@",
1225 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 1250 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
1226 ] 1251 ]
1227 }, 1252 },
1228 { 1253 {
1229 "cmd": [ 1254 "cmd": [
1230 "python", 1255 "python",
1231 "-u", 1256 "-u",
1232 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1257 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
1233 "trigger", 1258 "trigger",
1234 "--swarming", 1259 "--swarming",
1235 "https://chromium-swarm.appspot.com", 1260 "https://chromium-swarm.appspot.com",
1236 "--isolate-server", 1261 "--isolate-server",
1237 "https://isolateserver.appspot.com", 1262 "https://isolateserver.appspot.com",
1238 "--priority", 1263 "--priority",
1239 "30", 1264 "30",
1240 "--shards", 1265 "--shards",
1241 "1", 1266 "1",
1242 "--task-name", 1267 "--task-name",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1301 "@@@STEP_LOG_LINE@json.output@ }@@@", 1326 "@@@STEP_LOG_LINE@json.output@ }@@@",
1302 "@@@STEP_LOG_LINE@json.output@}@@@", 1327 "@@@STEP_LOG_LINE@json.output@}@@@",
1303 "@@@STEP_LOG_END@json.output@@@", 1328 "@@@STEP_LOG_END@json.output@@@",
1304 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 1329 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
1305 ] 1330 ]
1306 }, 1331 },
1307 { 1332 {
1308 "cmd": [ 1333 "cmd": [
1309 "python", 1334 "python",
1310 "-u", 1335 "-u",
1311 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1336 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
1312 "trigger", 1337 "trigger",
1313 "--swarming", 1338 "--swarming",
1314 "https://chromium-swarm.appspot.com", 1339 "https://chromium-swarm.appspot.com",
1315 "--isolate-server", 1340 "--isolate-server",
1316 "https://isolateserver.appspot.com", 1341 "https://isolateserver.appspot.com",
1317 "--priority", 1342 "--priority",
1318 "30", 1343 "30",
1319 "--shards", 1344 "--shards",
1320 "1", 1345 "1",
1321 "--task-name", 1346 "--task-name",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1380 "@@@STEP_LOG_LINE@json.output@ }@@@", 1405 "@@@STEP_LOG_LINE@json.output@ }@@@",
1381 "@@@STEP_LOG_LINE@json.output@}@@@", 1406 "@@@STEP_LOG_LINE@json.output@}@@@",
1382 "@@@STEP_LOG_END@json.output@@@", 1407 "@@@STEP_LOG_END@json.output@@@",
1383 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 1408 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
1384 ] 1409 ]
1385 }, 1410 },
1386 { 1411 {
1387 "cmd": [ 1412 "cmd": [
1388 "python", 1413 "python",
1389 "-u", 1414 "-u",
1390 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1415 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
1391 "trigger", 1416 "trigger",
1392 "--swarming", 1417 "--swarming",
1393 "https://chromium-swarm.appspot.com", 1418 "https://chromium-swarm.appspot.com",
1394 "--isolate-server", 1419 "--isolate-server",
1395 "https://isolateserver.appspot.com", 1420 "https://isolateserver.appspot.com",
1396 "--priority", 1421 "--priority",
1397 "30", 1422 "30",
1398 "--shards", 1423 "--shards",
1399 "1", 1424 "1",
1400 "--task-name", 1425 "--task-name",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1465 { 1490 {
1466 "allow_subannotations": true, 1491 "allow_subannotations": true,
1467 "cmd": [ 1492 "cmd": [
1468 "python", 1493 "python",
1469 "-u", 1494 "-u",
1470 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 1495 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
1471 "--target", 1496 "--target",
1472 "Debug", 1497 "Debug",
1473 "--xvfb", 1498 "--xvfb",
1474 "--factory-properties", 1499 "--factory-properties",
1475 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux_swarming\", \"buil dnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patc hset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietvel d\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", 1500 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux_swarming\", \"buil dnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patc hset\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"re vision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
1476 "--build-properties", 1501 "--build-properties",
1477 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux_swarming\", \"buil dnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patc hset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietvel d\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", 1502 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux_swarming\", \"buil dnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patc hset\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"re vision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
1478 "--annotate=gtest", 1503 "--annotate=gtest",
1479 "--test-type=webrtc_nonparallel_tests", 1504 "--test-type=webrtc_nonparallel_tests",
1480 "--step-name=webrtc_nonparallel_tests", 1505 "--step-name=webrtc_nonparallel_tests",
1481 "--builder-name=linux_swarming", 1506 "--builder-name=linux_swarming",
1482 "--slave-name=slavename", 1507 "--slave-name=slavename",
1483 "--build-number=1337", 1508 "--build-number=1337",
1484 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 1509 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
1485 "webrtc_nonparallel_tests" 1510 "webrtc_nonparallel_tests"
1486 ], 1511 ],
1487 "name": "webrtc_nonparallel_tests" 1512 "name": "webrtc_nonparallel_tests"
1488 }, 1513 },
1489 { 1514 {
1490 "cmd": [ 1515 "cmd": [
1491 "python", 1516 "python",
1492 "-u", 1517 "-u",
1493 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1518 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
1494 "collect", 1519 "collect",
1495 "--swarming", 1520 "--swarming",
1496 "https://chromium-swarm.appspot.com", 1521 "https://chromium-swarm.appspot.com",
1497 "--decorate", 1522 "--decorate",
1498 "--print-status-updates", 1523 "--print-status-updates",
1499 "--json", 1524 "--json",
1500 "{\"base_task_name\": \"audio_decoder_unittests/Ubuntu/[dummy has/linux_sw arming/1337\", \"tasks\": {\"audio_decoder_unittests/Ubuntu/[dummy has/linux_swa rming/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https ://chromium-swarm.appspot.com/user/task/10000\"}}}", 1525 "{\"base_task_name\": \"audio_decoder_unittests/Ubuntu/[dummy has/linux_sw arming/1337\", \"tasks\": {\"audio_decoder_unittests/Ubuntu/[dummy has/linux_swa rming/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https ://chromium-swarm.appspot.com/user/task/10000\"}}}",
1501 "--task-summary-json", 1526 "--task-summary-json",
1502 "/path/to/tmp/json" 1527 "/path/to/tmp/json"
1503 ], 1528 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1542 "@@@STEP_LOG_LINE@json.output@ ]@@@", 1567 "@@@STEP_LOG_LINE@json.output@ ]@@@",
1543 "@@@STEP_LOG_LINE@json.output@}@@@", 1568 "@@@STEP_LOG_LINE@json.output@}@@@",
1544 "@@@STEP_LOG_END@json.output@@@", 1569 "@@@STEP_LOG_END@json.output@@@",
1545 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1570 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1546 ] 1571 ]
1547 }, 1572 },
1548 { 1573 {
1549 "cmd": [ 1574 "cmd": [
1550 "python", 1575 "python",
1551 "-u", 1576 "-u",
1552 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1577 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
1553 "collect", 1578 "collect",
1554 "--swarming", 1579 "--swarming",
1555 "https://chromium-swarm.appspot.com", 1580 "https://chromium-swarm.appspot.com",
1556 "--decorate", 1581 "--decorate",
1557 "--print-status-updates", 1582 "--print-status-updates",
1558 "--json", 1583 "--json",
1559 "{\"base_task_name\": \"common_audio_unittests/Ubuntu/[dummy has/linux_swa rming/1337\", \"tasks\": {\"common_audio_unittests/Ubuntu/[dummy has/linux_swarm ing/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/ /chromium-swarm.appspot.com/user/task/10000\"}}}", 1584 "{\"base_task_name\": \"common_audio_unittests/Ubuntu/[dummy has/linux_swa rming/1337\", \"tasks\": {\"common_audio_unittests/Ubuntu/[dummy has/linux_swarm ing/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/ /chromium-swarm.appspot.com/user/task/10000\"}}}",
1560 "--task-summary-json", 1585 "--task-summary-json",
1561 "/path/to/tmp/json" 1586 "/path/to/tmp/json"
1562 ], 1587 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 "@@@STEP_LOG_LINE@json.output@ ]@@@", 1626 "@@@STEP_LOG_LINE@json.output@ ]@@@",
1602 "@@@STEP_LOG_LINE@json.output@}@@@", 1627 "@@@STEP_LOG_LINE@json.output@}@@@",
1603 "@@@STEP_LOG_END@json.output@@@", 1628 "@@@STEP_LOG_END@json.output@@@",
1604 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1629 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1605 ] 1630 ]
1606 }, 1631 },
1607 { 1632 {
1608 "cmd": [ 1633 "cmd": [
1609 "python", 1634 "python",
1610 "-u", 1635 "-u",
1611 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1636 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
1612 "collect", 1637 "collect",
1613 "--swarming", 1638 "--swarming",
1614 "https://chromium-swarm.appspot.com", 1639 "https://chromium-swarm.appspot.com",
1615 "--decorate", 1640 "--decorate",
1616 "--print-status-updates", 1641 "--print-status-updates",
1617 "--json", 1642 "--json",
1618 "{\"base_task_name\": \"common_video_unittests/Ubuntu/[dummy has/linux_swa rming/1337\", \"tasks\": {\"common_video_unittests/Ubuntu/[dummy has/linux_swarm ing/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/ /chromium-swarm.appspot.com/user/task/10000\"}}}", 1643 "{\"base_task_name\": \"common_video_unittests/Ubuntu/[dummy has/linux_swa rming/1337\", \"tasks\": {\"common_video_unittests/Ubuntu/[dummy has/linux_swarm ing/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/ /chromium-swarm.appspot.com/user/task/10000\"}}}",
1619 "--task-summary-json", 1644 "--task-summary-json",
1620 "/path/to/tmp/json" 1645 "/path/to/tmp/json"
1621 ], 1646 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1660 "@@@STEP_LOG_LINE@json.output@ ]@@@", 1685 "@@@STEP_LOG_LINE@json.output@ ]@@@",
1661 "@@@STEP_LOG_LINE@json.output@}@@@", 1686 "@@@STEP_LOG_LINE@json.output@}@@@",
1662 "@@@STEP_LOG_END@json.output@@@", 1687 "@@@STEP_LOG_END@json.output@@@",
1663 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1688 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1664 ] 1689 ]
1665 }, 1690 },
1666 { 1691 {
1667 "cmd": [ 1692 "cmd": [
1668 "python", 1693 "python",
1669 "-u", 1694 "-u",
1670 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1695 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
1671 "collect", 1696 "collect",
1672 "--swarming", 1697 "--swarming",
1673 "https://chromium-swarm.appspot.com", 1698 "https://chromium-swarm.appspot.com",
1674 "--decorate", 1699 "--decorate",
1675 "--print-status-updates", 1700 "--print-status-updates",
1676 "--json", 1701 "--json",
1677 "{\"base_task_name\": \"modules_tests/Ubuntu/[dummy has/linux_swarming/133 7\", \"tasks\": {\"modules_tests/Ubuntu/[dummy has/linux_swarming/1337\": {\"sha rd_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.ap pspot.com/user/task/10000\"}}}", 1702 "{\"base_task_name\": \"modules_tests/Ubuntu/[dummy has/linux_swarming/133 7\", \"tasks\": {\"modules_tests/Ubuntu/[dummy has/linux_swarming/1337\": {\"sha rd_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.ap pspot.com/user/task/10000\"}}}",
1678 "--task-summary-json", 1703 "--task-summary-json",
1679 "/path/to/tmp/json" 1704 "/path/to/tmp/json"
1680 ], 1705 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 "@@@STEP_LOG_LINE@json.output@ ]@@@", 1744 "@@@STEP_LOG_LINE@json.output@ ]@@@",
1720 "@@@STEP_LOG_LINE@json.output@}@@@", 1745 "@@@STEP_LOG_LINE@json.output@}@@@",
1721 "@@@STEP_LOG_END@json.output@@@", 1746 "@@@STEP_LOG_END@json.output@@@",
1722 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1747 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1723 ] 1748 ]
1724 }, 1749 },
1725 { 1750 {
1726 "cmd": [ 1751 "cmd": [
1727 "python", 1752 "python",
1728 "-u", 1753 "-u",
1729 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1754 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
1730 "collect", 1755 "collect",
1731 "--swarming", 1756 "--swarming",
1732 "https://chromium-swarm.appspot.com", 1757 "https://chromium-swarm.appspot.com",
1733 "--decorate", 1758 "--decorate",
1734 "--print-status-updates", 1759 "--print-status-updates",
1735 "--json", 1760 "--json",
1736 "{\"base_task_name\": \"modules_unittests/Ubuntu/[dummy has/linux_swarming /1337\", \"tasks\": {\"modules_unittests/Ubuntu/[dummy has/linux_swarming/1337\" : {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium- swarm.appspot.com/user/task/10000\"}}}", 1761 "{\"base_task_name\": \"modules_unittests/Ubuntu/[dummy has/linux_swarming /1337\", \"tasks\": {\"modules_unittests/Ubuntu/[dummy has/linux_swarming/1337\" : {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium- swarm.appspot.com/user/task/10000\"}}}",
1737 "--task-summary-json", 1762 "--task-summary-json",
1738 "/path/to/tmp/json" 1763 "/path/to/tmp/json"
1739 ], 1764 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1778 "@@@STEP_LOG_LINE@json.output@ ]@@@", 1803 "@@@STEP_LOG_LINE@json.output@ ]@@@",
1779 "@@@STEP_LOG_LINE@json.output@}@@@", 1804 "@@@STEP_LOG_LINE@json.output@}@@@",
1780 "@@@STEP_LOG_END@json.output@@@", 1805 "@@@STEP_LOG_END@json.output@@@",
1781 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1806 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1782 ] 1807 ]
1783 }, 1808 },
1784 { 1809 {
1785 "cmd": [ 1810 "cmd": [
1786 "python", 1811 "python",
1787 "-u", 1812 "-u",
1788 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1813 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
1789 "collect", 1814 "collect",
1790 "--swarming", 1815 "--swarming",
1791 "https://chromium-swarm.appspot.com", 1816 "https://chromium-swarm.appspot.com",
1792 "--decorate", 1817 "--decorate",
1793 "--print-status-updates", 1818 "--print-status-updates",
1794 "--json", 1819 "--json",
1795 "{\"base_task_name\": \"peerconnection_unittests/Ubuntu/[dummy has/linux_s warming/1337\", \"tasks\": {\"peerconnection_unittests/Ubuntu/[dummy has/linux_s warming/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"htt ps://chromium-swarm.appspot.com/user/task/10000\"}}}", 1820 "{\"base_task_name\": \"peerconnection_unittests/Ubuntu/[dummy has/linux_s warming/1337\", \"tasks\": {\"peerconnection_unittests/Ubuntu/[dummy has/linux_s warming/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"htt ps://chromium-swarm.appspot.com/user/task/10000\"}}}",
1796 "--task-summary-json", 1821 "--task-summary-json",
1797 "/path/to/tmp/json" 1822 "/path/to/tmp/json"
1798 ], 1823 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1837 "@@@STEP_LOG_LINE@json.output@ ]@@@", 1862 "@@@STEP_LOG_LINE@json.output@ ]@@@",
1838 "@@@STEP_LOG_LINE@json.output@}@@@", 1863 "@@@STEP_LOG_LINE@json.output@}@@@",
1839 "@@@STEP_LOG_END@json.output@@@", 1864 "@@@STEP_LOG_END@json.output@@@",
1840 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1865 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1841 ] 1866 ]
1842 }, 1867 },
1843 { 1868 {
1844 "cmd": [ 1869 "cmd": [
1845 "python", 1870 "python",
1846 "-u", 1871 "-u",
1847 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1872 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
1848 "collect", 1873 "collect",
1849 "--swarming", 1874 "--swarming",
1850 "https://chromium-swarm.appspot.com", 1875 "https://chromium-swarm.appspot.com",
1851 "--decorate", 1876 "--decorate",
1852 "--print-status-updates", 1877 "--print-status-updates",
1853 "--json", 1878 "--json",
1854 "{\"base_task_name\": \"rtc_media_unittests/Ubuntu/[dummy has/linux_swarmi ng/1337\", \"tasks\": {\"rtc_media_unittests/Ubuntu/[dummy has/linux_swarming/13 37\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chrom ium-swarm.appspot.com/user/task/10000\"}}}", 1879 "{\"base_task_name\": \"rtc_media_unittests/Ubuntu/[dummy has/linux_swarmi ng/1337\", \"tasks\": {\"rtc_media_unittests/Ubuntu/[dummy has/linux_swarming/13 37\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chrom ium-swarm.appspot.com/user/task/10000\"}}}",
1855 "--task-summary-json", 1880 "--task-summary-json",
1856 "/path/to/tmp/json" 1881 "/path/to/tmp/json"
1857 ], 1882 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1896 "@@@STEP_LOG_LINE@json.output@ ]@@@", 1921 "@@@STEP_LOG_LINE@json.output@ ]@@@",
1897 "@@@STEP_LOG_LINE@json.output@}@@@", 1922 "@@@STEP_LOG_LINE@json.output@}@@@",
1898 "@@@STEP_LOG_END@json.output@@@", 1923 "@@@STEP_LOG_END@json.output@@@",
1899 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1924 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1900 ] 1925 ]
1901 }, 1926 },
1902 { 1927 {
1903 "cmd": [ 1928 "cmd": [
1904 "python", 1929 "python",
1905 "-u", 1930 "-u",
1906 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1931 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
1907 "collect", 1932 "collect",
1908 "--swarming", 1933 "--swarming",
1909 "https://chromium-swarm.appspot.com", 1934 "https://chromium-swarm.appspot.com",
1910 "--decorate", 1935 "--decorate",
1911 "--print-status-updates", 1936 "--print-status-updates",
1912 "--json", 1937 "--json",
1913 "{\"base_task_name\": \"rtc_pc_unittests/Ubuntu/[dummy has/linux_swarming/ 1337\", \"tasks\": {\"rtc_pc_unittests/Ubuntu/[dummy has/linux_swarming/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-sw arm.appspot.com/user/task/10000\"}}}", 1938 "{\"base_task_name\": \"rtc_pc_unittests/Ubuntu/[dummy has/linux_swarming/ 1337\", \"tasks\": {\"rtc_pc_unittests/Ubuntu/[dummy has/linux_swarming/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-sw arm.appspot.com/user/task/10000\"}}}",
1914 "--task-summary-json", 1939 "--task-summary-json",
1915 "/path/to/tmp/json" 1940 "/path/to/tmp/json"
1916 ], 1941 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1955 "@@@STEP_LOG_LINE@json.output@ ]@@@", 1980 "@@@STEP_LOG_LINE@json.output@ ]@@@",
1956 "@@@STEP_LOG_LINE@json.output@}@@@", 1981 "@@@STEP_LOG_LINE@json.output@}@@@",
1957 "@@@STEP_LOG_END@json.output@@@", 1982 "@@@STEP_LOG_END@json.output@@@",
1958 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1983 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1959 ] 1984 ]
1960 }, 1985 },
1961 { 1986 {
1962 "cmd": [ 1987 "cmd": [
1963 "python", 1988 "python",
1964 "-u", 1989 "-u",
1965 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 1990 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
1966 "collect", 1991 "collect",
1967 "--swarming", 1992 "--swarming",
1968 "https://chromium-swarm.appspot.com", 1993 "https://chromium-swarm.appspot.com",
1969 "--decorate", 1994 "--decorate",
1970 "--print-status-updates", 1995 "--print-status-updates",
1971 "--json", 1996 "--json",
1972 "{\"base_task_name\": \"rtc_unittests/Ubuntu/[dummy has/linux_swarming/133 7\", \"tasks\": {\"rtc_unittests/Ubuntu/[dummy has/linux_swarming/1337\": {\"sha rd_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.ap pspot.com/user/task/10000\"}}}", 1997 "{\"base_task_name\": \"rtc_unittests/Ubuntu/[dummy has/linux_swarming/133 7\", \"tasks\": {\"rtc_unittests/Ubuntu/[dummy has/linux_swarming/1337\": {\"sha rd_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.ap pspot.com/user/task/10000\"}}}",
1973 "--task-summary-json", 1998 "--task-summary-json",
1974 "/path/to/tmp/json" 1999 "/path/to/tmp/json"
1975 ], 2000 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
2014 "@@@STEP_LOG_LINE@json.output@ ]@@@", 2039 "@@@STEP_LOG_LINE@json.output@ ]@@@",
2015 "@@@STEP_LOG_LINE@json.output@}@@@", 2040 "@@@STEP_LOG_LINE@json.output@}@@@",
2016 "@@@STEP_LOG_END@json.output@@@", 2041 "@@@STEP_LOG_END@json.output@@@",
2017 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2042 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2018 ] 2043 ]
2019 }, 2044 },
2020 { 2045 {
2021 "cmd": [ 2046 "cmd": [
2022 "python", 2047 "python",
2023 "-u", 2048 "-u",
2024 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 2049 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
2025 "collect", 2050 "collect",
2026 "--swarming", 2051 "--swarming",
2027 "https://chromium-swarm.appspot.com", 2052 "https://chromium-swarm.appspot.com",
2028 "--decorate", 2053 "--decorate",
2029 "--print-status-updates", 2054 "--print-status-updates",
2030 "--json", 2055 "--json",
2031 "{\"base_task_name\": \"system_wrappers_unittests/Ubuntu/[dummy has/linux_ swarming/1337\", \"tasks\": {\"system_wrappers_unittests/Ubuntu/[dummy has/linux _swarming/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"h ttps://chromium-swarm.appspot.com/user/task/10000\"}}}", 2056 "{\"base_task_name\": \"system_wrappers_unittests/Ubuntu/[dummy has/linux_ swarming/1337\", \"tasks\": {\"system_wrappers_unittests/Ubuntu/[dummy has/linux _swarming/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"h ttps://chromium-swarm.appspot.com/user/task/10000\"}}}",
2032 "--task-summary-json", 2057 "--task-summary-json",
2033 "/path/to/tmp/json" 2058 "/path/to/tmp/json"
2034 ], 2059 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
2073 "@@@STEP_LOG_LINE@json.output@ ]@@@", 2098 "@@@STEP_LOG_LINE@json.output@ ]@@@",
2074 "@@@STEP_LOG_LINE@json.output@}@@@", 2099 "@@@STEP_LOG_LINE@json.output@}@@@",
2075 "@@@STEP_LOG_END@json.output@@@", 2100 "@@@STEP_LOG_END@json.output@@@",
2076 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2101 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2077 ] 2102 ]
2078 }, 2103 },
2079 { 2104 {
2080 "cmd": [ 2105 "cmd": [
2081 "python", 2106 "python",
2082 "-u", 2107 "-u",
2083 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 2108 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
2084 "collect", 2109 "collect",
2085 "--swarming", 2110 "--swarming",
2086 "https://chromium-swarm.appspot.com", 2111 "https://chromium-swarm.appspot.com",
2087 "--decorate", 2112 "--decorate",
2088 "--print-status-updates", 2113 "--print-status-updates",
2089 "--json", 2114 "--json",
2090 "{\"base_task_name\": \"test_support_unittests/Ubuntu/[dummy has/linux_swa rming/1337\", \"tasks\": {\"test_support_unittests/Ubuntu/[dummy has/linux_swarm ing/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/ /chromium-swarm.appspot.com/user/task/10000\"}}}", 2115 "{\"base_task_name\": \"test_support_unittests/Ubuntu/[dummy has/linux_swa rming/1337\", \"tasks\": {\"test_support_unittests/Ubuntu/[dummy has/linux_swarm ing/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/ /chromium-swarm.appspot.com/user/task/10000\"}}}",
2091 "--task-summary-json", 2116 "--task-summary-json",
2092 "/path/to/tmp/json" 2117 "/path/to/tmp/json"
2093 ], 2118 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
2132 "@@@STEP_LOG_LINE@json.output@ ]@@@", 2157 "@@@STEP_LOG_LINE@json.output@ ]@@@",
2133 "@@@STEP_LOG_LINE@json.output@}@@@", 2158 "@@@STEP_LOG_LINE@json.output@}@@@",
2134 "@@@STEP_LOG_END@json.output@@@", 2159 "@@@STEP_LOG_END@json.output@@@",
2135 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2160 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2136 ] 2161 ]
2137 }, 2162 },
2138 { 2163 {
2139 "cmd": [ 2164 "cmd": [
2140 "python", 2165 "python",
2141 "-u", 2166 "-u",
2142 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 2167 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
2143 "collect", 2168 "collect",
2144 "--swarming", 2169 "--swarming",
2145 "https://chromium-swarm.appspot.com", 2170 "https://chromium-swarm.appspot.com",
2146 "--decorate", 2171 "--decorate",
2147 "--print-status-updates", 2172 "--print-status-updates",
2148 "--json", 2173 "--json",
2149 "{\"base_task_name\": \"tools_unittests/Ubuntu/[dummy has/linux_swarming/1 337\", \"tasks\": {\"tools_unittests/Ubuntu/[dummy has/linux_swarming/1337\": {\ "shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swar m.appspot.com/user/task/10000\"}}}", 2174 "{\"base_task_name\": \"tools_unittests/Ubuntu/[dummy has/linux_swarming/1 337\", \"tasks\": {\"tools_unittests/Ubuntu/[dummy has/linux_swarming/1337\": {\ "shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swar m.appspot.com/user/task/10000\"}}}",
2150 "--task-summary-json", 2175 "--task-summary-json",
2151 "/path/to/tmp/json" 2176 "/path/to/tmp/json"
2152 ], 2177 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
2191 "@@@STEP_LOG_LINE@json.output@ ]@@@", 2216 "@@@STEP_LOG_LINE@json.output@ ]@@@",
2192 "@@@STEP_LOG_LINE@json.output@}@@@", 2217 "@@@STEP_LOG_LINE@json.output@}@@@",
2193 "@@@STEP_LOG_END@json.output@@@", 2218 "@@@STEP_LOG_END@json.output@@@",
2194 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2219 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2195 ] 2220 ]
2196 }, 2221 },
2197 { 2222 {
2198 "cmd": [ 2223 "cmd": [
2199 "python", 2224 "python",
2200 "-u", 2225 "-u",
2201 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 2226 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
2202 "collect", 2227 "collect",
2203 "--swarming", 2228 "--swarming",
2204 "https://chromium-swarm.appspot.com", 2229 "https://chromium-swarm.appspot.com",
2205 "--decorate", 2230 "--decorate",
2206 "--print-status-updates", 2231 "--print-status-updates",
2207 "--json", 2232 "--json",
2208 "{\"base_task_name\": \"video_engine_tests/Ubuntu/[dummy has/linux_swarmin g/1337\", \"tasks\": {\"video_engine_tests/Ubuntu/[dummy has/linux_swarming/1337 \": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromiu m-swarm.appspot.com/user/task/10000\"}}}", 2233 "{\"base_task_name\": \"video_engine_tests/Ubuntu/[dummy has/linux_swarmin g/1337\", \"tasks\": {\"video_engine_tests/Ubuntu/[dummy has/linux_swarming/1337 \": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromiu m-swarm.appspot.com/user/task/10000\"}}}",
2209 "--task-summary-json", 2234 "--task-summary-json",
2210 "/path/to/tmp/json" 2235 "/path/to/tmp/json"
2211 ], 2236 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
2250 "@@@STEP_LOG_LINE@json.output@ ]@@@", 2275 "@@@STEP_LOG_LINE@json.output@ ]@@@",
2251 "@@@STEP_LOG_LINE@json.output@}@@@", 2276 "@@@STEP_LOG_LINE@json.output@}@@@",
2252 "@@@STEP_LOG_END@json.output@@@", 2277 "@@@STEP_LOG_END@json.output@@@",
2253 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2278 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2254 ] 2279 ]
2255 }, 2280 },
2256 { 2281 {
2257 "cmd": [ 2282 "cmd": [
2258 "python", 2283 "python",
2259 "-u", 2284 "-u",
2260 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 2285 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
2261 "collect", 2286 "collect",
2262 "--swarming", 2287 "--swarming",
2263 "https://chromium-swarm.appspot.com", 2288 "https://chromium-swarm.appspot.com",
2264 "--decorate", 2289 "--decorate",
2265 "--print-status-updates", 2290 "--print-status-updates",
2266 "--json", 2291 "--json",
2267 "{\"base_task_name\": \"voice_engine_unittests/Ubuntu/[dummy has/linux_swa rming/1337\", \"tasks\": {\"voice_engine_unittests/Ubuntu/[dummy has/linux_swarm ing/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/ /chromium-swarm.appspot.com/user/task/10000\"}}}", 2292 "{\"base_task_name\": \"voice_engine_unittests/Ubuntu/[dummy has/linux_swa rming/1337\", \"tasks\": {\"voice_engine_unittests/Ubuntu/[dummy has/linux_swarm ing/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/ /chromium-swarm.appspot.com/user/task/10000\"}}}",
2268 "--task-summary-json", 2293 "--task-summary-json",
2269 "/path/to/tmp/json" 2294 "/path/to/tmp/json"
2270 ], 2295 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
2309 "@@@STEP_LOG_LINE@json.output@ ]@@@", 2334 "@@@STEP_LOG_LINE@json.output@ ]@@@",
2310 "@@@STEP_LOG_LINE@json.output@}@@@", 2335 "@@@STEP_LOG_LINE@json.output@}@@@",
2311 "@@@STEP_LOG_END@json.output@@@", 2336 "@@@STEP_LOG_END@json.output@@@",
2312 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2337 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2313 ] 2338 ]
2314 }, 2339 },
2315 { 2340 {
2316 "cmd": [ 2341 "cmd": [
2317 "python", 2342 "python",
2318 "-u", 2343 "-u",
2319 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 2344 "[BUILDER_CACHE]/linux_swarming/src/tools/swarming_client/swarming.py",
2320 "collect", 2345 "collect",
2321 "--swarming", 2346 "--swarming",
2322 "https://chromium-swarm.appspot.com", 2347 "https://chromium-swarm.appspot.com",
2323 "--decorate", 2348 "--decorate",
2324 "--print-status-updates", 2349 "--print-status-updates",
2325 "--json", 2350 "--json",
2326 "{\"base_task_name\": \"xmllite_xmpp_unittests/Ubuntu/[dummy has/linux_swa rming/1337\", \"tasks\": {\"xmllite_xmpp_unittests/Ubuntu/[dummy has/linux_swarm ing/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/ /chromium-swarm.appspot.com/user/task/10000\"}}}", 2351 "{\"base_task_name\": \"xmllite_xmpp_unittests/Ubuntu/[dummy has/linux_swa rming/1337\", \"tasks\": {\"xmllite_xmpp_unittests/Ubuntu/[dummy has/linux_swarm ing/1337\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/ /chromium-swarm.appspot.com/user/task/10000\"}}}",
2327 "--task-summary-json", 2352 "--task-summary-json",
2328 "/path/to/tmp/json" 2353 "/path/to/tmp/json"
2329 ], 2354 ],
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2370 "@@@STEP_LOG_END@json.output@@@", 2395 "@@@STEP_LOG_END@json.output@@@",
2371 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2396 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2372 ] 2397 ]
2373 }, 2398 },
2374 { 2399 {
2375 "name": "$result", 2400 "name": "$result",
2376 "recipe_result": null, 2401 "recipe_result": null,
2377 "status_code": 0 2402 "status_code": 0
2378 } 2403 }
2379 ] 2404 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698