OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
5 "--json-file", | 5 "--json-file", |
6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | |
9 "name": "host and tools info", | 8 "name": "host and tools info", |
10 "~followup_annotations": [ | 9 "~followup_annotations": [ |
11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
12 "@@@STEP_LOG_LINE@json.output@{@@@", | 11 "@@@STEP_LOG_LINE@json.output@{@@@", |
13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", | 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
19 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
20 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", |
21 "@@@STEP_LOG_LINE@json.output@}@@@", | 20 "@@@STEP_LOG_LINE@json.output@}@@@", |
22 "@@@STEP_LOG_END@json.output@@@" | 21 "@@@STEP_LOG_END@json.output@@@" |
23 ] | 22 ] |
24 }, | 23 }, |
25 { | 24 { |
26 "cmd": [ | 25 "cmd": [ |
27 "python", | 26 "python", |
28 "-u", | 27 "-u", |
29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
30 "--master", | 29 "--master", |
31 "tryserver.webrtc", | 30 "tryserver.webrtc", |
32 "--builder", | 31 "--builder", |
33 "mac_swarming", | 32 "mac_swarming", |
34 "--slave", | 33 "--slave", |
35 "slavename", | 34 "slavename", |
36 "--spec", | 35 "--spec", |
37 "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 = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]", |
38 "--root", | 37 "--root", |
39 "src", | 38 "src", |
40 "--revision_mapping_file", | 39 "--revision_mapping_file", |
41 "{\"src\": \"got_revision\"}", | 40 "{\"src\": \"got_revision\"}", |
42 "--git-cache-dir", | 41 "--git-cache-dir", |
43 "[GIT_CACHE]", | 42 "[ROOT]/b/build/slave/cache_dir", |
44 "--issue", | 43 "--issue", |
45 "666666", | 44 "666666", |
46 "--patchset", | 45 "--patchset", |
47 "1", | 46 "1", |
48 "--rietveld_server", | 47 "--rietveld_server", |
49 "https://fake.rietveld.url", | 48 "https://fake.rietveld.url", |
50 "--output_json", | 49 "--output_json", |
51 "/path/to/tmp/json", | 50 "/path/to/tmp/json", |
52 "--revision", | 51 "--revision", |
53 "src@12345", | 52 "src@12345", |
54 "--output_manifest" | 53 "--output_manifest" |
55 ], | 54 ], |
56 "cwd": "[SLAVE_BUILD]", | |
57 "env": { | 55 "env": { |
58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
59 }, | 57 }, |
60 "name": "bot_update", | 58 "name": "bot_update", |
61 "~followup_annotations": [ | 59 "~followup_annotations": [ |
62 "@@@STEP_TEXT@Some step text@@@", | 60 "@@@STEP_TEXT@Some step text@@@", |
63 "@@@STEP_LOG_LINE@json.output@{@@@", | 61 "@@@STEP_LOG_LINE@json.output@{@@@", |
64 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
65 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
66 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
(...skipping 16 matching lines...) Expand all Loading... |
83 "@@@STEP_LOG_END@json.output@@@", | 81 "@@@STEP_LOG_END@json.output@@@", |
84 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 82 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
85 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 83 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
86 ] | 84 ] |
87 }, | 85 }, |
88 { | 86 { |
89 "cmd": [ | 87 "cmd": [ |
90 "python", | 88 "python", |
91 "-u", | 89 "-u", |
92 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 90 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
93 "[SLAVE_BUILD]/src/out" | 91 "[CWD]/src/out" |
94 ], | 92 ], |
95 "cwd": "[SLAVE_BUILD]", | |
96 "name": "clean test output files" | 93 "name": "clean test output files" |
97 }, | 94 }, |
98 { | 95 { |
99 "cmd": [ | 96 "cmd": [ |
100 "python", | 97 "python", |
101 "-u", | 98 "-u", |
102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
103 "--show-path", | 100 "--show-path", |
104 "python", | 101 "python", |
105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
106 ], | 103 ], |
107 "cwd": "[SLAVE_BUILD]", | |
108 "name": "cleanup_temp" | 104 "name": "cleanup_temp" |
109 }, | 105 }, |
110 { | 106 { |
111 "cmd": [ | 107 "cmd": [ |
112 "python", | 108 "python", |
113 "-u", | 109 "-u", |
114 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 110 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
115 "--build-dir", | 111 "--build-dir", |
116 "[SLAVE_BUILD]/src/out/Debug", | 112 "[CWD]/src/out/Debug", |
117 "--clean-isolated-files" | 113 "--clean-isolated-files" |
118 ], | 114 ], |
119 "cwd": "[SLAVE_BUILD]", | |
120 "name": "clean isolated files" | 115 "name": "clean isolated files" |
121 }, | 116 }, |
122 { | 117 { |
123 "cmd": [ | 118 "cmd": [ |
124 "python", | 119 "python", |
125 "-u", | 120 "-u", |
126 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 121 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
127 "runhooks" | 122 "runhooks" |
128 ], | 123 ], |
129 "cwd": "[SLAVE_BUILD]", | |
130 "env": { | 124 "env": { |
131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 125 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
132 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x6
4 test_isolation_mode=prepare use_goma=1", | 126 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_
arch=x64 test_isolation_mode=prepare use_goma=1", |
133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
134 }, | 128 }, |
135 "name": "gclient runhooks" | 129 "name": "gclient runhooks" |
136 }, | 130 }, |
137 { | 131 { |
138 "cmd": [ | 132 "cmd": [ |
139 "python", | 133 "python", |
140 "-u", | 134 "-u", |
141 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 135 "[CWD]/src/tools/swarming_client/swarming.py", |
142 "--version" | 136 "--version" |
143 ], | 137 ], |
144 "cwd": "[SLAVE_BUILD]", | |
145 "name": "swarming.py --version", | 138 "name": "swarming.py --version", |
146 "stdout": "/path/to/tmp/", | 139 "stdout": "/path/to/tmp/", |
147 "~followup_annotations": [ | 140 "~followup_annotations": [ |
148 "@@@STEP_TEXT@0.4.10@@@" | 141 "@@@STEP_TEXT@0.4.10@@@" |
149 ] | 142 ] |
150 }, | 143 }, |
151 { | 144 { |
152 "allow_subannotations": true, | 145 "allow_subannotations": true, |
153 "cmd": [ | 146 "cmd": [ |
154 "python", | 147 "python", |
155 "-u", | 148 "-u", |
156 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
157 "--src-dir", | 150 "--src-dir", |
158 "[SLAVE_BUILD]/src", | 151 "[CWD]/src", |
159 "--output-json", | 152 "--output-json", |
160 "/path/to/tmp/json" | 153 "/path/to/tmp/json" |
161 ], | 154 ], |
162 "cwd": "[SLAVE_BUILD]", | |
163 "env": { | 155 "env": { |
164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
165 }, | 157 }, |
166 "name": "clang_revision", | 158 "name": "clang_revision", |
167 "~followup_annotations": [ | 159 "~followup_annotations": [ |
168 "@@@STEP_LOG_LINE@json.output@{@@@", | 160 "@@@STEP_LOG_LINE@json.output@{@@@", |
169 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
170 "@@@STEP_LOG_LINE@json.output@}@@@", | 162 "@@@STEP_LOG_LINE@json.output@}@@@", |
171 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
172 ] | 164 ] |
173 }, | 165 }, |
174 { | 166 { |
175 "cmd": [ | 167 "cmd": [ |
176 "python", | 168 "python", |
177 "-u", | 169 "-u", |
178 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
179 "--show-path", | 171 "--show-path", |
180 "python", | 172 "python", |
181 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
182 "--gsutil-py-path", | 174 "--gsutil-py-path", |
183 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
184 "--ninja-path", | 176 "--ninja-path", |
185 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
186 "--target", | 178 "--target", |
187 "Debug", | 179 "Debug", |
188 "--src-dir", | 180 "--src-dir", |
189 "[SLAVE_BUILD]/src", | 181 "[CWD]/src", |
190 "--goma-cache-dir", | 182 "--goma-cache-dir", |
191 "[GOMA_CACHE]", | 183 "[ROOT]/b/build/slave/goma_cache", |
192 "--build-tool", | 184 "--build-tool", |
193 "ninja", | 185 "ninja", |
194 "--compiler", | 186 "--compiler", |
195 "goma-clang", | 187 "goma-clang", |
196 "--goma-jsonstatus", | 188 "--goma-jsonstatus", |
197 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
198 "--goma-service-account-json-file", | 190 "--goma-service-account-json-file", |
199 "/creds/service_accounts/service-account-goma-client.json", | 191 "/creds/service_accounts/service-account-goma-client.json", |
200 "--goma-dir", | 192 "--goma-dir", |
201 "[BUILD]/goma", | 193 "[ROOT]/b/build/goma", |
202 "--goma-fail-fast", | 194 "--goma-fail-fast", |
203 "--goma-disable-local-fallback", | 195 "--goma-disable-local-fallback", |
204 "--", | 196 "--", |
205 "All" | 197 "All" |
206 ], | 198 ], |
207 "cwd": "[SLAVE_BUILD]", | |
208 "env": { | 199 "env": { |
209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
210 }, | 201 }, |
211 "name": "compile", | 202 "name": "compile", |
212 "~followup_annotations": [ | 203 "~followup_annotations": [ |
213 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
214 "@@@STEP_LOG_END@json.output (invalid)@@@" | 205 "@@@STEP_LOG_END@json.output (invalid)@@@" |
215 ] | 206 ] |
216 }, | 207 }, |
217 { | 208 { |
218 "cmd": [ | 209 "cmd": [ |
219 "python", | 210 "python", |
220 "-u", | 211 "-u", |
221 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 212 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
222 "--build-dir", | 213 "--build-dir", |
223 "[SLAVE_BUILD]/src/out/Debug", | 214 "[CWD]/src/out/Debug", |
224 "--src-dir", | 215 "--src-dir", |
225 "[SLAVE_BUILD]/src" | 216 "[CWD]/src" |
226 ], | 217 ], |
227 "cwd": "[SLAVE_BUILD]", | 218 "cwd": "[CWD]", |
228 "name": "remove_build_metadata" | 219 "name": "remove_build_metadata" |
229 }, | 220 }, |
230 { | 221 { |
231 "cmd": [ | 222 "cmd": [ |
232 "python", | 223 "python", |
233 "-u", | 224 "-u", |
234 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 225 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
235 "[SLAVE_BUILD]/src/tools/swarming_client", | 226 "[CWD]/src/tools/swarming_client", |
236 "batcharchive", | 227 "batcharchive", |
237 "--dump-json", | 228 "--dump-json", |
238 "/path/to/tmp/json", | 229 "/path/to/tmp/json", |
239 "--isolate-server", | 230 "--isolate-server", |
240 "https://isolateserver.appspot.com", | 231 "https://isolateserver.appspot.com", |
241 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests.isolated.gen.json", | 232 "[CWD]/src/out/Debug/audio_decoder_unittests.isolated.gen.json", |
242 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests.isolated.gen.json", | 233 "[CWD]/src/out/Debug/common_audio_unittests.isolated.gen.json", |
243 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests.isolated.gen.json", | 234 "[CWD]/src/out/Debug/common_video_unittests.isolated.gen.json", |
244 "[SLAVE_BUILD]/src/out/Debug/modules_tests.isolated.gen.json", | 235 "[CWD]/src/out/Debug/modules_tests.isolated.gen.json", |
245 "[SLAVE_BUILD]/src/out/Debug/modules_unittests.isolated.gen.json", | 236 "[CWD]/src/out/Debug/modules_unittests.isolated.gen.json", |
246 "[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests.isolated.gen.json", | 237 "[CWD]/src/out/Debug/peerconnection_unittests.isolated.gen.json", |
247 "[SLAVE_BUILD]/src/out/Debug/rtc_media_unittests.isolated.gen.json", | 238 "[CWD]/src/out/Debug/rtc_media_unittests.isolated.gen.json", |
248 "[SLAVE_BUILD]/src/out/Debug/rtc_pc_unittests.isolated.gen.json", | 239 "[CWD]/src/out/Debug/rtc_pc_unittests.isolated.gen.json", |
249 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests.isolated.gen.json", | 240 "[CWD]/src/out/Debug/rtc_unittests.isolated.gen.json", |
250 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json", | 241 "[CWD]/src/out/Debug/system_wrappers_unittests.isolated.gen.json", |
251 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests.isolated.gen.json", | 242 "[CWD]/src/out/Debug/test_support_unittests.isolated.gen.json", |
252 "[SLAVE_BUILD]/src/out/Debug/tools_unittests.isolated.gen.json", | 243 "[CWD]/src/out/Debug/tools_unittests.isolated.gen.json", |
253 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests.isolated.gen.json", | 244 "[CWD]/src/out/Debug/video_engine_tests.isolated.gen.json", |
254 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests.isolated.gen.json" | 245 "[CWD]/src/out/Debug/voice_engine_unittests.isolated.gen.json" |
255 ], | 246 ], |
256 "cwd": "[SLAVE_BUILD]", | |
257 "name": "isolate tests", | 247 "name": "isolate tests", |
258 "~followup_annotations": [ | 248 "~followup_annotations": [ |
259 "@@@STEP_LOG_LINE@json.output@{@@@", | 249 "@@@STEP_LOG_LINE@json.output@{@@@", |
260 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", | 250 "@@@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]\", @@@", | 251 "@@@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]\", @@@", | 252 "@@@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]\", @@@", | 253 "@@@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]\", @@@", | 254 "@@@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]\", @@@", | 255 "@@@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]\", @@@", | 256 "@@@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]\", @@@", | 257 "@@@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]\", @@@", | 258 "@@@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]\", @@@", | 259 "@@@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]\", @@@", | 260 "@@@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]\", @@@", | 261 "@@@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]\", @@@", | 262 "@@@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]\"@@@", | 263 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\"@@@", |
274 "@@@STEP_LOG_LINE@json.output@}@@@", | 264 "@@@STEP_LOG_LINE@json.output@}@@@", |
275 "@@@STEP_LOG_END@json.output@@@", | 265 "@@@STEP_LOG_END@json.output@@@", |
276 "@@@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]\"}@@@" | 266 "@@@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]\"}@@@" |
277 ] | 267 ] |
278 }, | 268 }, |
279 { | 269 { |
280 "cmd": [ | 270 "cmd": [ |
281 "python", | 271 "python", |
282 "-u", | 272 "-u", |
283 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 273 "[CWD]/src/tools/swarming_client/swarming.py", |
284 "trigger", | 274 "trigger", |
285 "--swarming", | 275 "--swarming", |
286 "https://chromium-swarm.appspot.com", | 276 "https://chromium-swarm.appspot.com", |
287 "--isolate-server", | 277 "--isolate-server", |
288 "https://isolateserver.appspot.com", | 278 "https://isolateserver.appspot.com", |
289 "--priority", | 279 "--priority", |
290 "30", | 280 "30", |
291 "--shards", | 281 "--shards", |
292 "1", | 282 "1", |
293 "--task-name", | 283 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 "purpose:pre-commit", | 322 "purpose:pre-commit", |
333 "--tag", | 323 "--tag", |
334 "rietveld:https://fake.rietveld.url/666666/#ps1", | 324 "rietveld:https://fake.rietveld.url/666666/#ps1", |
335 "--tag", | 325 "--tag", |
336 "slavename:slavename", | 326 "slavename:slavename", |
337 "--tag", | 327 "--tag", |
338 "stepname:audio_decoder_unittests on Mac", | 328 "stepname:audio_decoder_unittests on Mac", |
339 "--idempotent", | 329 "--idempotent", |
340 "[dummy hash for audio_decoder_unittests]" | 330 "[dummy hash for audio_decoder_unittests]" |
341 ], | 331 ], |
342 "cwd": "[SLAVE_BUILD]", | |
343 "name": "[trigger] audio_decoder_unittests on Mac", | 332 "name": "[trigger] audio_decoder_unittests on Mac", |
344 "~followup_annotations": [ | 333 "~followup_annotations": [ |
345 "@@@STEP_LOG_LINE@json.output@{@@@", | 334 "@@@STEP_LOG_LINE@json.output@{@@@", |
346 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte
sts/Mac/[dummy has/mac_swarming/1337\", @@@", | 335 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte
sts/Mac/[dummy has/mac_swarming/1337\", @@@", |
347 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 336 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
348 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Mac/[dummy has
/mac_swarming/1337\": {@@@", | 337 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Mac/[dummy has
/mac_swarming/1337\": {@@@", |
349 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 338 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
350 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 339 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
351 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 340 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
352 "@@@STEP_LOG_LINE@json.output@ }@@@", | 341 "@@@STEP_LOG_LINE@json.output@ }@@@", |
353 "@@@STEP_LOG_LINE@json.output@ }@@@", | 342 "@@@STEP_LOG_LINE@json.output@ }@@@", |
354 "@@@STEP_LOG_LINE@json.output@}@@@", | 343 "@@@STEP_LOG_LINE@json.output@}@@@", |
355 "@@@STEP_LOG_END@json.output@@@", | 344 "@@@STEP_LOG_END@json.output@@@", |
356 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 345 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
357 ] | 346 ] |
358 }, | 347 }, |
359 { | 348 { |
360 "cmd": [ | 349 "cmd": [ |
361 "python", | 350 "python", |
362 "-u", | 351 "-u", |
363 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 352 "[CWD]/src/tools/swarming_client/swarming.py", |
364 "trigger", | 353 "trigger", |
365 "--swarming", | 354 "--swarming", |
366 "https://chromium-swarm.appspot.com", | 355 "https://chromium-swarm.appspot.com", |
367 "--isolate-server", | 356 "--isolate-server", |
368 "https://isolateserver.appspot.com", | 357 "https://isolateserver.appspot.com", |
369 "--priority", | 358 "--priority", |
370 "30", | 359 "30", |
371 "--shards", | 360 "--shards", |
372 "1", | 361 "1", |
373 "--task-name", | 362 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 "purpose:pre-commit", | 401 "purpose:pre-commit", |
413 "--tag", | 402 "--tag", |
414 "rietveld:https://fake.rietveld.url/666666/#ps1", | 403 "rietveld:https://fake.rietveld.url/666666/#ps1", |
415 "--tag", | 404 "--tag", |
416 "slavename:slavename", | 405 "slavename:slavename", |
417 "--tag", | 406 "--tag", |
418 "stepname:common_audio_unittests on Mac", | 407 "stepname:common_audio_unittests on Mac", |
419 "--idempotent", | 408 "--idempotent", |
420 "[dummy hash for common_audio_unittests]" | 409 "[dummy hash for common_audio_unittests]" |
421 ], | 410 ], |
422 "cwd": "[SLAVE_BUILD]", | |
423 "name": "[trigger] common_audio_unittests on Mac", | 411 "name": "[trigger] common_audio_unittests on Mac", |
424 "~followup_annotations": [ | 412 "~followup_annotations": [ |
425 "@@@STEP_LOG_LINE@json.output@{@@@", | 413 "@@@STEP_LOG_LINE@json.output@{@@@", |
426 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", | 414 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", |
427 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 415 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
428 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", | 416 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", |
429 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 417 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
430 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 418 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
431 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 419 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
432 "@@@STEP_LOG_LINE@json.output@ }@@@", | 420 "@@@STEP_LOG_LINE@json.output@ }@@@", |
433 "@@@STEP_LOG_LINE@json.output@ }@@@", | 421 "@@@STEP_LOG_LINE@json.output@ }@@@", |
434 "@@@STEP_LOG_LINE@json.output@}@@@", | 422 "@@@STEP_LOG_LINE@json.output@}@@@", |
435 "@@@STEP_LOG_END@json.output@@@", | 423 "@@@STEP_LOG_END@json.output@@@", |
436 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 424 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
437 ] | 425 ] |
438 }, | 426 }, |
439 { | 427 { |
440 "cmd": [ | 428 "cmd": [ |
441 "python", | 429 "python", |
442 "-u", | 430 "-u", |
443 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 431 "[CWD]/src/tools/swarming_client/swarming.py", |
444 "trigger", | 432 "trigger", |
445 "--swarming", | 433 "--swarming", |
446 "https://chromium-swarm.appspot.com", | 434 "https://chromium-swarm.appspot.com", |
447 "--isolate-server", | 435 "--isolate-server", |
448 "https://isolateserver.appspot.com", | 436 "https://isolateserver.appspot.com", |
449 "--priority", | 437 "--priority", |
450 "30", | 438 "30", |
451 "--shards", | 439 "--shards", |
452 "1", | 440 "1", |
453 "--task-name", | 441 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 "purpose:pre-commit", | 480 "purpose:pre-commit", |
493 "--tag", | 481 "--tag", |
494 "rietveld:https://fake.rietveld.url/666666/#ps1", | 482 "rietveld:https://fake.rietveld.url/666666/#ps1", |
495 "--tag", | 483 "--tag", |
496 "slavename:slavename", | 484 "slavename:slavename", |
497 "--tag", | 485 "--tag", |
498 "stepname:common_video_unittests on Mac", | 486 "stepname:common_video_unittests on Mac", |
499 "--idempotent", | 487 "--idempotent", |
500 "[dummy hash for common_video_unittests]" | 488 "[dummy hash for common_video_unittests]" |
501 ], | 489 ], |
502 "cwd": "[SLAVE_BUILD]", | |
503 "name": "[trigger] common_video_unittests on Mac", | 490 "name": "[trigger] common_video_unittests on Mac", |
504 "~followup_annotations": [ | 491 "~followup_annotations": [ |
505 "@@@STEP_LOG_LINE@json.output@{@@@", | 492 "@@@STEP_LOG_LINE@json.output@{@@@", |
506 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", | 493 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", |
507 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 494 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
508 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", | 495 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", |
509 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 496 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
510 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 497 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
511 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 498 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
512 "@@@STEP_LOG_LINE@json.output@ }@@@", | 499 "@@@STEP_LOG_LINE@json.output@ }@@@", |
513 "@@@STEP_LOG_LINE@json.output@ }@@@", | 500 "@@@STEP_LOG_LINE@json.output@ }@@@", |
514 "@@@STEP_LOG_LINE@json.output@}@@@", | 501 "@@@STEP_LOG_LINE@json.output@}@@@", |
515 "@@@STEP_LOG_END@json.output@@@", | 502 "@@@STEP_LOG_END@json.output@@@", |
516 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 503 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
517 ] | 504 ] |
518 }, | 505 }, |
519 { | 506 { |
520 "cmd": [ | 507 "cmd": [ |
521 "python", | 508 "python", |
522 "-u", | 509 "-u", |
523 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 510 "[CWD]/src/tools/swarming_client/swarming.py", |
524 "trigger", | 511 "trigger", |
525 "--swarming", | 512 "--swarming", |
526 "https://chromium-swarm.appspot.com", | 513 "https://chromium-swarm.appspot.com", |
527 "--isolate-server", | 514 "--isolate-server", |
528 "https://isolateserver.appspot.com", | 515 "https://isolateserver.appspot.com", |
529 "--priority", | 516 "--priority", |
530 "30", | 517 "30", |
531 "--shards", | 518 "--shards", |
532 "1", | 519 "1", |
533 "--task-name", | 520 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 "purpose:pre-commit", | 559 "purpose:pre-commit", |
573 "--tag", | 560 "--tag", |
574 "rietveld:https://fake.rietveld.url/666666/#ps1", | 561 "rietveld:https://fake.rietveld.url/666666/#ps1", |
575 "--tag", | 562 "--tag", |
576 "slavename:slavename", | 563 "slavename:slavename", |
577 "--tag", | 564 "--tag", |
578 "stepname:modules_tests on Mac", | 565 "stepname:modules_tests on Mac", |
579 "--idempotent", | 566 "--idempotent", |
580 "[dummy hash for modules_tests]" | 567 "[dummy hash for modules_tests]" |
581 ], | 568 ], |
582 "cwd": "[SLAVE_BUILD]", | |
583 "name": "[trigger] modules_tests on Mac", | 569 "name": "[trigger] modules_tests on Mac", |
584 "~followup_annotations": [ | 570 "~followup_annotations": [ |
585 "@@@STEP_LOG_LINE@json.output@{@@@", | 571 "@@@STEP_LOG_LINE@json.output@{@@@", |
586 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Mac/[d
ummy has/mac_swarming/1337\", @@@", | 572 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Mac/[d
ummy has/mac_swarming/1337\", @@@", |
587 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 573 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
588 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Mac/[dummy has/mac_swarm
ing/1337\": {@@@", | 574 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Mac/[dummy has/mac_swarm
ing/1337\": {@@@", |
589 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 575 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
590 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 576 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
591 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 577 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
592 "@@@STEP_LOG_LINE@json.output@ }@@@", | 578 "@@@STEP_LOG_LINE@json.output@ }@@@", |
593 "@@@STEP_LOG_LINE@json.output@ }@@@", | 579 "@@@STEP_LOG_LINE@json.output@ }@@@", |
594 "@@@STEP_LOG_LINE@json.output@}@@@", | 580 "@@@STEP_LOG_LINE@json.output@}@@@", |
595 "@@@STEP_LOG_END@json.output@@@", | 581 "@@@STEP_LOG_END@json.output@@@", |
596 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 582 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
597 ] | 583 ] |
598 }, | 584 }, |
599 { | 585 { |
600 "cmd": [ | 586 "cmd": [ |
601 "python", | 587 "python", |
602 "-u", | 588 "-u", |
603 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 589 "[CWD]/src/tools/swarming_client/swarming.py", |
604 "trigger", | 590 "trigger", |
605 "--swarming", | 591 "--swarming", |
606 "https://chromium-swarm.appspot.com", | 592 "https://chromium-swarm.appspot.com", |
607 "--isolate-server", | 593 "--isolate-server", |
608 "https://isolateserver.appspot.com", | 594 "https://isolateserver.appspot.com", |
609 "--priority", | 595 "--priority", |
610 "30", | 596 "30", |
611 "--shards", | 597 "--shards", |
612 "1", | 598 "1", |
613 "--task-name", | 599 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
652 "purpose:pre-commit", | 638 "purpose:pre-commit", |
653 "--tag", | 639 "--tag", |
654 "rietveld:https://fake.rietveld.url/666666/#ps1", | 640 "rietveld:https://fake.rietveld.url/666666/#ps1", |
655 "--tag", | 641 "--tag", |
656 "slavename:slavename", | 642 "slavename:slavename", |
657 "--tag", | 643 "--tag", |
658 "stepname:modules_unittests on Mac", | 644 "stepname:modules_unittests on Mac", |
659 "--idempotent", | 645 "--idempotent", |
660 "[dummy hash for modules_unittests]" | 646 "[dummy hash for modules_unittests]" |
661 ], | 647 ], |
662 "cwd": "[SLAVE_BUILD]", | |
663 "name": "[trigger] modules_unittests on Mac", | 648 "name": "[trigger] modules_unittests on Mac", |
664 "~followup_annotations": [ | 649 "~followup_annotations": [ |
665 "@@@STEP_LOG_LINE@json.output@{@@@", | 650 "@@@STEP_LOG_LINE@json.output@{@@@", |
666 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Ma
c/[dummy has/mac_swarming/1337\", @@@", | 651 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Ma
c/[dummy has/mac_swarming/1337\", @@@", |
667 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 652 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
668 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Mac/[dummy has/mac_s
warming/1337\": {@@@", | 653 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Mac/[dummy has/mac_s
warming/1337\": {@@@", |
669 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 654 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
670 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 655 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
671 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 656 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
672 "@@@STEP_LOG_LINE@json.output@ }@@@", | 657 "@@@STEP_LOG_LINE@json.output@ }@@@", |
673 "@@@STEP_LOG_LINE@json.output@ }@@@", | 658 "@@@STEP_LOG_LINE@json.output@ }@@@", |
674 "@@@STEP_LOG_LINE@json.output@}@@@", | 659 "@@@STEP_LOG_LINE@json.output@}@@@", |
675 "@@@STEP_LOG_END@json.output@@@", | 660 "@@@STEP_LOG_END@json.output@@@", |
676 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 661 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
677 ] | 662 ] |
678 }, | 663 }, |
679 { | 664 { |
680 "cmd": [ | 665 "cmd": [ |
681 "python", | 666 "python", |
682 "-u", | 667 "-u", |
683 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 668 "[CWD]/src/tools/swarming_client/swarming.py", |
684 "trigger", | 669 "trigger", |
685 "--swarming", | 670 "--swarming", |
686 "https://chromium-swarm.appspot.com", | 671 "https://chromium-swarm.appspot.com", |
687 "--isolate-server", | 672 "--isolate-server", |
688 "https://isolateserver.appspot.com", | 673 "https://isolateserver.appspot.com", |
689 "--priority", | 674 "--priority", |
690 "30", | 675 "30", |
691 "--shards", | 676 "--shards", |
692 "1", | 677 "1", |
693 "--task-name", | 678 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
732 "purpose:pre-commit", | 717 "purpose:pre-commit", |
733 "--tag", | 718 "--tag", |
734 "rietveld:https://fake.rietveld.url/666666/#ps1", | 719 "rietveld:https://fake.rietveld.url/666666/#ps1", |
735 "--tag", | 720 "--tag", |
736 "slavename:slavename", | 721 "slavename:slavename", |
737 "--tag", | 722 "--tag", |
738 "stepname:peerconnection_unittests on Mac", | 723 "stepname:peerconnection_unittests on Mac", |
739 "--idempotent", | 724 "--idempotent", |
740 "[dummy hash for peerconnection_unittests]" | 725 "[dummy hash for peerconnection_unittests]" |
741 ], | 726 ], |
742 "cwd": "[SLAVE_BUILD]", | |
743 "name": "[trigger] peerconnection_unittests on Mac", | 727 "name": "[trigger] peerconnection_unittests on Mac", |
744 "~followup_annotations": [ | 728 "~followup_annotations": [ |
745 "@@@STEP_LOG_LINE@json.output@{@@@", | 729 "@@@STEP_LOG_LINE@json.output@{@@@", |
746 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt
ests/Mac/[dummy has/mac_swarming/1337\", @@@", | 730 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt
ests/Mac/[dummy has/mac_swarming/1337\", @@@", |
747 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 731 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
748 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Mac/[dummy ha
s/mac_swarming/1337\": {@@@", | 732 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Mac/[dummy ha
s/mac_swarming/1337\": {@@@", |
749 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 733 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
750 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 734 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
751 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 735 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
752 "@@@STEP_LOG_LINE@json.output@ }@@@", | 736 "@@@STEP_LOG_LINE@json.output@ }@@@", |
753 "@@@STEP_LOG_LINE@json.output@ }@@@", | 737 "@@@STEP_LOG_LINE@json.output@ }@@@", |
754 "@@@STEP_LOG_LINE@json.output@}@@@", | 738 "@@@STEP_LOG_LINE@json.output@}@@@", |
755 "@@@STEP_LOG_END@json.output@@@", | 739 "@@@STEP_LOG_END@json.output@@@", |
756 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 740 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
757 ] | 741 ] |
758 }, | 742 }, |
759 { | 743 { |
760 "cmd": [ | 744 "cmd": [ |
761 "python", | 745 "python", |
762 "-u", | 746 "-u", |
763 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 747 "[CWD]/src/tools/swarming_client/swarming.py", |
764 "trigger", | 748 "trigger", |
765 "--swarming", | 749 "--swarming", |
766 "https://chromium-swarm.appspot.com", | 750 "https://chromium-swarm.appspot.com", |
767 "--isolate-server", | 751 "--isolate-server", |
768 "https://isolateserver.appspot.com", | 752 "https://isolateserver.appspot.com", |
769 "--priority", | 753 "--priority", |
770 "30", | 754 "30", |
771 "--shards", | 755 "--shards", |
772 "1", | 756 "1", |
773 "--task-name", | 757 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
812 "purpose:pre-commit", | 796 "purpose:pre-commit", |
813 "--tag", | 797 "--tag", |
814 "rietveld:https://fake.rietveld.url/666666/#ps1", | 798 "rietveld:https://fake.rietveld.url/666666/#ps1", |
815 "--tag", | 799 "--tag", |
816 "slavename:slavename", | 800 "slavename:slavename", |
817 "--tag", | 801 "--tag", |
818 "stepname:rtc_media_unittests on Mac", | 802 "stepname:rtc_media_unittests on Mac", |
819 "--idempotent", | 803 "--idempotent", |
820 "[dummy hash for rtc_media_unittests]" | 804 "[dummy hash for rtc_media_unittests]" |
821 ], | 805 ], |
822 "cwd": "[SLAVE_BUILD]", | |
823 "name": "[trigger] rtc_media_unittests on Mac", | 806 "name": "[trigger] rtc_media_unittests on Mac", |
824 "~followup_annotations": [ | 807 "~followup_annotations": [ |
825 "@@@STEP_LOG_LINE@json.output@{@@@", | 808 "@@@STEP_LOG_LINE@json.output@{@@@", |
826 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_media_unittests/
Mac/[dummy has/mac_swarming/1337\", @@@", | 809 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_media_unittests/
Mac/[dummy has/mac_swarming/1337\", @@@", |
827 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 810 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
828 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests/Mac/[dummy has/mac
_swarming/1337\": {@@@", | 811 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests/Mac/[dummy has/mac
_swarming/1337\": {@@@", |
829 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 812 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
830 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 813 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
831 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 814 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
832 "@@@STEP_LOG_LINE@json.output@ }@@@", | 815 "@@@STEP_LOG_LINE@json.output@ }@@@", |
833 "@@@STEP_LOG_LINE@json.output@ }@@@", | 816 "@@@STEP_LOG_LINE@json.output@ }@@@", |
834 "@@@STEP_LOG_LINE@json.output@}@@@", | 817 "@@@STEP_LOG_LINE@json.output@}@@@", |
835 "@@@STEP_LOG_END@json.output@@@", | 818 "@@@STEP_LOG_END@json.output@@@", |
836 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 819 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
837 ] | 820 ] |
838 }, | 821 }, |
839 { | 822 { |
840 "cmd": [ | 823 "cmd": [ |
841 "python", | 824 "python", |
842 "-u", | 825 "-u", |
843 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 826 "[CWD]/src/tools/swarming_client/swarming.py", |
844 "trigger", | 827 "trigger", |
845 "--swarming", | 828 "--swarming", |
846 "https://chromium-swarm.appspot.com", | 829 "https://chromium-swarm.appspot.com", |
847 "--isolate-server", | 830 "--isolate-server", |
848 "https://isolateserver.appspot.com", | 831 "https://isolateserver.appspot.com", |
849 "--priority", | 832 "--priority", |
850 "30", | 833 "30", |
851 "--shards", | 834 "--shards", |
852 "1", | 835 "1", |
853 "--task-name", | 836 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
892 "purpose:pre-commit", | 875 "purpose:pre-commit", |
893 "--tag", | 876 "--tag", |
894 "rietveld:https://fake.rietveld.url/666666/#ps1", | 877 "rietveld:https://fake.rietveld.url/666666/#ps1", |
895 "--tag", | 878 "--tag", |
896 "slavename:slavename", | 879 "slavename:slavename", |
897 "--tag", | 880 "--tag", |
898 "stepname:rtc_pc_unittests on Mac", | 881 "stepname:rtc_pc_unittests on Mac", |
899 "--idempotent", | 882 "--idempotent", |
900 "[dummy hash for rtc_pc_unittests]" | 883 "[dummy hash for rtc_pc_unittests]" |
901 ], | 884 ], |
902 "cwd": "[SLAVE_BUILD]", | |
903 "name": "[trigger] rtc_pc_unittests on Mac", | 885 "name": "[trigger] rtc_pc_unittests on Mac", |
904 "~followup_annotations": [ | 886 "~followup_annotations": [ |
905 "@@@STEP_LOG_LINE@json.output@{@@@", | 887 "@@@STEP_LOG_LINE@json.output@{@@@", |
906 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_pc_unittests/Mac
/[dummy has/mac_swarming/1337\", @@@", | 888 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_pc_unittests/Mac
/[dummy has/mac_swarming/1337\", @@@", |
907 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 889 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
908 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests/Mac/[dummy has/mac_sw
arming/1337\": {@@@", | 890 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests/Mac/[dummy has/mac_sw
arming/1337\": {@@@", |
909 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 891 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
910 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 892 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
911 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 893 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
912 "@@@STEP_LOG_LINE@json.output@ }@@@", | 894 "@@@STEP_LOG_LINE@json.output@ }@@@", |
913 "@@@STEP_LOG_LINE@json.output@ }@@@", | 895 "@@@STEP_LOG_LINE@json.output@ }@@@", |
914 "@@@STEP_LOG_LINE@json.output@}@@@", | 896 "@@@STEP_LOG_LINE@json.output@}@@@", |
915 "@@@STEP_LOG_END@json.output@@@", | 897 "@@@STEP_LOG_END@json.output@@@", |
916 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 898 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
917 ] | 899 ] |
918 }, | 900 }, |
919 { | 901 { |
920 "cmd": [ | 902 "cmd": [ |
921 "python", | 903 "python", |
922 "-u", | 904 "-u", |
923 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 905 "[CWD]/src/tools/swarming_client/swarming.py", |
924 "trigger", | 906 "trigger", |
925 "--swarming", | 907 "--swarming", |
926 "https://chromium-swarm.appspot.com", | 908 "https://chromium-swarm.appspot.com", |
927 "--isolate-server", | 909 "--isolate-server", |
928 "https://isolateserver.appspot.com", | 910 "https://isolateserver.appspot.com", |
929 "--priority", | 911 "--priority", |
930 "30", | 912 "30", |
931 "--shards", | 913 "--shards", |
932 "1", | 914 "1", |
933 "--task-name", | 915 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
972 "purpose:pre-commit", | 954 "purpose:pre-commit", |
973 "--tag", | 955 "--tag", |
974 "rietveld:https://fake.rietveld.url/666666/#ps1", | 956 "rietveld:https://fake.rietveld.url/666666/#ps1", |
975 "--tag", | 957 "--tag", |
976 "slavename:slavename", | 958 "slavename:slavename", |
977 "--tag", | 959 "--tag", |
978 "stepname:rtc_unittests on Mac", | 960 "stepname:rtc_unittests on Mac", |
979 "--idempotent", | 961 "--idempotent", |
980 "[dummy hash for rtc_unittests]" | 962 "[dummy hash for rtc_unittests]" |
981 ], | 963 ], |
982 "cwd": "[SLAVE_BUILD]", | |
983 "name": "[trigger] rtc_unittests on Mac", | 964 "name": "[trigger] rtc_unittests on Mac", |
984 "~followup_annotations": [ | 965 "~followup_annotations": [ |
985 "@@@STEP_LOG_LINE@json.output@{@@@", | 966 "@@@STEP_LOG_LINE@json.output@{@@@", |
986 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Mac/[d
ummy has/mac_swarming/1337\", @@@", | 967 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Mac/[d
ummy has/mac_swarming/1337\", @@@", |
987 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 968 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
988 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Mac/[dummy has/mac_swarm
ing/1337\": {@@@", | 969 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Mac/[dummy has/mac_swarm
ing/1337\": {@@@", |
989 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 970 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
990 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 971 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
991 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 972 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
992 "@@@STEP_LOG_LINE@json.output@ }@@@", | 973 "@@@STEP_LOG_LINE@json.output@ }@@@", |
993 "@@@STEP_LOG_LINE@json.output@ }@@@", | 974 "@@@STEP_LOG_LINE@json.output@ }@@@", |
994 "@@@STEP_LOG_LINE@json.output@}@@@", | 975 "@@@STEP_LOG_LINE@json.output@}@@@", |
995 "@@@STEP_LOG_END@json.output@@@", | 976 "@@@STEP_LOG_END@json.output@@@", |
996 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 977 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
997 ] | 978 ] |
998 }, | 979 }, |
999 { | 980 { |
1000 "cmd": [ | 981 "cmd": [ |
1001 "python", | 982 "python", |
1002 "-u", | 983 "-u", |
1003 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 984 "[CWD]/src/tools/swarming_client/swarming.py", |
1004 "trigger", | 985 "trigger", |
1005 "--swarming", | 986 "--swarming", |
1006 "https://chromium-swarm.appspot.com", | 987 "https://chromium-swarm.appspot.com", |
1007 "--isolate-server", | 988 "--isolate-server", |
1008 "https://isolateserver.appspot.com", | 989 "https://isolateserver.appspot.com", |
1009 "--priority", | 990 "--priority", |
1010 "30", | 991 "30", |
1011 "--shards", | 992 "--shards", |
1012 "1", | 993 "1", |
1013 "--task-name", | 994 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1052 "purpose:pre-commit", | 1033 "purpose:pre-commit", |
1053 "--tag", | 1034 "--tag", |
1054 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1035 "rietveld:https://fake.rietveld.url/666666/#ps1", |
1055 "--tag", | 1036 "--tag", |
1056 "slavename:slavename", | 1037 "slavename:slavename", |
1057 "--tag", | 1038 "--tag", |
1058 "stepname:system_wrappers_unittests on Mac", | 1039 "stepname:system_wrappers_unittests on Mac", |
1059 "--idempotent", | 1040 "--idempotent", |
1060 "[dummy hash for system_wrappers_unittests]" | 1041 "[dummy hash for system_wrappers_unittests]" |
1061 ], | 1042 ], |
1062 "cwd": "[SLAVE_BUILD]", | |
1063 "name": "[trigger] system_wrappers_unittests on Mac", | 1043 "name": "[trigger] system_wrappers_unittests on Mac", |
1064 "~followup_annotations": [ | 1044 "~followup_annotations": [ |
1065 "@@@STEP_LOG_LINE@json.output@{@@@", | 1045 "@@@STEP_LOG_LINE@json.output@{@@@", |
1066 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit
tests/Mac/[dummy has/mac_swarming/1337\", @@@", | 1046 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit
tests/Mac/[dummy has/mac_swarming/1337\", @@@", |
1067 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1047 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1068 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Mac/[dummy h
as/mac_swarming/1337\": {@@@", | 1048 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Mac/[dummy h
as/mac_swarming/1337\": {@@@", |
1069 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1049 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1070 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1050 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1071 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1051 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1072 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1052 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1073 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1053 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1074 "@@@STEP_LOG_LINE@json.output@}@@@", | 1054 "@@@STEP_LOG_LINE@json.output@}@@@", |
1075 "@@@STEP_LOG_END@json.output@@@", | 1055 "@@@STEP_LOG_END@json.output@@@", |
1076 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1056 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
1077 ] | 1057 ] |
1078 }, | 1058 }, |
1079 { | 1059 { |
1080 "cmd": [ | 1060 "cmd": [ |
1081 "python", | 1061 "python", |
1082 "-u", | 1062 "-u", |
1083 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1063 "[CWD]/src/tools/swarming_client/swarming.py", |
1084 "trigger", | 1064 "trigger", |
1085 "--swarming", | 1065 "--swarming", |
1086 "https://chromium-swarm.appspot.com", | 1066 "https://chromium-swarm.appspot.com", |
1087 "--isolate-server", | 1067 "--isolate-server", |
1088 "https://isolateserver.appspot.com", | 1068 "https://isolateserver.appspot.com", |
1089 "--priority", | 1069 "--priority", |
1090 "30", | 1070 "30", |
1091 "--shards", | 1071 "--shards", |
1092 "1", | 1072 "1", |
1093 "--task-name", | 1073 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1132 "purpose:pre-commit", | 1112 "purpose:pre-commit", |
1133 "--tag", | 1113 "--tag", |
1134 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1114 "rietveld:https://fake.rietveld.url/666666/#ps1", |
1135 "--tag", | 1115 "--tag", |
1136 "slavename:slavename", | 1116 "slavename:slavename", |
1137 "--tag", | 1117 "--tag", |
1138 "stepname:test_support_unittests on Mac", | 1118 "stepname:test_support_unittests on Mac", |
1139 "--idempotent", | 1119 "--idempotent", |
1140 "[dummy hash for test_support_unittests]" | 1120 "[dummy hash for test_support_unittests]" |
1141 ], | 1121 ], |
1142 "cwd": "[SLAVE_BUILD]", | |
1143 "name": "[trigger] test_support_unittests on Mac", | 1122 "name": "[trigger] test_support_unittests on Mac", |
1144 "~followup_annotations": [ | 1123 "~followup_annotations": [ |
1145 "@@@STEP_LOG_LINE@json.output@{@@@", | 1124 "@@@STEP_LOG_LINE@json.output@{@@@", |
1146 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", | 1125 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", |
1147 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1126 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1148 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", | 1127 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", |
1149 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1128 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1150 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1129 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1151 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1130 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1152 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1131 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1153 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1132 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1154 "@@@STEP_LOG_LINE@json.output@}@@@", | 1133 "@@@STEP_LOG_LINE@json.output@}@@@", |
1155 "@@@STEP_LOG_END@json.output@@@", | 1134 "@@@STEP_LOG_END@json.output@@@", |
1156 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1135 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
1157 ] | 1136 ] |
1158 }, | 1137 }, |
1159 { | 1138 { |
1160 "cmd": [ | 1139 "cmd": [ |
1161 "python", | 1140 "python", |
1162 "-u", | 1141 "-u", |
1163 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1142 "[CWD]/src/tools/swarming_client/swarming.py", |
1164 "trigger", | 1143 "trigger", |
1165 "--swarming", | 1144 "--swarming", |
1166 "https://chromium-swarm.appspot.com", | 1145 "https://chromium-swarm.appspot.com", |
1167 "--isolate-server", | 1146 "--isolate-server", |
1168 "https://isolateserver.appspot.com", | 1147 "https://isolateserver.appspot.com", |
1169 "--priority", | 1148 "--priority", |
1170 "30", | 1149 "30", |
1171 "--shards", | 1150 "--shards", |
1172 "1", | 1151 "1", |
1173 "--task-name", | 1152 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1212 "purpose:pre-commit", | 1191 "purpose:pre-commit", |
1213 "--tag", | 1192 "--tag", |
1214 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1193 "rietveld:https://fake.rietveld.url/666666/#ps1", |
1215 "--tag", | 1194 "--tag", |
1216 "slavename:slavename", | 1195 "slavename:slavename", |
1217 "--tag", | 1196 "--tag", |
1218 "stepname:tools_unittests on Mac", | 1197 "stepname:tools_unittests on Mac", |
1219 "--idempotent", | 1198 "--idempotent", |
1220 "[dummy hash for tools_unittests]" | 1199 "[dummy hash for tools_unittests]" |
1221 ], | 1200 ], |
1222 "cwd": "[SLAVE_BUILD]", | |
1223 "name": "[trigger] tools_unittests on Mac", | 1201 "name": "[trigger] tools_unittests on Mac", |
1224 "~followup_annotations": [ | 1202 "~followup_annotations": [ |
1225 "@@@STEP_LOG_LINE@json.output@{@@@", | 1203 "@@@STEP_LOG_LINE@json.output@{@@@", |
1226 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Mac/
[dummy has/mac_swarming/1337\", @@@", | 1204 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Mac/
[dummy has/mac_swarming/1337\", @@@", |
1227 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1205 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1228 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Mac/[dummy has/mac_swa
rming/1337\": {@@@", | 1206 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Mac/[dummy has/mac_swa
rming/1337\": {@@@", |
1229 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1207 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1230 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1208 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1231 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1209 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1232 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1210 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1233 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1211 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1234 "@@@STEP_LOG_LINE@json.output@}@@@", | 1212 "@@@STEP_LOG_LINE@json.output@}@@@", |
1235 "@@@STEP_LOG_END@json.output@@@", | 1213 "@@@STEP_LOG_END@json.output@@@", |
1236 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1214 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
1237 ] | 1215 ] |
1238 }, | 1216 }, |
1239 { | 1217 { |
1240 "cmd": [ | 1218 "cmd": [ |
1241 "python", | 1219 "python", |
1242 "-u", | 1220 "-u", |
1243 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1221 "[CWD]/src/tools/swarming_client/swarming.py", |
1244 "trigger", | 1222 "trigger", |
1245 "--swarming", | 1223 "--swarming", |
1246 "https://chromium-swarm.appspot.com", | 1224 "https://chromium-swarm.appspot.com", |
1247 "--isolate-server", | 1225 "--isolate-server", |
1248 "https://isolateserver.appspot.com", | 1226 "https://isolateserver.appspot.com", |
1249 "--priority", | 1227 "--priority", |
1250 "30", | 1228 "30", |
1251 "--shards", | 1229 "--shards", |
1252 "1", | 1230 "1", |
1253 "--task-name", | 1231 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1292 "purpose:pre-commit", | 1270 "purpose:pre-commit", |
1293 "--tag", | 1271 "--tag", |
1294 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1272 "rietveld:https://fake.rietveld.url/666666/#ps1", |
1295 "--tag", | 1273 "--tag", |
1296 "slavename:slavename", | 1274 "slavename:slavename", |
1297 "--tag", | 1275 "--tag", |
1298 "stepname:video_engine_tests on Mac", | 1276 "stepname:video_engine_tests on Mac", |
1299 "--idempotent", | 1277 "--idempotent", |
1300 "[dummy hash for video_engine_tests]" | 1278 "[dummy hash for video_engine_tests]" |
1301 ], | 1279 ], |
1302 "cwd": "[SLAVE_BUILD]", | |
1303 "name": "[trigger] video_engine_tests on Mac", | 1280 "name": "[trigger] video_engine_tests on Mac", |
1304 "~followup_annotations": [ | 1281 "~followup_annotations": [ |
1305 "@@@STEP_LOG_LINE@json.output@{@@@", | 1282 "@@@STEP_LOG_LINE@json.output@{@@@", |
1306 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/M
ac/[dummy has/mac_swarming/1337\", @@@", | 1283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/M
ac/[dummy has/mac_swarming/1337\", @@@", |
1307 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1308 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Mac/[dummy has/mac_
swarming/1337\": {@@@", | 1285 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Mac/[dummy has/mac_
swarming/1337\": {@@@", |
1309 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1310 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1311 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1288 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1312 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1289 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1313 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1290 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1314 "@@@STEP_LOG_LINE@json.output@}@@@", | 1291 "@@@STEP_LOG_LINE@json.output@}@@@", |
1315 "@@@STEP_LOG_END@json.output@@@", | 1292 "@@@STEP_LOG_END@json.output@@@", |
1316 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1293 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
1317 ] | 1294 ] |
1318 }, | 1295 }, |
1319 { | 1296 { |
1320 "cmd": [ | 1297 "cmd": [ |
1321 "python", | 1298 "python", |
1322 "-u", | 1299 "-u", |
1323 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1300 "[CWD]/src/tools/swarming_client/swarming.py", |
1324 "trigger", | 1301 "trigger", |
1325 "--swarming", | 1302 "--swarming", |
1326 "https://chromium-swarm.appspot.com", | 1303 "https://chromium-swarm.appspot.com", |
1327 "--isolate-server", | 1304 "--isolate-server", |
1328 "https://isolateserver.appspot.com", | 1305 "https://isolateserver.appspot.com", |
1329 "--priority", | 1306 "--priority", |
1330 "30", | 1307 "30", |
1331 "--shards", | 1308 "--shards", |
1332 "1", | 1309 "1", |
1333 "--task-name", | 1310 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1372 "purpose:pre-commit", | 1349 "purpose:pre-commit", |
1373 "--tag", | 1350 "--tag", |
1374 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1351 "rietveld:https://fake.rietveld.url/666666/#ps1", |
1375 "--tag", | 1352 "--tag", |
1376 "slavename:slavename", | 1353 "slavename:slavename", |
1377 "--tag", | 1354 "--tag", |
1378 "stepname:voice_engine_unittests on Mac", | 1355 "stepname:voice_engine_unittests on Mac", |
1379 "--idempotent", | 1356 "--idempotent", |
1380 "[dummy hash for voice_engine_unittests]" | 1357 "[dummy hash for voice_engine_unittests]" |
1381 ], | 1358 ], |
1382 "cwd": "[SLAVE_BUILD]", | |
1383 "name": "[trigger] voice_engine_unittests on Mac", | 1359 "name": "[trigger] voice_engine_unittests on Mac", |
1384 "~followup_annotations": [ | 1360 "~followup_annotations": [ |
1385 "@@@STEP_LOG_LINE@json.output@{@@@", | 1361 "@@@STEP_LOG_LINE@json.output@{@@@", |
1386 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", | 1362 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes
ts/Mac/[dummy has/mac_swarming/1337\", @@@", |
1387 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1363 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1388 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", | 1364 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Mac/[dummy has/
mac_swarming/1337\": {@@@", |
1389 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1365 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1390 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1366 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1391 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1367 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1392 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1368 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 14 matching lines...) Expand all Loading... |
1407 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 1383 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
1408 "--build-properties", | 1384 "--build-properties", |
1409 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 1385 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
1410 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing
le_peerconnection_objc_test", | 1386 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing
le_peerconnection_objc_test", |
1411 "--step-name=libjingle_peerconnection_objc_test", | 1387 "--step-name=libjingle_peerconnection_objc_test", |
1412 "--builder-name=mac_swarming", | 1388 "--builder-name=mac_swarming", |
1413 "--slave-name=slavename", | 1389 "--slave-name=slavename", |
1414 "--build-number=1337", | 1390 "--build-number=1337", |
1415 "--run-python-script", | 1391 "--run-python-script", |
1416 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 1392 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
1417 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 1393 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", |
1418 "[SLAVE_BUILD]/src/out/Debug/libjingle_peerconnection_objc_test.app/Conten
ts/MacOS/libjingle_peerconnection_objc_test", | 1394 "[CWD]/src/out/Debug/libjingle_peerconnection_objc_test.app/Contents/MacOS
/libjingle_peerconnection_objc_test", |
1419 "--" | 1395 "--" |
1420 ], | 1396 ], |
1421 "cwd": "[SLAVE_BUILD]", | |
1422 "name": "libjingle_peerconnection_objc_test" | 1397 "name": "libjingle_peerconnection_objc_test" |
1423 }, | 1398 }, |
1424 { | 1399 { |
1425 "allow_subannotations": true, | 1400 "allow_subannotations": true, |
1426 "cmd": [ | 1401 "cmd": [ |
1427 "python", | 1402 "python", |
1428 "-u", | 1403 "-u", |
1429 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 1404 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
1430 "--target", | 1405 "--target", |
1431 "Debug", | 1406 "Debug", |
1432 "--factory-properties", | 1407 "--factory-properties", |
1433 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 1408 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
1434 "--build-properties", | 1409 "--build-properties", |
1435 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 1410 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
1436 "--annotate=gtest", | 1411 "--annotate=gtest", |
1437 "--test-type=webrtc_nonparallel_tests", | 1412 "--test-type=webrtc_nonparallel_tests", |
1438 "--step-name=webrtc_nonparallel_tests", | 1413 "--step-name=webrtc_nonparallel_tests", |
1439 "--builder-name=mac_swarming", | 1414 "--builder-name=mac_swarming", |
1440 "--slave-name=slavename", | 1415 "--slave-name=slavename", |
1441 "--build-number=1337", | 1416 "--build-number=1337", |
1442 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 1417 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
1443 "webrtc_nonparallel_tests" | 1418 "webrtc_nonparallel_tests" |
1444 ], | 1419 ], |
1445 "cwd": "[SLAVE_BUILD]", | |
1446 "name": "webrtc_nonparallel_tests" | 1420 "name": "webrtc_nonparallel_tests" |
1447 }, | 1421 }, |
1448 { | 1422 { |
1449 "cmd": [ | 1423 "cmd": [ |
1450 "python", | 1424 "python", |
1451 "-u", | 1425 "-u", |
1452 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1426 "[CWD]/src/tools/swarming_client/swarming.py", |
1453 "collect", | 1427 "collect", |
1454 "--swarming", | 1428 "--swarming", |
1455 "https://chromium-swarm.appspot.com", | 1429 "https://chromium-swarm.appspot.com", |
1456 "--decorate", | 1430 "--decorate", |
1457 "--print-status-updates", | 1431 "--print-status-updates", |
1458 "--shards", | 1432 "--shards", |
1459 "1", | 1433 "1", |
1460 "audio_decoder_unittests/Mac/[dummy has/mac_swarming/1337", | 1434 "audio_decoder_unittests/Mac/[dummy has/mac_swarming/1337", |
1461 "--task-summary-json", | 1435 "--task-summary-json", |
1462 "/path/to/tmp/json" | 1436 "/path/to/tmp/json" |
1463 ], | 1437 ], |
1464 "cwd": "[SLAVE_BUILD]", | |
1465 "name": "audio_decoder_unittests on Mac", | 1438 "name": "audio_decoder_unittests on Mac", |
1466 "~followup_annotations": [ | 1439 "~followup_annotations": [ |
1467 "@@@STEP_TEXT@swarming pending 71s@@@", | 1440 "@@@STEP_TEXT@swarming pending 71s@@@", |
1468 "@@@STEP_LOG_LINE@json.output@{@@@", | 1441 "@@@STEP_LOG_LINE@json.output@{@@@", |
1469 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1442 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1470 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1443 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1471 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1444 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1472 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1445 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1473 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1446 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1474 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1447 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1503 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1476 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1504 "@@@STEP_LOG_LINE@json.output@}@@@", | 1477 "@@@STEP_LOG_LINE@json.output@}@@@", |
1505 "@@@STEP_LOG_END@json.output@@@", | 1478 "@@@STEP_LOG_END@json.output@@@", |
1506 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1479 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1507 ] | 1480 ] |
1508 }, | 1481 }, |
1509 { | 1482 { |
1510 "cmd": [ | 1483 "cmd": [ |
1511 "python", | 1484 "python", |
1512 "-u", | 1485 "-u", |
1513 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1486 "[CWD]/src/tools/swarming_client/swarming.py", |
1514 "collect", | 1487 "collect", |
1515 "--swarming", | 1488 "--swarming", |
1516 "https://chromium-swarm.appspot.com", | 1489 "https://chromium-swarm.appspot.com", |
1517 "--decorate", | 1490 "--decorate", |
1518 "--print-status-updates", | 1491 "--print-status-updates", |
1519 "--shards", | 1492 "--shards", |
1520 "1", | 1493 "1", |
1521 "common_audio_unittests/Mac/[dummy has/mac_swarming/1337", | 1494 "common_audio_unittests/Mac/[dummy has/mac_swarming/1337", |
1522 "--task-summary-json", | 1495 "--task-summary-json", |
1523 "/path/to/tmp/json" | 1496 "/path/to/tmp/json" |
1524 ], | 1497 ], |
1525 "cwd": "[SLAVE_BUILD]", | |
1526 "name": "common_audio_unittests on Mac", | 1498 "name": "common_audio_unittests on Mac", |
1527 "~followup_annotations": [ | 1499 "~followup_annotations": [ |
1528 "@@@STEP_TEXT@swarming pending 71s@@@", | 1500 "@@@STEP_TEXT@swarming pending 71s@@@", |
1529 "@@@STEP_LOG_LINE@json.output@{@@@", | 1501 "@@@STEP_LOG_LINE@json.output@{@@@", |
1530 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1502 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1531 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1503 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1532 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1504 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1533 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1505 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1534 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1506 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1535 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1507 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1564 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1536 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1565 "@@@STEP_LOG_LINE@json.output@}@@@", | 1537 "@@@STEP_LOG_LINE@json.output@}@@@", |
1566 "@@@STEP_LOG_END@json.output@@@", | 1538 "@@@STEP_LOG_END@json.output@@@", |
1567 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1539 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1568 ] | 1540 ] |
1569 }, | 1541 }, |
1570 { | 1542 { |
1571 "cmd": [ | 1543 "cmd": [ |
1572 "python", | 1544 "python", |
1573 "-u", | 1545 "-u", |
1574 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1546 "[CWD]/src/tools/swarming_client/swarming.py", |
1575 "collect", | 1547 "collect", |
1576 "--swarming", | 1548 "--swarming", |
1577 "https://chromium-swarm.appspot.com", | 1549 "https://chromium-swarm.appspot.com", |
1578 "--decorate", | 1550 "--decorate", |
1579 "--print-status-updates", | 1551 "--print-status-updates", |
1580 "--shards", | 1552 "--shards", |
1581 "1", | 1553 "1", |
1582 "common_video_unittests/Mac/[dummy has/mac_swarming/1337", | 1554 "common_video_unittests/Mac/[dummy has/mac_swarming/1337", |
1583 "--task-summary-json", | 1555 "--task-summary-json", |
1584 "/path/to/tmp/json" | 1556 "/path/to/tmp/json" |
1585 ], | 1557 ], |
1586 "cwd": "[SLAVE_BUILD]", | |
1587 "name": "common_video_unittests on Mac", | 1558 "name": "common_video_unittests on Mac", |
1588 "~followup_annotations": [ | 1559 "~followup_annotations": [ |
1589 "@@@STEP_TEXT@swarming pending 71s@@@", | 1560 "@@@STEP_TEXT@swarming pending 71s@@@", |
1590 "@@@STEP_LOG_LINE@json.output@{@@@", | 1561 "@@@STEP_LOG_LINE@json.output@{@@@", |
1591 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1562 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1592 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1563 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1593 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1564 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1594 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1565 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1595 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1566 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1596 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1567 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1625 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1596 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1626 "@@@STEP_LOG_LINE@json.output@}@@@", | 1597 "@@@STEP_LOG_LINE@json.output@}@@@", |
1627 "@@@STEP_LOG_END@json.output@@@", | 1598 "@@@STEP_LOG_END@json.output@@@", |
1628 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1599 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1629 ] | 1600 ] |
1630 }, | 1601 }, |
1631 { | 1602 { |
1632 "cmd": [ | 1603 "cmd": [ |
1633 "python", | 1604 "python", |
1634 "-u", | 1605 "-u", |
1635 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1606 "[CWD]/src/tools/swarming_client/swarming.py", |
1636 "collect", | 1607 "collect", |
1637 "--swarming", | 1608 "--swarming", |
1638 "https://chromium-swarm.appspot.com", | 1609 "https://chromium-swarm.appspot.com", |
1639 "--decorate", | 1610 "--decorate", |
1640 "--print-status-updates", | 1611 "--print-status-updates", |
1641 "--shards", | 1612 "--shards", |
1642 "1", | 1613 "1", |
1643 "modules_tests/Mac/[dummy has/mac_swarming/1337", | 1614 "modules_tests/Mac/[dummy has/mac_swarming/1337", |
1644 "--task-summary-json", | 1615 "--task-summary-json", |
1645 "/path/to/tmp/json" | 1616 "/path/to/tmp/json" |
1646 ], | 1617 ], |
1647 "cwd": "[SLAVE_BUILD]", | |
1648 "name": "modules_tests on Mac", | 1618 "name": "modules_tests on Mac", |
1649 "~followup_annotations": [ | 1619 "~followup_annotations": [ |
1650 "@@@STEP_TEXT@swarming pending 71s@@@", | 1620 "@@@STEP_TEXT@swarming pending 71s@@@", |
1651 "@@@STEP_LOG_LINE@json.output@{@@@", | 1621 "@@@STEP_LOG_LINE@json.output@{@@@", |
1652 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1622 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1653 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1623 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1654 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1624 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1655 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1625 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1656 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1626 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1657 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1627 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1686 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1656 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1687 "@@@STEP_LOG_LINE@json.output@}@@@", | 1657 "@@@STEP_LOG_LINE@json.output@}@@@", |
1688 "@@@STEP_LOG_END@json.output@@@", | 1658 "@@@STEP_LOG_END@json.output@@@", |
1689 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1659 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1690 ] | 1660 ] |
1691 }, | 1661 }, |
1692 { | 1662 { |
1693 "cmd": [ | 1663 "cmd": [ |
1694 "python", | 1664 "python", |
1695 "-u", | 1665 "-u", |
1696 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1666 "[CWD]/src/tools/swarming_client/swarming.py", |
1697 "collect", | 1667 "collect", |
1698 "--swarming", | 1668 "--swarming", |
1699 "https://chromium-swarm.appspot.com", | 1669 "https://chromium-swarm.appspot.com", |
1700 "--decorate", | 1670 "--decorate", |
1701 "--print-status-updates", | 1671 "--print-status-updates", |
1702 "--shards", | 1672 "--shards", |
1703 "1", | 1673 "1", |
1704 "modules_unittests/Mac/[dummy has/mac_swarming/1337", | 1674 "modules_unittests/Mac/[dummy has/mac_swarming/1337", |
1705 "--task-summary-json", | 1675 "--task-summary-json", |
1706 "/path/to/tmp/json" | 1676 "/path/to/tmp/json" |
1707 ], | 1677 ], |
1708 "cwd": "[SLAVE_BUILD]", | |
1709 "name": "modules_unittests on Mac", | 1678 "name": "modules_unittests on Mac", |
1710 "~followup_annotations": [ | 1679 "~followup_annotations": [ |
1711 "@@@STEP_TEXT@swarming pending 71s@@@", | 1680 "@@@STEP_TEXT@swarming pending 71s@@@", |
1712 "@@@STEP_LOG_LINE@json.output@{@@@", | 1681 "@@@STEP_LOG_LINE@json.output@{@@@", |
1713 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1682 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1714 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1683 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1715 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1684 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1716 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1685 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1717 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1686 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1718 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1687 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1747 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1716 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1748 "@@@STEP_LOG_LINE@json.output@}@@@", | 1717 "@@@STEP_LOG_LINE@json.output@}@@@", |
1749 "@@@STEP_LOG_END@json.output@@@", | 1718 "@@@STEP_LOG_END@json.output@@@", |
1750 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1719 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1751 ] | 1720 ] |
1752 }, | 1721 }, |
1753 { | 1722 { |
1754 "cmd": [ | 1723 "cmd": [ |
1755 "python", | 1724 "python", |
1756 "-u", | 1725 "-u", |
1757 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1726 "[CWD]/src/tools/swarming_client/swarming.py", |
1758 "collect", | 1727 "collect", |
1759 "--swarming", | 1728 "--swarming", |
1760 "https://chromium-swarm.appspot.com", | 1729 "https://chromium-swarm.appspot.com", |
1761 "--decorate", | 1730 "--decorate", |
1762 "--print-status-updates", | 1731 "--print-status-updates", |
1763 "--shards", | 1732 "--shards", |
1764 "1", | 1733 "1", |
1765 "peerconnection_unittests/Mac/[dummy has/mac_swarming/1337", | 1734 "peerconnection_unittests/Mac/[dummy has/mac_swarming/1337", |
1766 "--task-summary-json", | 1735 "--task-summary-json", |
1767 "/path/to/tmp/json" | 1736 "/path/to/tmp/json" |
1768 ], | 1737 ], |
1769 "cwd": "[SLAVE_BUILD]", | |
1770 "name": "peerconnection_unittests on Mac", | 1738 "name": "peerconnection_unittests on Mac", |
1771 "~followup_annotations": [ | 1739 "~followup_annotations": [ |
1772 "@@@STEP_TEXT@swarming pending 71s@@@", | 1740 "@@@STEP_TEXT@swarming pending 71s@@@", |
1773 "@@@STEP_LOG_LINE@json.output@{@@@", | 1741 "@@@STEP_LOG_LINE@json.output@{@@@", |
1774 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1742 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1775 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1743 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1776 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1744 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1777 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1745 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1778 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1746 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1779 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1747 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1808 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1776 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1809 "@@@STEP_LOG_LINE@json.output@}@@@", | 1777 "@@@STEP_LOG_LINE@json.output@}@@@", |
1810 "@@@STEP_LOG_END@json.output@@@", | 1778 "@@@STEP_LOG_END@json.output@@@", |
1811 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1779 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1812 ] | 1780 ] |
1813 }, | 1781 }, |
1814 { | 1782 { |
1815 "cmd": [ | 1783 "cmd": [ |
1816 "python", | 1784 "python", |
1817 "-u", | 1785 "-u", |
1818 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1786 "[CWD]/src/tools/swarming_client/swarming.py", |
1819 "collect", | 1787 "collect", |
1820 "--swarming", | 1788 "--swarming", |
1821 "https://chromium-swarm.appspot.com", | 1789 "https://chromium-swarm.appspot.com", |
1822 "--decorate", | 1790 "--decorate", |
1823 "--print-status-updates", | 1791 "--print-status-updates", |
1824 "--shards", | 1792 "--shards", |
1825 "1", | 1793 "1", |
1826 "rtc_media_unittests/Mac/[dummy has/mac_swarming/1337", | 1794 "rtc_media_unittests/Mac/[dummy has/mac_swarming/1337", |
1827 "--task-summary-json", | 1795 "--task-summary-json", |
1828 "/path/to/tmp/json" | 1796 "/path/to/tmp/json" |
1829 ], | 1797 ], |
1830 "cwd": "[SLAVE_BUILD]", | |
1831 "name": "rtc_media_unittests on Mac", | 1798 "name": "rtc_media_unittests on Mac", |
1832 "~followup_annotations": [ | 1799 "~followup_annotations": [ |
1833 "@@@STEP_TEXT@swarming pending 71s@@@", | 1800 "@@@STEP_TEXT@swarming pending 71s@@@", |
1834 "@@@STEP_LOG_LINE@json.output@{@@@", | 1801 "@@@STEP_LOG_LINE@json.output@{@@@", |
1835 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1802 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1836 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1803 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1837 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1804 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1838 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1805 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1839 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1806 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1840 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1807 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1869 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1836 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1870 "@@@STEP_LOG_LINE@json.output@}@@@", | 1837 "@@@STEP_LOG_LINE@json.output@}@@@", |
1871 "@@@STEP_LOG_END@json.output@@@", | 1838 "@@@STEP_LOG_END@json.output@@@", |
1872 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1839 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1873 ] | 1840 ] |
1874 }, | 1841 }, |
1875 { | 1842 { |
1876 "cmd": [ | 1843 "cmd": [ |
1877 "python", | 1844 "python", |
1878 "-u", | 1845 "-u", |
1879 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1846 "[CWD]/src/tools/swarming_client/swarming.py", |
1880 "collect", | 1847 "collect", |
1881 "--swarming", | 1848 "--swarming", |
1882 "https://chromium-swarm.appspot.com", | 1849 "https://chromium-swarm.appspot.com", |
1883 "--decorate", | 1850 "--decorate", |
1884 "--print-status-updates", | 1851 "--print-status-updates", |
1885 "--shards", | 1852 "--shards", |
1886 "1", | 1853 "1", |
1887 "rtc_pc_unittests/Mac/[dummy has/mac_swarming/1337", | 1854 "rtc_pc_unittests/Mac/[dummy has/mac_swarming/1337", |
1888 "--task-summary-json", | 1855 "--task-summary-json", |
1889 "/path/to/tmp/json" | 1856 "/path/to/tmp/json" |
1890 ], | 1857 ], |
1891 "cwd": "[SLAVE_BUILD]", | |
1892 "name": "rtc_pc_unittests on Mac", | 1858 "name": "rtc_pc_unittests on Mac", |
1893 "~followup_annotations": [ | 1859 "~followup_annotations": [ |
1894 "@@@STEP_TEXT@swarming pending 71s@@@", | 1860 "@@@STEP_TEXT@swarming pending 71s@@@", |
1895 "@@@STEP_LOG_LINE@json.output@{@@@", | 1861 "@@@STEP_LOG_LINE@json.output@{@@@", |
1896 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1862 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1897 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1863 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1898 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1864 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1899 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1865 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1900 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1866 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1901 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1867 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1930 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1896 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1931 "@@@STEP_LOG_LINE@json.output@}@@@", | 1897 "@@@STEP_LOG_LINE@json.output@}@@@", |
1932 "@@@STEP_LOG_END@json.output@@@", | 1898 "@@@STEP_LOG_END@json.output@@@", |
1933 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1899 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1934 ] | 1900 ] |
1935 }, | 1901 }, |
1936 { | 1902 { |
1937 "cmd": [ | 1903 "cmd": [ |
1938 "python", | 1904 "python", |
1939 "-u", | 1905 "-u", |
1940 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1906 "[CWD]/src/tools/swarming_client/swarming.py", |
1941 "collect", | 1907 "collect", |
1942 "--swarming", | 1908 "--swarming", |
1943 "https://chromium-swarm.appspot.com", | 1909 "https://chromium-swarm.appspot.com", |
1944 "--decorate", | 1910 "--decorate", |
1945 "--print-status-updates", | 1911 "--print-status-updates", |
1946 "--shards", | 1912 "--shards", |
1947 "1", | 1913 "1", |
1948 "rtc_unittests/Mac/[dummy has/mac_swarming/1337", | 1914 "rtc_unittests/Mac/[dummy has/mac_swarming/1337", |
1949 "--task-summary-json", | 1915 "--task-summary-json", |
1950 "/path/to/tmp/json" | 1916 "/path/to/tmp/json" |
1951 ], | 1917 ], |
1952 "cwd": "[SLAVE_BUILD]", | |
1953 "name": "rtc_unittests on Mac", | 1918 "name": "rtc_unittests on Mac", |
1954 "~followup_annotations": [ | 1919 "~followup_annotations": [ |
1955 "@@@STEP_TEXT@swarming pending 71s@@@", | 1920 "@@@STEP_TEXT@swarming pending 71s@@@", |
1956 "@@@STEP_LOG_LINE@json.output@{@@@", | 1921 "@@@STEP_LOG_LINE@json.output@{@@@", |
1957 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1922 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1958 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1923 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1959 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1924 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1960 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1925 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1961 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1926 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1962 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1927 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1991 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1956 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1992 "@@@STEP_LOG_LINE@json.output@}@@@", | 1957 "@@@STEP_LOG_LINE@json.output@}@@@", |
1993 "@@@STEP_LOG_END@json.output@@@", | 1958 "@@@STEP_LOG_END@json.output@@@", |
1994 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1959 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1995 ] | 1960 ] |
1996 }, | 1961 }, |
1997 { | 1962 { |
1998 "cmd": [ | 1963 "cmd": [ |
1999 "python", | 1964 "python", |
2000 "-u", | 1965 "-u", |
2001 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 1966 "[CWD]/src/tools/swarming_client/swarming.py", |
2002 "collect", | 1967 "collect", |
2003 "--swarming", | 1968 "--swarming", |
2004 "https://chromium-swarm.appspot.com", | 1969 "https://chromium-swarm.appspot.com", |
2005 "--decorate", | 1970 "--decorate", |
2006 "--print-status-updates", | 1971 "--print-status-updates", |
2007 "--shards", | 1972 "--shards", |
2008 "1", | 1973 "1", |
2009 "system_wrappers_unittests/Mac/[dummy has/mac_swarming/1337", | 1974 "system_wrappers_unittests/Mac/[dummy has/mac_swarming/1337", |
2010 "--task-summary-json", | 1975 "--task-summary-json", |
2011 "/path/to/tmp/json" | 1976 "/path/to/tmp/json" |
2012 ], | 1977 ], |
2013 "cwd": "[SLAVE_BUILD]", | |
2014 "name": "system_wrappers_unittests on Mac", | 1978 "name": "system_wrappers_unittests on Mac", |
2015 "~followup_annotations": [ | 1979 "~followup_annotations": [ |
2016 "@@@STEP_TEXT@swarming pending 71s@@@", | 1980 "@@@STEP_TEXT@swarming pending 71s@@@", |
2017 "@@@STEP_LOG_LINE@json.output@{@@@", | 1981 "@@@STEP_LOG_LINE@json.output@{@@@", |
2018 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1982 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
2019 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1983 "@@@STEP_LOG_LINE@json.output@ {@@@", |
2020 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1984 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
2021 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1985 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
2022 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1986 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
2023 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1987 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
2052 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2016 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
2053 "@@@STEP_LOG_LINE@json.output@}@@@", | 2017 "@@@STEP_LOG_LINE@json.output@}@@@", |
2054 "@@@STEP_LOG_END@json.output@@@", | 2018 "@@@STEP_LOG_END@json.output@@@", |
2055 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2019 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2056 ] | 2020 ] |
2057 }, | 2021 }, |
2058 { | 2022 { |
2059 "cmd": [ | 2023 "cmd": [ |
2060 "python", | 2024 "python", |
2061 "-u", | 2025 "-u", |
2062 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 2026 "[CWD]/src/tools/swarming_client/swarming.py", |
2063 "collect", | 2027 "collect", |
2064 "--swarming", | 2028 "--swarming", |
2065 "https://chromium-swarm.appspot.com", | 2029 "https://chromium-swarm.appspot.com", |
2066 "--decorate", | 2030 "--decorate", |
2067 "--print-status-updates", | 2031 "--print-status-updates", |
2068 "--shards", | 2032 "--shards", |
2069 "1", | 2033 "1", |
2070 "test_support_unittests/Mac/[dummy has/mac_swarming/1337", | 2034 "test_support_unittests/Mac/[dummy has/mac_swarming/1337", |
2071 "--task-summary-json", | 2035 "--task-summary-json", |
2072 "/path/to/tmp/json" | 2036 "/path/to/tmp/json" |
2073 ], | 2037 ], |
2074 "cwd": "[SLAVE_BUILD]", | |
2075 "name": "test_support_unittests on Mac", | 2038 "name": "test_support_unittests on Mac", |
2076 "~followup_annotations": [ | 2039 "~followup_annotations": [ |
2077 "@@@STEP_TEXT@swarming pending 71s@@@", | 2040 "@@@STEP_TEXT@swarming pending 71s@@@", |
2078 "@@@STEP_LOG_LINE@json.output@{@@@", | 2041 "@@@STEP_LOG_LINE@json.output@{@@@", |
2079 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2042 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
2080 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2043 "@@@STEP_LOG_LINE@json.output@ {@@@", |
2081 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2044 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
2082 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2045 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
2083 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2046 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
2084 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2047 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
2113 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2076 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
2114 "@@@STEP_LOG_LINE@json.output@}@@@", | 2077 "@@@STEP_LOG_LINE@json.output@}@@@", |
2115 "@@@STEP_LOG_END@json.output@@@", | 2078 "@@@STEP_LOG_END@json.output@@@", |
2116 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2079 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2117 ] | 2080 ] |
2118 }, | 2081 }, |
2119 { | 2082 { |
2120 "cmd": [ | 2083 "cmd": [ |
2121 "python", | 2084 "python", |
2122 "-u", | 2085 "-u", |
2123 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 2086 "[CWD]/src/tools/swarming_client/swarming.py", |
2124 "collect", | 2087 "collect", |
2125 "--swarming", | 2088 "--swarming", |
2126 "https://chromium-swarm.appspot.com", | 2089 "https://chromium-swarm.appspot.com", |
2127 "--decorate", | 2090 "--decorate", |
2128 "--print-status-updates", | 2091 "--print-status-updates", |
2129 "--shards", | 2092 "--shards", |
2130 "1", | 2093 "1", |
2131 "tools_unittests/Mac/[dummy has/mac_swarming/1337", | 2094 "tools_unittests/Mac/[dummy has/mac_swarming/1337", |
2132 "--task-summary-json", | 2095 "--task-summary-json", |
2133 "/path/to/tmp/json" | 2096 "/path/to/tmp/json" |
2134 ], | 2097 ], |
2135 "cwd": "[SLAVE_BUILD]", | |
2136 "name": "tools_unittests on Mac", | 2098 "name": "tools_unittests on Mac", |
2137 "~followup_annotations": [ | 2099 "~followup_annotations": [ |
2138 "@@@STEP_TEXT@swarming pending 71s@@@", | 2100 "@@@STEP_TEXT@swarming pending 71s@@@", |
2139 "@@@STEP_LOG_LINE@json.output@{@@@", | 2101 "@@@STEP_LOG_LINE@json.output@{@@@", |
2140 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2102 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
2141 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2103 "@@@STEP_LOG_LINE@json.output@ {@@@", |
2142 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2104 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
2143 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2105 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
2144 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2106 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
2145 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2107 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
2174 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2136 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
2175 "@@@STEP_LOG_LINE@json.output@}@@@", | 2137 "@@@STEP_LOG_LINE@json.output@}@@@", |
2176 "@@@STEP_LOG_END@json.output@@@", | 2138 "@@@STEP_LOG_END@json.output@@@", |
2177 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2139 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2178 ] | 2140 ] |
2179 }, | 2141 }, |
2180 { | 2142 { |
2181 "cmd": [ | 2143 "cmd": [ |
2182 "python", | 2144 "python", |
2183 "-u", | 2145 "-u", |
2184 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 2146 "[CWD]/src/tools/swarming_client/swarming.py", |
2185 "collect", | 2147 "collect", |
2186 "--swarming", | 2148 "--swarming", |
2187 "https://chromium-swarm.appspot.com", | 2149 "https://chromium-swarm.appspot.com", |
2188 "--decorate", | 2150 "--decorate", |
2189 "--print-status-updates", | 2151 "--print-status-updates", |
2190 "--shards", | 2152 "--shards", |
2191 "1", | 2153 "1", |
2192 "video_engine_tests/Mac/[dummy has/mac_swarming/1337", | 2154 "video_engine_tests/Mac/[dummy has/mac_swarming/1337", |
2193 "--task-summary-json", | 2155 "--task-summary-json", |
2194 "/path/to/tmp/json" | 2156 "/path/to/tmp/json" |
2195 ], | 2157 ], |
2196 "cwd": "[SLAVE_BUILD]", | |
2197 "name": "video_engine_tests on Mac", | 2158 "name": "video_engine_tests on Mac", |
2198 "~followup_annotations": [ | 2159 "~followup_annotations": [ |
2199 "@@@STEP_TEXT@swarming pending 71s@@@", | 2160 "@@@STEP_TEXT@swarming pending 71s@@@", |
2200 "@@@STEP_LOG_LINE@json.output@{@@@", | 2161 "@@@STEP_LOG_LINE@json.output@{@@@", |
2201 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2162 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
2202 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2163 "@@@STEP_LOG_LINE@json.output@ {@@@", |
2203 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2164 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
2204 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2165 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
2205 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2166 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
2206 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2167 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
2235 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2196 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
2236 "@@@STEP_LOG_LINE@json.output@}@@@", | 2197 "@@@STEP_LOG_LINE@json.output@}@@@", |
2237 "@@@STEP_LOG_END@json.output@@@", | 2198 "@@@STEP_LOG_END@json.output@@@", |
2238 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2199 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2239 ] | 2200 ] |
2240 }, | 2201 }, |
2241 { | 2202 { |
2242 "cmd": [ | 2203 "cmd": [ |
2243 "python", | 2204 "python", |
2244 "-u", | 2205 "-u", |
2245 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 2206 "[CWD]/src/tools/swarming_client/swarming.py", |
2246 "collect", | 2207 "collect", |
2247 "--swarming", | 2208 "--swarming", |
2248 "https://chromium-swarm.appspot.com", | 2209 "https://chromium-swarm.appspot.com", |
2249 "--decorate", | 2210 "--decorate", |
2250 "--print-status-updates", | 2211 "--print-status-updates", |
2251 "--shards", | 2212 "--shards", |
2252 "1", | 2213 "1", |
2253 "voice_engine_unittests/Mac/[dummy has/mac_swarming/1337", | 2214 "voice_engine_unittests/Mac/[dummy has/mac_swarming/1337", |
2254 "--task-summary-json", | 2215 "--task-summary-json", |
2255 "/path/to/tmp/json" | 2216 "/path/to/tmp/json" |
2256 ], | 2217 ], |
2257 "cwd": "[SLAVE_BUILD]", | |
2258 "name": "voice_engine_unittests on Mac", | 2218 "name": "voice_engine_unittests on Mac", |
2259 "~followup_annotations": [ | 2219 "~followup_annotations": [ |
2260 "@@@STEP_TEXT@swarming pending 71s@@@", | 2220 "@@@STEP_TEXT@swarming pending 71s@@@", |
2261 "@@@STEP_LOG_LINE@json.output@{@@@", | 2221 "@@@STEP_LOG_LINE@json.output@{@@@", |
2262 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2222 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
2263 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2223 "@@@STEP_LOG_LINE@json.output@ {@@@", |
2264 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2224 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
2265 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2225 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
2266 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2226 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
2267 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2227 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
2298 "@@@STEP_LOG_END@json.output@@@", | 2258 "@@@STEP_LOG_END@json.output@@@", |
2299 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2259 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2300 ] | 2260 ] |
2301 }, | 2261 }, |
2302 { | 2262 { |
2303 "name": "$result", | 2263 "name": "$result", |
2304 "recipe_result": null, | 2264 "recipe_result": null, |
2305 "status_code": 0 | 2265 "status_code": 0 |
2306 } | 2266 } |
2307 ] | 2267 ] |
OLD | NEW |