OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "win_swarming", | 10 "win_swarming", |
11 "--slave", | 11 "--slave", |
12 "slavename", | 12 "slavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.goo
glesource.com/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name':
'webrtc-limited', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/w
ebrtc-limited'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]\\b\\build\\slave\\cache_dir", | 20 "[GIT_CACHE]", |
21 "--issue", | 21 "--issue", |
22 "666666", | 22 "666666", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://fake.rietveld.url", | 26 "https://fake.rietveld.url", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "src@12345", | 30 "src@12345", |
31 "--output_manifest" | 31 "--output_manifest" |
32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", |
33 "env": { | 34 "env": { |
34 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
35 }, | 36 }, |
36 "name": "bot_update", | 37 "name": "bot_update", |
37 "~followup_annotations": [ | 38 "~followup_annotations": [ |
38 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
39 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
(...skipping 16 matching lines...) Expand all Loading... |
59 "@@@STEP_LOG_END@json.output@@@", | 60 "@@@STEP_LOG_END@json.output@@@", |
60 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 61 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
62 ] | 63 ] |
63 }, | 64 }, |
64 { | 65 { |
65 "cmd": [ | 66 "cmd": [ |
66 "python", | 67 "python", |
67 "-u", | 68 "-u", |
68 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", | 69 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", |
69 "[CWD]\\src\\out" | 70 "[SLAVE_BUILD]\\src\\out" |
70 ], | 71 ], |
| 72 "cwd": "[SLAVE_BUILD]", |
71 "name": "clean test output files" | 73 "name": "clean test output files" |
72 }, | 74 }, |
73 { | 75 { |
74 "cmd": [ | 76 "cmd": [ |
75 "python", | 77 "python", |
76 "-u", | 78 "-u", |
77 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 79 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
78 "--show-path", | 80 "--show-path", |
79 "python", | 81 "python", |
80 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 82 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
81 ], | 83 ], |
| 84 "cwd": "[SLAVE_BUILD]", |
82 "name": "cleanup_temp" | 85 "name": "cleanup_temp" |
83 }, | 86 }, |
84 { | 87 { |
85 "cmd": [ | 88 "cmd": [ |
86 "python", | 89 "python", |
87 "-u", | 90 "-u", |
88 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 91 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
89 "--build-dir", | 92 "--build-dir", |
90 "[CWD]\\src\\out\\Debug", | 93 "[SLAVE_BUILD]\\src\\out\\Debug", |
91 "--clean-isolated-files" | 94 "--clean-isolated-files" |
92 ], | 95 ], |
| 96 "cwd": "[SLAVE_BUILD]", |
93 "name": "clean isolated files" | 97 "name": "clean isolated files" |
94 }, | 98 }, |
95 { | 99 { |
96 "cmd": [ | 100 "cmd": [ |
97 "python", | 101 "python", |
98 "-u", | 102 "-u", |
99 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 103 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
100 "runhooks" | 104 "runhooks" |
101 ], | 105 ], |
| 106 "cwd": "[SLAVE_BUILD]", |
102 "env": { | 107 "env": { |
103 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
104 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]\\b\\build\\goma' rtc_use
_264=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", | 109 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 ta
rget_arch=ia32 test_isolation_mode=prepare use_goma=1", |
105 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 110 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
106 }, | 111 }, |
107 "name": "gclient runhooks" | 112 "name": "gclient runhooks" |
108 }, | 113 }, |
109 { | 114 { |
110 "cmd": [ | 115 "cmd": [ |
111 "python", | 116 "python", |
112 "-u", | 117 "-u", |
113 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 118 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
114 "--version" | 119 "--version" |
115 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]", |
116 "name": "swarming.py --version", | 122 "name": "swarming.py --version", |
117 "stdout": "/path/to/tmp/", | 123 "stdout": "/path/to/tmp/", |
118 "~followup_annotations": [ | 124 "~followup_annotations": [ |
119 "@@@STEP_TEXT@0.4.10@@@" | 125 "@@@STEP_TEXT@0.4.10@@@" |
120 ] | 126 ] |
121 }, | 127 }, |
122 { | 128 { |
123 "cmd": [ | 129 "cmd": [ |
124 "python", | 130 "python", |
125 "-u", | 131 "-u", |
126 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 132 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
127 "--show-path", | 133 "--show-path", |
128 "python", | 134 "python", |
129 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 135 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
130 "--gsutil-py-path", | 136 "--gsutil-py-path", |
131 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 137 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
132 "--ninja-path", | 138 "--ninja-path", |
133 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 139 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
134 "--target", | 140 "--target", |
135 "Debug", | 141 "Debug", |
136 "--src-dir", | 142 "--src-dir", |
137 "[CWD]\\src", | 143 "[SLAVE_BUILD]\\src", |
138 "--goma-cache-dir", | 144 "--goma-cache-dir", |
139 "[ROOT]\\b\\build\\slave\\goma_cache", | 145 "[GOMA_CACHE]", |
140 "--build-tool", | 146 "--build-tool", |
141 "ninja", | 147 "ninja", |
142 "--compiler", | 148 "--compiler", |
143 "goma", | 149 "goma", |
144 "--goma-jsonstatus", | 150 "--goma-jsonstatus", |
145 "/path/to/tmp/json", | 151 "/path/to/tmp/json", |
146 "--goma-service-account-json-file", | 152 "--goma-service-account-json-file", |
147 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 153 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
148 "--goma-dir", | 154 "--goma-dir", |
149 "[ROOT]\\b\\build\\goma", | 155 "[BUILD]\\goma", |
150 "--goma-fail-fast", | 156 "--goma-fail-fast", |
151 "--goma-disable-local-fallback", | 157 "--goma-disable-local-fallback", |
152 "--", | 158 "--", |
153 "All" | 159 "All" |
154 ], | 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", |
155 "env": { | 162 "env": { |
156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
157 }, | 164 }, |
158 "name": "compile", | 165 "name": "compile", |
159 "~followup_annotations": [ | 166 "~followup_annotations": [ |
160 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 167 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
161 "@@@STEP_LOG_END@json.output (invalid)@@@" | 168 "@@@STEP_LOG_END@json.output (invalid)@@@" |
162 ] | 169 ] |
163 }, | 170 }, |
164 { | 171 { |
165 "cmd": [ | 172 "cmd": [ |
166 "python", | 173 "python", |
167 "-u", | 174 "-u", |
168 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 175 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", |
169 "--build-dir", | 176 "--build-dir", |
170 "[CWD]\\src\\out\\Debug", | 177 "[SLAVE_BUILD]\\src\\out\\Debug", |
171 "--src-dir", | 178 "--src-dir", |
172 "[CWD]\\src" | 179 "[SLAVE_BUILD]\\src" |
173 ], | 180 ], |
174 "cwd": "[CWD]", | 181 "cwd": "[SLAVE_BUILD]", |
175 "name": "remove_build_metadata" | 182 "name": "remove_build_metadata" |
176 }, | 183 }, |
177 { | 184 { |
178 "cmd": [ | 185 "cmd": [ |
179 "python", | 186 "python", |
180 "-u", | 187 "-u", |
181 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 188 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
182 "[CWD]\\src\\tools\\swarming_client", | 189 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
183 "batcharchive", | 190 "batcharchive", |
184 "--dump-json", | 191 "--dump-json", |
185 "/path/to/tmp/json", | 192 "/path/to/tmp/json", |
186 "--isolate-server", | 193 "--isolate-server", |
187 "https://isolateserver.appspot.com", | 194 "https://isolateserver.appspot.com", |
188 "[CWD]\\src\\out\\Debug\\audio_decoder_unittests.isolated.gen.json", | 195 "[SLAVE_BUILD]\\src\\out\\Debug\\audio_decoder_unittests.isolated.gen.json
", |
189 "[CWD]\\src\\out\\Debug\\common_audio_unittests.isolated.gen.json", | 196 "[SLAVE_BUILD]\\src\\out\\Debug\\common_audio_unittests.isolated.gen.json"
, |
190 "[CWD]\\src\\out\\Debug\\common_video_unittests.isolated.gen.json", | 197 "[SLAVE_BUILD]\\src\\out\\Debug\\common_video_unittests.isolated.gen.json"
, |
191 "[CWD]\\src\\out\\Debug\\modules_tests.isolated.gen.json", | 198 "[SLAVE_BUILD]\\src\\out\\Debug\\modules_tests.isolated.gen.json", |
192 "[CWD]\\src\\out\\Debug\\modules_unittests.isolated.gen.json", | 199 "[SLAVE_BUILD]\\src\\out\\Debug\\modules_unittests.isolated.gen.json", |
193 "[CWD]\\src\\out\\Debug\\peerconnection_unittests.isolated.gen.json", | 200 "[SLAVE_BUILD]\\src\\out\\Debug\\peerconnection_unittests.isolated.gen.jso
n", |
194 "[CWD]\\src\\out\\Debug\\rtc_media_unittests.isolated.gen.json", | 201 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_media_unittests.isolated.gen.json", |
195 "[CWD]\\src\\out\\Debug\\rtc_pc_unittests.isolated.gen.json", | 202 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_pc_unittests.isolated.gen.json", |
196 "[CWD]\\src\\out\\Debug\\rtc_unittests.isolated.gen.json", | 203 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_unittests.isolated.gen.json", |
197 "[CWD]\\src\\out\\Debug\\system_wrappers_unittests.isolated.gen.json", | 204 "[SLAVE_BUILD]\\src\\out\\Debug\\system_wrappers_unittests.isolated.gen.js
on", |
198 "[CWD]\\src\\out\\Debug\\test_support_unittests.isolated.gen.json", | 205 "[SLAVE_BUILD]\\src\\out\\Debug\\test_support_unittests.isolated.gen.json"
, |
199 "[CWD]\\src\\out\\Debug\\tools_unittests.isolated.gen.json", | 206 "[SLAVE_BUILD]\\src\\out\\Debug\\tools_unittests.isolated.gen.json", |
200 "[CWD]\\src\\out\\Debug\\video_engine_tests.isolated.gen.json", | 207 "[SLAVE_BUILD]\\src\\out\\Debug\\video_engine_tests.isolated.gen.json", |
201 "[CWD]\\src\\out\\Debug\\voice_engine_unittests.isolated.gen.json" | 208 "[SLAVE_BUILD]\\src\\out\\Debug\\voice_engine_unittests.isolated.gen.json" |
202 ], | 209 ], |
| 210 "cwd": "[SLAVE_BUILD]", |
203 "name": "isolate tests", | 211 "name": "isolate tests", |
204 "~followup_annotations": [ | 212 "~followup_annotations": [ |
205 "@@@STEP_LOG_LINE@json.output@{@@@", | 213 "@@@STEP_LOG_LINE@json.output@{@@@", |
206 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", | 214 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash
for audio_decoder_unittests]\", @@@", |
207 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", @@@", | 215 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash
for common_audio_unittests]\", @@@", |
208 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash
for common_video_unittests]\", @@@", | 216 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash
for common_video_unittests]\", @@@", |
209 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul
es_tests]\", @@@", | 217 "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modul
es_tests]\", @@@", |
210 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m
odules_unittests]\", @@@", | 218 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for m
odules_unittests]\", @@@", |
211 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has
h for peerconnection_unittests]\", @@@", | 219 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy has
h for peerconnection_unittests]\", @@@", |
212 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for
rtc_media_unittests]\", @@@", | 220 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests\": \"[dummy hash for
rtc_media_unittests]\", @@@", |
213 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests\": \"[dummy hash for rt
c_pc_unittests]\", @@@", | 221 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests\": \"[dummy hash for rt
c_pc_unittests]\", @@@", |
214 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u
nittests]\", @@@", | 222 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_u
nittests]\", @@@", |
215 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha
sh for system_wrappers_unittests]\", @@@", | 223 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy ha
sh for system_wrappers_unittests]\", @@@", |
216 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash
for test_support_unittests]\", @@@", | 224 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash
for test_support_unittests]\", @@@", |
217 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too
ls_unittests]\", @@@", | 225 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for too
ls_unittests]\", @@@", |
218 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for
video_engine_tests]\", @@@", | 226 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for
video_engine_tests]\", @@@", |
219 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\"@@@", | 227 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash
for voice_engine_unittests]\"@@@", |
220 "@@@STEP_LOG_LINE@json.output@}@@@", | 228 "@@@STEP_LOG_LINE@json.output@}@@@", |
221 "@@@STEP_LOG_END@json.output@@@", | 229 "@@@STEP_LOG_END@json.output@@@", |
222 "@@@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]\"}@@@" | 230 "@@@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]\"}@@@" |
223 ] | 231 ] |
224 }, | 232 }, |
225 { | 233 { |
226 "cmd": [ | 234 "cmd": [ |
227 "python", | 235 "python", |
228 "-u", | 236 "-u", |
229 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 237 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
230 "trigger", | 238 "trigger", |
231 "--swarming", | 239 "--swarming", |
232 "https://chromium-swarm.appspot.com", | 240 "https://chromium-swarm.appspot.com", |
233 "--isolate-server", | 241 "--isolate-server", |
234 "https://isolateserver.appspot.com", | 242 "https://isolateserver.appspot.com", |
235 "--priority", | 243 "--priority", |
236 "30", | 244 "30", |
237 "--shards", | 245 "--shards", |
238 "1", | 246 "1", |
239 "--task-name", | 247 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 "purpose:pre-commit", | 286 "purpose:pre-commit", |
279 "--tag", | 287 "--tag", |
280 "rietveld:https://fake.rietveld.url/666666/#ps1", | 288 "rietveld:https://fake.rietveld.url/666666/#ps1", |
281 "--tag", | 289 "--tag", |
282 "slavename:slavename", | 290 "slavename:slavename", |
283 "--tag", | 291 "--tag", |
284 "stepname:audio_decoder_unittests on Windows", | 292 "stepname:audio_decoder_unittests on Windows", |
285 "--idempotent", | 293 "--idempotent", |
286 "[dummy hash for audio_decoder_unittests]" | 294 "[dummy hash for audio_decoder_unittests]" |
287 ], | 295 ], |
| 296 "cwd": "[SLAVE_BUILD]", |
288 "name": "[trigger] audio_decoder_unittests on Windows", | 297 "name": "[trigger] audio_decoder_unittests on Windows", |
289 "~followup_annotations": [ | 298 "~followup_annotations": [ |
290 "@@@STEP_LOG_LINE@json.output@{@@@", | 299 "@@@STEP_LOG_LINE@json.output@{@@@", |
291 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte
sts/Windows/[dummy has/win_swarming/1337\", @@@", | 300 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"audio_decoder_unitte
sts/Windows/[dummy has/win_swarming/1337\", @@@", |
292 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 301 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
293 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", | 302 "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", |
294 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 303 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
295 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
296 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 305 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
297 "@@@STEP_LOG_LINE@json.output@ }@@@", | 306 "@@@STEP_LOG_LINE@json.output@ }@@@", |
298 "@@@STEP_LOG_LINE@json.output@ }@@@", | 307 "@@@STEP_LOG_LINE@json.output@ }@@@", |
299 "@@@STEP_LOG_LINE@json.output@}@@@", | 308 "@@@STEP_LOG_LINE@json.output@}@@@", |
300 "@@@STEP_LOG_END@json.output@@@", | 309 "@@@STEP_LOG_END@json.output@@@", |
301 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 310 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
302 ] | 311 ] |
303 }, | 312 }, |
304 { | 313 { |
305 "cmd": [ | 314 "cmd": [ |
306 "python", | 315 "python", |
307 "-u", | 316 "-u", |
308 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 317 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
309 "trigger", | 318 "trigger", |
310 "--swarming", | 319 "--swarming", |
311 "https://chromium-swarm.appspot.com", | 320 "https://chromium-swarm.appspot.com", |
312 "--isolate-server", | 321 "--isolate-server", |
313 "https://isolateserver.appspot.com", | 322 "https://isolateserver.appspot.com", |
314 "--priority", | 323 "--priority", |
315 "30", | 324 "30", |
316 "--shards", | 325 "--shards", |
317 "1", | 326 "1", |
318 "--task-name", | 327 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 "purpose:pre-commit", | 366 "purpose:pre-commit", |
358 "--tag", | 367 "--tag", |
359 "rietveld:https://fake.rietveld.url/666666/#ps1", | 368 "rietveld:https://fake.rietveld.url/666666/#ps1", |
360 "--tag", | 369 "--tag", |
361 "slavename:slavename", | 370 "slavename:slavename", |
362 "--tag", | 371 "--tag", |
363 "stepname:common_audio_unittests on Windows", | 372 "stepname:common_audio_unittests on Windows", |
364 "--idempotent", | 373 "--idempotent", |
365 "[dummy hash for common_audio_unittests]" | 374 "[dummy hash for common_audio_unittests]" |
366 ], | 375 ], |
| 376 "cwd": "[SLAVE_BUILD]", |
367 "name": "[trigger] common_audio_unittests on Windows", | 377 "name": "[trigger] common_audio_unittests on Windows", |
368 "~followup_annotations": [ | 378 "~followup_annotations": [ |
369 "@@@STEP_LOG_LINE@json.output@{@@@", | 379 "@@@STEP_LOG_LINE@json.output@{@@@", |
370 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_audio_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", |
371 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 381 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
372 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", | 382 "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", |
373 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 383 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
374 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 384 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
375 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
376 "@@@STEP_LOG_LINE@json.output@ }@@@", | 386 "@@@STEP_LOG_LINE@json.output@ }@@@", |
377 "@@@STEP_LOG_LINE@json.output@ }@@@", | 387 "@@@STEP_LOG_LINE@json.output@ }@@@", |
378 "@@@STEP_LOG_LINE@json.output@}@@@", | 388 "@@@STEP_LOG_LINE@json.output@}@@@", |
379 "@@@STEP_LOG_END@json.output@@@", | 389 "@@@STEP_LOG_END@json.output@@@", |
380 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 390 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
381 ] | 391 ] |
382 }, | 392 }, |
383 { | 393 { |
384 "cmd": [ | 394 "cmd": [ |
385 "python", | 395 "python", |
386 "-u", | 396 "-u", |
387 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 397 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
388 "trigger", | 398 "trigger", |
389 "--swarming", | 399 "--swarming", |
390 "https://chromium-swarm.appspot.com", | 400 "https://chromium-swarm.appspot.com", |
391 "--isolate-server", | 401 "--isolate-server", |
392 "https://isolateserver.appspot.com", | 402 "https://isolateserver.appspot.com", |
393 "--priority", | 403 "--priority", |
394 "30", | 404 "30", |
395 "--shards", | 405 "--shards", |
396 "1", | 406 "1", |
397 "--task-name", | 407 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 "purpose:pre-commit", | 446 "purpose:pre-commit", |
437 "--tag", | 447 "--tag", |
438 "rietveld:https://fake.rietveld.url/666666/#ps1", | 448 "rietveld:https://fake.rietveld.url/666666/#ps1", |
439 "--tag", | 449 "--tag", |
440 "slavename:slavename", | 450 "slavename:slavename", |
441 "--tag", | 451 "--tag", |
442 "stepname:common_video_unittests on Windows", | 452 "stepname:common_video_unittests on Windows", |
443 "--idempotent", | 453 "--idempotent", |
444 "[dummy hash for common_video_unittests]" | 454 "[dummy hash for common_video_unittests]" |
445 ], | 455 ], |
| 456 "cwd": "[SLAVE_BUILD]", |
446 "name": "[trigger] common_video_unittests on Windows", | 457 "name": "[trigger] common_video_unittests on Windows", |
447 "~followup_annotations": [ | 458 "~followup_annotations": [ |
448 "@@@STEP_LOG_LINE@json.output@{@@@", | 459 "@@@STEP_LOG_LINE@json.output@{@@@", |
449 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", | 460 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"common_video_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", |
450 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 461 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
451 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", | 462 "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", |
452 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 463 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
453 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 464 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
454 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 465 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
455 "@@@STEP_LOG_LINE@json.output@ }@@@", | 466 "@@@STEP_LOG_LINE@json.output@ }@@@", |
456 "@@@STEP_LOG_LINE@json.output@ }@@@", | 467 "@@@STEP_LOG_LINE@json.output@ }@@@", |
457 "@@@STEP_LOG_LINE@json.output@}@@@", | 468 "@@@STEP_LOG_LINE@json.output@}@@@", |
458 "@@@STEP_LOG_END@json.output@@@", | 469 "@@@STEP_LOG_END@json.output@@@", |
459 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 470 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
460 ] | 471 ] |
461 }, | 472 }, |
462 { | 473 { |
463 "cmd": [ | 474 "cmd": [ |
464 "python", | 475 "python", |
465 "-u", | 476 "-u", |
466 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 477 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
467 "trigger", | 478 "trigger", |
468 "--swarming", | 479 "--swarming", |
469 "https://chromium-swarm.appspot.com", | 480 "https://chromium-swarm.appspot.com", |
470 "--isolate-server", | 481 "--isolate-server", |
471 "https://isolateserver.appspot.com", | 482 "https://isolateserver.appspot.com", |
472 "--priority", | 483 "--priority", |
473 "30", | 484 "30", |
474 "--shards", | 485 "--shards", |
475 "1", | 486 "1", |
476 "--task-name", | 487 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
515 "purpose:pre-commit", | 526 "purpose:pre-commit", |
516 "--tag", | 527 "--tag", |
517 "rietveld:https://fake.rietveld.url/666666/#ps1", | 528 "rietveld:https://fake.rietveld.url/666666/#ps1", |
518 "--tag", | 529 "--tag", |
519 "slavename:slavename", | 530 "slavename:slavename", |
520 "--tag", | 531 "--tag", |
521 "stepname:modules_tests on Windows", | 532 "stepname:modules_tests on Windows", |
522 "--idempotent", | 533 "--idempotent", |
523 "[dummy hash for modules_tests]" | 534 "[dummy hash for modules_tests]" |
524 ], | 535 ], |
| 536 "cwd": "[SLAVE_BUILD]", |
525 "name": "[trigger] modules_tests on Windows", | 537 "name": "[trigger] modules_tests on Windows", |
526 "~followup_annotations": [ | 538 "~followup_annotations": [ |
527 "@@@STEP_LOG_LINE@json.output@{@@@", | 539 "@@@STEP_LOG_LINE@json.output@{@@@", |
528 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Window
s/[dummy has/win_swarming/1337\", @@@", | 540 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_tests/Window
s/[dummy has/win_swarming/1337\", @@@", |
529 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 541 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
530 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Windows/[dummy has/win_s
warming/1337\": {@@@", | 542 "@@@STEP_LOG_LINE@json.output@ \"modules_tests/Windows/[dummy has/win_s
warming/1337\": {@@@", |
531 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 543 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
532 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 544 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
533 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 545 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
534 "@@@STEP_LOG_LINE@json.output@ }@@@", | 546 "@@@STEP_LOG_LINE@json.output@ }@@@", |
535 "@@@STEP_LOG_LINE@json.output@ }@@@", | 547 "@@@STEP_LOG_LINE@json.output@ }@@@", |
536 "@@@STEP_LOG_LINE@json.output@}@@@", | 548 "@@@STEP_LOG_LINE@json.output@}@@@", |
537 "@@@STEP_LOG_END@json.output@@@", | 549 "@@@STEP_LOG_END@json.output@@@", |
538 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 550 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
539 ] | 551 ] |
540 }, | 552 }, |
541 { | 553 { |
542 "cmd": [ | 554 "cmd": [ |
543 "python", | 555 "python", |
544 "-u", | 556 "-u", |
545 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 557 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
546 "trigger", | 558 "trigger", |
547 "--swarming", | 559 "--swarming", |
548 "https://chromium-swarm.appspot.com", | 560 "https://chromium-swarm.appspot.com", |
549 "--isolate-server", | 561 "--isolate-server", |
550 "https://isolateserver.appspot.com", | 562 "https://isolateserver.appspot.com", |
551 "--priority", | 563 "--priority", |
552 "30", | 564 "30", |
553 "--shards", | 565 "--shards", |
554 "1", | 566 "1", |
555 "--task-name", | 567 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
594 "purpose:pre-commit", | 606 "purpose:pre-commit", |
595 "--tag", | 607 "--tag", |
596 "rietveld:https://fake.rietveld.url/666666/#ps1", | 608 "rietveld:https://fake.rietveld.url/666666/#ps1", |
597 "--tag", | 609 "--tag", |
598 "slavename:slavename", | 610 "slavename:slavename", |
599 "--tag", | 611 "--tag", |
600 "stepname:modules_unittests on Windows", | 612 "stepname:modules_unittests on Windows", |
601 "--idempotent", | 613 "--idempotent", |
602 "[dummy hash for modules_unittests]" | 614 "[dummy hash for modules_unittests]" |
603 ], | 615 ], |
| 616 "cwd": "[SLAVE_BUILD]", |
604 "name": "[trigger] modules_unittests on Windows", | 617 "name": "[trigger] modules_unittests on Windows", |
605 "~followup_annotations": [ | 618 "~followup_annotations": [ |
606 "@@@STEP_LOG_LINE@json.output@{@@@", | 619 "@@@STEP_LOG_LINE@json.output@{@@@", |
607 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Wi
ndows/[dummy has/win_swarming/1337\", @@@", | 620 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"modules_unittests/Wi
ndows/[dummy has/win_swarming/1337\", @@@", |
608 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 621 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
609 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Windows/[dummy has/w
in_swarming/1337\": {@@@", | 622 "@@@STEP_LOG_LINE@json.output@ \"modules_unittests/Windows/[dummy has/w
in_swarming/1337\": {@@@", |
610 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 623 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
611 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 624 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
612 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 625 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
613 "@@@STEP_LOG_LINE@json.output@ }@@@", | 626 "@@@STEP_LOG_LINE@json.output@ }@@@", |
614 "@@@STEP_LOG_LINE@json.output@ }@@@", | 627 "@@@STEP_LOG_LINE@json.output@ }@@@", |
615 "@@@STEP_LOG_LINE@json.output@}@@@", | 628 "@@@STEP_LOG_LINE@json.output@}@@@", |
616 "@@@STEP_LOG_END@json.output@@@", | 629 "@@@STEP_LOG_END@json.output@@@", |
617 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 630 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
618 ] | 631 ] |
619 }, | 632 }, |
620 { | 633 { |
621 "cmd": [ | 634 "cmd": [ |
622 "python", | 635 "python", |
623 "-u", | 636 "-u", |
624 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 637 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
625 "trigger", | 638 "trigger", |
626 "--swarming", | 639 "--swarming", |
627 "https://chromium-swarm.appspot.com", | 640 "https://chromium-swarm.appspot.com", |
628 "--isolate-server", | 641 "--isolate-server", |
629 "https://isolateserver.appspot.com", | 642 "https://isolateserver.appspot.com", |
630 "--priority", | 643 "--priority", |
631 "30", | 644 "30", |
632 "--shards", | 645 "--shards", |
633 "1", | 646 "1", |
634 "--task-name", | 647 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
673 "purpose:pre-commit", | 686 "purpose:pre-commit", |
674 "--tag", | 687 "--tag", |
675 "rietveld:https://fake.rietveld.url/666666/#ps1", | 688 "rietveld:https://fake.rietveld.url/666666/#ps1", |
676 "--tag", | 689 "--tag", |
677 "slavename:slavename", | 690 "slavename:slavename", |
678 "--tag", | 691 "--tag", |
679 "stepname:peerconnection_unittests on Windows", | 692 "stepname:peerconnection_unittests on Windows", |
680 "--idempotent", | 693 "--idempotent", |
681 "[dummy hash for peerconnection_unittests]" | 694 "[dummy hash for peerconnection_unittests]" |
682 ], | 695 ], |
| 696 "cwd": "[SLAVE_BUILD]", |
683 "name": "[trigger] peerconnection_unittests on Windows", | 697 "name": "[trigger] peerconnection_unittests on Windows", |
684 "~followup_annotations": [ | 698 "~followup_annotations": [ |
685 "@@@STEP_LOG_LINE@json.output@{@@@", | 699 "@@@STEP_LOG_LINE@json.output@{@@@", |
686 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt
ests/Windows/[dummy has/win_swarming/1337\", @@@", | 700 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"peerconnection_unitt
ests/Windows/[dummy has/win_swarming/1337\", @@@", |
687 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 701 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
688 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Windows/[dumm
y has/win_swarming/1337\": {@@@", | 702 "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests/Windows/[dumm
y has/win_swarming/1337\": {@@@", |
689 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 703 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
690 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 704 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
691 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 705 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
692 "@@@STEP_LOG_LINE@json.output@ }@@@", | 706 "@@@STEP_LOG_LINE@json.output@ }@@@", |
693 "@@@STEP_LOG_LINE@json.output@ }@@@", | 707 "@@@STEP_LOG_LINE@json.output@ }@@@", |
694 "@@@STEP_LOG_LINE@json.output@}@@@", | 708 "@@@STEP_LOG_LINE@json.output@}@@@", |
695 "@@@STEP_LOG_END@json.output@@@", | 709 "@@@STEP_LOG_END@json.output@@@", |
696 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 710 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
697 ] | 711 ] |
698 }, | 712 }, |
699 { | 713 { |
700 "cmd": [ | 714 "cmd": [ |
701 "python", | 715 "python", |
702 "-u", | 716 "-u", |
703 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 717 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
704 "trigger", | 718 "trigger", |
705 "--swarming", | 719 "--swarming", |
706 "https://chromium-swarm.appspot.com", | 720 "https://chromium-swarm.appspot.com", |
707 "--isolate-server", | 721 "--isolate-server", |
708 "https://isolateserver.appspot.com", | 722 "https://isolateserver.appspot.com", |
709 "--priority", | 723 "--priority", |
710 "30", | 724 "30", |
711 "--shards", | 725 "--shards", |
712 "1", | 726 "1", |
713 "--task-name", | 727 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 "purpose:pre-commit", | 766 "purpose:pre-commit", |
753 "--tag", | 767 "--tag", |
754 "rietveld:https://fake.rietveld.url/666666/#ps1", | 768 "rietveld:https://fake.rietveld.url/666666/#ps1", |
755 "--tag", | 769 "--tag", |
756 "slavename:slavename", | 770 "slavename:slavename", |
757 "--tag", | 771 "--tag", |
758 "stepname:rtc_media_unittests on Windows", | 772 "stepname:rtc_media_unittests on Windows", |
759 "--idempotent", | 773 "--idempotent", |
760 "[dummy hash for rtc_media_unittests]" | 774 "[dummy hash for rtc_media_unittests]" |
761 ], | 775 ], |
| 776 "cwd": "[SLAVE_BUILD]", |
762 "name": "[trigger] rtc_media_unittests on Windows", | 777 "name": "[trigger] rtc_media_unittests on Windows", |
763 "~followup_annotations": [ | 778 "~followup_annotations": [ |
764 "@@@STEP_LOG_LINE@json.output@{@@@", | 779 "@@@STEP_LOG_LINE@json.output@{@@@", |
765 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_media_unittests/
Windows/[dummy has/win_swarming/1337\", @@@", | 780 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_media_unittests/
Windows/[dummy has/win_swarming/1337\", @@@", |
766 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 781 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
767 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests/Windows/[dummy has
/win_swarming/1337\": {@@@", | 782 "@@@STEP_LOG_LINE@json.output@ \"rtc_media_unittests/Windows/[dummy has
/win_swarming/1337\": {@@@", |
768 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 783 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
769 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 784 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
770 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 785 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
771 "@@@STEP_LOG_LINE@json.output@ }@@@", | 786 "@@@STEP_LOG_LINE@json.output@ }@@@", |
772 "@@@STEP_LOG_LINE@json.output@ }@@@", | 787 "@@@STEP_LOG_LINE@json.output@ }@@@", |
773 "@@@STEP_LOG_LINE@json.output@}@@@", | 788 "@@@STEP_LOG_LINE@json.output@}@@@", |
774 "@@@STEP_LOG_END@json.output@@@", | 789 "@@@STEP_LOG_END@json.output@@@", |
775 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 790 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
776 ] | 791 ] |
777 }, | 792 }, |
778 { | 793 { |
779 "cmd": [ | 794 "cmd": [ |
780 "python", | 795 "python", |
781 "-u", | 796 "-u", |
782 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 797 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
783 "trigger", | 798 "trigger", |
784 "--swarming", | 799 "--swarming", |
785 "https://chromium-swarm.appspot.com", | 800 "https://chromium-swarm.appspot.com", |
786 "--isolate-server", | 801 "--isolate-server", |
787 "https://isolateserver.appspot.com", | 802 "https://isolateserver.appspot.com", |
788 "--priority", | 803 "--priority", |
789 "30", | 804 "30", |
790 "--shards", | 805 "--shards", |
791 "1", | 806 "1", |
792 "--task-name", | 807 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
831 "purpose:pre-commit", | 846 "purpose:pre-commit", |
832 "--tag", | 847 "--tag", |
833 "rietveld:https://fake.rietveld.url/666666/#ps1", | 848 "rietveld:https://fake.rietveld.url/666666/#ps1", |
834 "--tag", | 849 "--tag", |
835 "slavename:slavename", | 850 "slavename:slavename", |
836 "--tag", | 851 "--tag", |
837 "stepname:rtc_pc_unittests on Windows", | 852 "stepname:rtc_pc_unittests on Windows", |
838 "--idempotent", | 853 "--idempotent", |
839 "[dummy hash for rtc_pc_unittests]" | 854 "[dummy hash for rtc_pc_unittests]" |
840 ], | 855 ], |
| 856 "cwd": "[SLAVE_BUILD]", |
841 "name": "[trigger] rtc_pc_unittests on Windows", | 857 "name": "[trigger] rtc_pc_unittests on Windows", |
842 "~followup_annotations": [ | 858 "~followup_annotations": [ |
843 "@@@STEP_LOG_LINE@json.output@{@@@", | 859 "@@@STEP_LOG_LINE@json.output@{@@@", |
844 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_pc_unittests/Win
dows/[dummy has/win_swarming/1337\", @@@", | 860 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_pc_unittests/Win
dows/[dummy has/win_swarming/1337\", @@@", |
845 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 861 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
846 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests/Windows/[dummy has/wi
n_swarming/1337\": {@@@", | 862 "@@@STEP_LOG_LINE@json.output@ \"rtc_pc_unittests/Windows/[dummy has/wi
n_swarming/1337\": {@@@", |
847 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 863 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
848 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 864 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
849 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 865 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
850 "@@@STEP_LOG_LINE@json.output@ }@@@", | 866 "@@@STEP_LOG_LINE@json.output@ }@@@", |
851 "@@@STEP_LOG_LINE@json.output@ }@@@", | 867 "@@@STEP_LOG_LINE@json.output@ }@@@", |
852 "@@@STEP_LOG_LINE@json.output@}@@@", | 868 "@@@STEP_LOG_LINE@json.output@}@@@", |
853 "@@@STEP_LOG_END@json.output@@@", | 869 "@@@STEP_LOG_END@json.output@@@", |
854 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 870 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
855 ] | 871 ] |
856 }, | 872 }, |
857 { | 873 { |
858 "cmd": [ | 874 "cmd": [ |
859 "python", | 875 "python", |
860 "-u", | 876 "-u", |
861 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 877 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
862 "trigger", | 878 "trigger", |
863 "--swarming", | 879 "--swarming", |
864 "https://chromium-swarm.appspot.com", | 880 "https://chromium-swarm.appspot.com", |
865 "--isolate-server", | 881 "--isolate-server", |
866 "https://isolateserver.appspot.com", | 882 "https://isolateserver.appspot.com", |
867 "--priority", | 883 "--priority", |
868 "30", | 884 "30", |
869 "--shards", | 885 "--shards", |
870 "1", | 886 "1", |
871 "--task-name", | 887 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
910 "purpose:pre-commit", | 926 "purpose:pre-commit", |
911 "--tag", | 927 "--tag", |
912 "rietveld:https://fake.rietveld.url/666666/#ps1", | 928 "rietveld:https://fake.rietveld.url/666666/#ps1", |
913 "--tag", | 929 "--tag", |
914 "slavename:slavename", | 930 "slavename:slavename", |
915 "--tag", | 931 "--tag", |
916 "stepname:rtc_unittests on Windows", | 932 "stepname:rtc_unittests on Windows", |
917 "--idempotent", | 933 "--idempotent", |
918 "[dummy hash for rtc_unittests]" | 934 "[dummy hash for rtc_unittests]" |
919 ], | 935 ], |
| 936 "cwd": "[SLAVE_BUILD]", |
920 "name": "[trigger] rtc_unittests on Windows", | 937 "name": "[trigger] rtc_unittests on Windows", |
921 "~followup_annotations": [ | 938 "~followup_annotations": [ |
922 "@@@STEP_LOG_LINE@json.output@{@@@", | 939 "@@@STEP_LOG_LINE@json.output@{@@@", |
923 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Window
s/[dummy has/win_swarming/1337\", @@@", | 940 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"rtc_unittests/Window
s/[dummy has/win_swarming/1337\", @@@", |
924 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 941 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
925 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Windows/[dummy has/win_s
warming/1337\": {@@@", | 942 "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests/Windows/[dummy has/win_s
warming/1337\": {@@@", |
926 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 943 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
927 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 944 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
928 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 945 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
929 "@@@STEP_LOG_LINE@json.output@ }@@@", | 946 "@@@STEP_LOG_LINE@json.output@ }@@@", |
930 "@@@STEP_LOG_LINE@json.output@ }@@@", | 947 "@@@STEP_LOG_LINE@json.output@ }@@@", |
931 "@@@STEP_LOG_LINE@json.output@}@@@", | 948 "@@@STEP_LOG_LINE@json.output@}@@@", |
932 "@@@STEP_LOG_END@json.output@@@", | 949 "@@@STEP_LOG_END@json.output@@@", |
933 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 950 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
934 ] | 951 ] |
935 }, | 952 }, |
936 { | 953 { |
937 "cmd": [ | 954 "cmd": [ |
938 "python", | 955 "python", |
939 "-u", | 956 "-u", |
940 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 957 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
941 "trigger", | 958 "trigger", |
942 "--swarming", | 959 "--swarming", |
943 "https://chromium-swarm.appspot.com", | 960 "https://chromium-swarm.appspot.com", |
944 "--isolate-server", | 961 "--isolate-server", |
945 "https://isolateserver.appspot.com", | 962 "https://isolateserver.appspot.com", |
946 "--priority", | 963 "--priority", |
947 "30", | 964 "30", |
948 "--shards", | 965 "--shards", |
949 "1", | 966 "1", |
950 "--task-name", | 967 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
989 "purpose:pre-commit", | 1006 "purpose:pre-commit", |
990 "--tag", | 1007 "--tag", |
991 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1008 "rietveld:https://fake.rietveld.url/666666/#ps1", |
992 "--tag", | 1009 "--tag", |
993 "slavename:slavename", | 1010 "slavename:slavename", |
994 "--tag", | 1011 "--tag", |
995 "stepname:system_wrappers_unittests on Windows", | 1012 "stepname:system_wrappers_unittests on Windows", |
996 "--idempotent", | 1013 "--idempotent", |
997 "[dummy hash for system_wrappers_unittests]" | 1014 "[dummy hash for system_wrappers_unittests]" |
998 ], | 1015 ], |
| 1016 "cwd": "[SLAVE_BUILD]", |
999 "name": "[trigger] system_wrappers_unittests on Windows", | 1017 "name": "[trigger] system_wrappers_unittests on Windows", |
1000 "~followup_annotations": [ | 1018 "~followup_annotations": [ |
1001 "@@@STEP_LOG_LINE@json.output@{@@@", | 1019 "@@@STEP_LOG_LINE@json.output@{@@@", |
1002 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit
tests/Windows/[dummy has/win_swarming/1337\", @@@", | 1020 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"system_wrappers_unit
tests/Windows/[dummy has/win_swarming/1337\", @@@", |
1003 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1021 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1004 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Windows/[dum
my has/win_swarming/1337\": {@@@", | 1022 "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests/Windows/[dum
my has/win_swarming/1337\": {@@@", |
1005 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1023 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1006 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1024 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1007 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1025 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1008 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1026 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1009 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1027 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1010 "@@@STEP_LOG_LINE@json.output@}@@@", | 1028 "@@@STEP_LOG_LINE@json.output@}@@@", |
1011 "@@@STEP_LOG_END@json.output@@@", | 1029 "@@@STEP_LOG_END@json.output@@@", |
1012 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1030 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
1013 ] | 1031 ] |
1014 }, | 1032 }, |
1015 { | 1033 { |
1016 "cmd": [ | 1034 "cmd": [ |
1017 "python", | 1035 "python", |
1018 "-u", | 1036 "-u", |
1019 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1037 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1020 "trigger", | 1038 "trigger", |
1021 "--swarming", | 1039 "--swarming", |
1022 "https://chromium-swarm.appspot.com", | 1040 "https://chromium-swarm.appspot.com", |
1023 "--isolate-server", | 1041 "--isolate-server", |
1024 "https://isolateserver.appspot.com", | 1042 "https://isolateserver.appspot.com", |
1025 "--priority", | 1043 "--priority", |
1026 "30", | 1044 "30", |
1027 "--shards", | 1045 "--shards", |
1028 "1", | 1046 "1", |
1029 "--task-name", | 1047 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1068 "purpose:pre-commit", | 1086 "purpose:pre-commit", |
1069 "--tag", | 1087 "--tag", |
1070 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1088 "rietveld:https://fake.rietveld.url/666666/#ps1", |
1071 "--tag", | 1089 "--tag", |
1072 "slavename:slavename", | 1090 "slavename:slavename", |
1073 "--tag", | 1091 "--tag", |
1074 "stepname:test_support_unittests on Windows", | 1092 "stepname:test_support_unittests on Windows", |
1075 "--idempotent", | 1093 "--idempotent", |
1076 "[dummy hash for test_support_unittests]" | 1094 "[dummy hash for test_support_unittests]" |
1077 ], | 1095 ], |
| 1096 "cwd": "[SLAVE_BUILD]", |
1078 "name": "[trigger] test_support_unittests on Windows", | 1097 "name": "[trigger] test_support_unittests on Windows", |
1079 "~followup_annotations": [ | 1098 "~followup_annotations": [ |
1080 "@@@STEP_LOG_LINE@json.output@{@@@", | 1099 "@@@STEP_LOG_LINE@json.output@{@@@", |
1081 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", | 1100 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_support_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", |
1082 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1101 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1083 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", | 1102 "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", |
1084 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1103 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1085 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1104 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1086 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1105 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1087 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1106 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1088 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1107 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1089 "@@@STEP_LOG_LINE@json.output@}@@@", | 1108 "@@@STEP_LOG_LINE@json.output@}@@@", |
1090 "@@@STEP_LOG_END@json.output@@@", | 1109 "@@@STEP_LOG_END@json.output@@@", |
1091 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1110 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
1092 ] | 1111 ] |
1093 }, | 1112 }, |
1094 { | 1113 { |
1095 "cmd": [ | 1114 "cmd": [ |
1096 "python", | 1115 "python", |
1097 "-u", | 1116 "-u", |
1098 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1117 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1099 "trigger", | 1118 "trigger", |
1100 "--swarming", | 1119 "--swarming", |
1101 "https://chromium-swarm.appspot.com", | 1120 "https://chromium-swarm.appspot.com", |
1102 "--isolate-server", | 1121 "--isolate-server", |
1103 "https://isolateserver.appspot.com", | 1122 "https://isolateserver.appspot.com", |
1104 "--priority", | 1123 "--priority", |
1105 "30", | 1124 "30", |
1106 "--shards", | 1125 "--shards", |
1107 "1", | 1126 "1", |
1108 "--task-name", | 1127 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1147 "purpose:pre-commit", | 1166 "purpose:pre-commit", |
1148 "--tag", | 1167 "--tag", |
1149 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1168 "rietveld:https://fake.rietveld.url/666666/#ps1", |
1150 "--tag", | 1169 "--tag", |
1151 "slavename:slavename", | 1170 "slavename:slavename", |
1152 "--tag", | 1171 "--tag", |
1153 "stepname:tools_unittests on Windows", | 1172 "stepname:tools_unittests on Windows", |
1154 "--idempotent", | 1173 "--idempotent", |
1155 "[dummy hash for tools_unittests]" | 1174 "[dummy hash for tools_unittests]" |
1156 ], | 1175 ], |
| 1176 "cwd": "[SLAVE_BUILD]", |
1157 "name": "[trigger] tools_unittests on Windows", | 1177 "name": "[trigger] tools_unittests on Windows", |
1158 "~followup_annotations": [ | 1178 "~followup_annotations": [ |
1159 "@@@STEP_LOG_LINE@json.output@{@@@", | 1179 "@@@STEP_LOG_LINE@json.output@{@@@", |
1160 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Wind
ows/[dummy has/win_swarming/1337\", @@@", | 1180 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"tools_unittests/Wind
ows/[dummy has/win_swarming/1337\", @@@", |
1161 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1181 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1162 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Windows/[dummy has/win
_swarming/1337\": {@@@", | 1182 "@@@STEP_LOG_LINE@json.output@ \"tools_unittests/Windows/[dummy has/win
_swarming/1337\": {@@@", |
1163 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1183 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1164 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1184 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1165 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1185 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1166 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1186 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1167 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1187 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1168 "@@@STEP_LOG_LINE@json.output@}@@@", | 1188 "@@@STEP_LOG_LINE@json.output@}@@@", |
1169 "@@@STEP_LOG_END@json.output@@@", | 1189 "@@@STEP_LOG_END@json.output@@@", |
1170 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1190 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
1171 ] | 1191 ] |
1172 }, | 1192 }, |
1173 { | 1193 { |
1174 "cmd": [ | 1194 "cmd": [ |
1175 "python", | 1195 "python", |
1176 "-u", | 1196 "-u", |
1177 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1197 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1178 "trigger", | 1198 "trigger", |
1179 "--swarming", | 1199 "--swarming", |
1180 "https://chromium-swarm.appspot.com", | 1200 "https://chromium-swarm.appspot.com", |
1181 "--isolate-server", | 1201 "--isolate-server", |
1182 "https://isolateserver.appspot.com", | 1202 "https://isolateserver.appspot.com", |
1183 "--priority", | 1203 "--priority", |
1184 "30", | 1204 "30", |
1185 "--shards", | 1205 "--shards", |
1186 "1", | 1206 "1", |
1187 "--task-name", | 1207 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1226 "purpose:pre-commit", | 1246 "purpose:pre-commit", |
1227 "--tag", | 1247 "--tag", |
1228 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1248 "rietveld:https://fake.rietveld.url/666666/#ps1", |
1229 "--tag", | 1249 "--tag", |
1230 "slavename:slavename", | 1250 "slavename:slavename", |
1231 "--tag", | 1251 "--tag", |
1232 "stepname:video_engine_tests on Windows", | 1252 "stepname:video_engine_tests on Windows", |
1233 "--idempotent", | 1253 "--idempotent", |
1234 "[dummy hash for video_engine_tests]" | 1254 "[dummy hash for video_engine_tests]" |
1235 ], | 1255 ], |
| 1256 "cwd": "[SLAVE_BUILD]", |
1236 "name": "[trigger] video_engine_tests on Windows", | 1257 "name": "[trigger] video_engine_tests on Windows", |
1237 "~followup_annotations": [ | 1258 "~followup_annotations": [ |
1238 "@@@STEP_LOG_LINE@json.output@{@@@", | 1259 "@@@STEP_LOG_LINE@json.output@{@@@", |
1239 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/W
indows/[dummy has/win_swarming/1337\", @@@", | 1260 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"video_engine_tests/W
indows/[dummy has/win_swarming/1337\", @@@", |
1240 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1261 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1241 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Windows/[dummy has/
win_swarming/1337\": {@@@", | 1262 "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests/Windows/[dummy has/
win_swarming/1337\": {@@@", |
1242 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1263 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1243 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1264 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1244 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1265 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1245 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1266 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1246 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1267 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1247 "@@@STEP_LOG_LINE@json.output@}@@@", | 1268 "@@@STEP_LOG_LINE@json.output@}@@@", |
1248 "@@@STEP_LOG_END@json.output@@@", | 1269 "@@@STEP_LOG_END@json.output@@@", |
1249 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1270 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
1250 ] | 1271 ] |
1251 }, | 1272 }, |
1252 { | 1273 { |
1253 "cmd": [ | 1274 "cmd": [ |
1254 "python", | 1275 "python", |
1255 "-u", | 1276 "-u", |
1256 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1277 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1257 "trigger", | 1278 "trigger", |
1258 "--swarming", | 1279 "--swarming", |
1259 "https://chromium-swarm.appspot.com", | 1280 "https://chromium-swarm.appspot.com", |
1260 "--isolate-server", | 1281 "--isolate-server", |
1261 "https://isolateserver.appspot.com", | 1282 "https://isolateserver.appspot.com", |
1262 "--priority", | 1283 "--priority", |
1263 "30", | 1284 "30", |
1264 "--shards", | 1285 "--shards", |
1265 "1", | 1286 "1", |
1266 "--task-name", | 1287 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1305 "purpose:pre-commit", | 1326 "purpose:pre-commit", |
1306 "--tag", | 1327 "--tag", |
1307 "rietveld:https://fake.rietveld.url/666666/#ps1", | 1328 "rietveld:https://fake.rietveld.url/666666/#ps1", |
1308 "--tag", | 1329 "--tag", |
1309 "slavename:slavename", | 1330 "slavename:slavename", |
1310 "--tag", | 1331 "--tag", |
1311 "stepname:voice_engine_unittests on Windows", | 1332 "stepname:voice_engine_unittests on Windows", |
1312 "--idempotent", | 1333 "--idempotent", |
1313 "[dummy hash for voice_engine_unittests]" | 1334 "[dummy hash for voice_engine_unittests]" |
1314 ], | 1335 ], |
| 1336 "cwd": "[SLAVE_BUILD]", |
1315 "name": "[trigger] voice_engine_unittests on Windows", | 1337 "name": "[trigger] voice_engine_unittests on Windows", |
1316 "~followup_annotations": [ | 1338 "~followup_annotations": [ |
1317 "@@@STEP_LOG_LINE@json.output@{@@@", | 1339 "@@@STEP_LOG_LINE@json.output@{@@@", |
1318 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", | 1340 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"voice_engine_unittes
ts/Windows/[dummy has/win_swarming/1337\", @@@", |
1319 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1341 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1320 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", | 1342 "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests/Windows/[dummy
has/win_swarming/1337\": {@@@", |
1321 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1343 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1322 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1344 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1323 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1345 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1324 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1346 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
1342 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"win_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 1364 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"win_swarming\", \"buildn
umber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchs
et\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\
": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", |
1343 "--annotate=gtest", | 1365 "--annotate=gtest", |
1344 "--test-type=webrtc_nonparallel_tests", | 1366 "--test-type=webrtc_nonparallel_tests", |
1345 "--step-name=webrtc_nonparallel_tests", | 1367 "--step-name=webrtc_nonparallel_tests", |
1346 "--builder-name=win_swarming", | 1368 "--builder-name=win_swarming", |
1347 "--slave-name=slavename", | 1369 "--slave-name=slavename", |
1348 "--build-number=1337", | 1370 "--build-number=1337", |
1349 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 1371 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
1350 "webrtc_nonparallel_tests.exe" | 1372 "webrtc_nonparallel_tests.exe" |
1351 ], | 1373 ], |
| 1374 "cwd": "[SLAVE_BUILD]", |
1352 "name": "webrtc_nonparallel_tests" | 1375 "name": "webrtc_nonparallel_tests" |
1353 }, | 1376 }, |
1354 { | 1377 { |
1355 "cmd": [ | 1378 "cmd": [ |
1356 "python", | 1379 "python", |
1357 "-u", | 1380 "-u", |
1358 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1381 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1359 "collect", | 1382 "collect", |
1360 "--swarming", | 1383 "--swarming", |
1361 "https://chromium-swarm.appspot.com", | 1384 "https://chromium-swarm.appspot.com", |
1362 "--decorate", | 1385 "--decorate", |
1363 "--print-status-updates", | 1386 "--print-status-updates", |
1364 "--shards", | 1387 "--shards", |
1365 "1", | 1388 "1", |
1366 "audio_decoder_unittests/Windows/[dummy has/win_swarming/1337", | 1389 "audio_decoder_unittests/Windows/[dummy has/win_swarming/1337", |
1367 "--task-summary-json", | 1390 "--task-summary-json", |
1368 "/path/to/tmp/json" | 1391 "/path/to/tmp/json" |
1369 ], | 1392 ], |
| 1393 "cwd": "[SLAVE_BUILD]", |
1370 "name": "audio_decoder_unittests on Windows", | 1394 "name": "audio_decoder_unittests on Windows", |
1371 "~followup_annotations": [ | 1395 "~followup_annotations": [ |
1372 "@@@STEP_TEXT@swarming pending 71s@@@", | 1396 "@@@STEP_TEXT@swarming pending 71s@@@", |
1373 "@@@STEP_LOG_LINE@json.output@{@@@", | 1397 "@@@STEP_LOG_LINE@json.output@{@@@", |
1374 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1398 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1375 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1399 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1376 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1400 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1377 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1401 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1378 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1402 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1379 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1403 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1408 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1432 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1409 "@@@STEP_LOG_LINE@json.output@}@@@", | 1433 "@@@STEP_LOG_LINE@json.output@}@@@", |
1410 "@@@STEP_LOG_END@json.output@@@", | 1434 "@@@STEP_LOG_END@json.output@@@", |
1411 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1435 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1412 ] | 1436 ] |
1413 }, | 1437 }, |
1414 { | 1438 { |
1415 "cmd": [ | 1439 "cmd": [ |
1416 "python", | 1440 "python", |
1417 "-u", | 1441 "-u", |
1418 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1442 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1419 "collect", | 1443 "collect", |
1420 "--swarming", | 1444 "--swarming", |
1421 "https://chromium-swarm.appspot.com", | 1445 "https://chromium-swarm.appspot.com", |
1422 "--decorate", | 1446 "--decorate", |
1423 "--print-status-updates", | 1447 "--print-status-updates", |
1424 "--shards", | 1448 "--shards", |
1425 "1", | 1449 "1", |
1426 "common_audio_unittests/Windows/[dummy has/win_swarming/1337", | 1450 "common_audio_unittests/Windows/[dummy has/win_swarming/1337", |
1427 "--task-summary-json", | 1451 "--task-summary-json", |
1428 "/path/to/tmp/json" | 1452 "/path/to/tmp/json" |
1429 ], | 1453 ], |
| 1454 "cwd": "[SLAVE_BUILD]", |
1430 "name": "common_audio_unittests on Windows", | 1455 "name": "common_audio_unittests on Windows", |
1431 "~followup_annotations": [ | 1456 "~followup_annotations": [ |
1432 "@@@STEP_TEXT@swarming pending 71s@@@", | 1457 "@@@STEP_TEXT@swarming pending 71s@@@", |
1433 "@@@STEP_LOG_LINE@json.output@{@@@", | 1458 "@@@STEP_LOG_LINE@json.output@{@@@", |
1434 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1459 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1435 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1460 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1436 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1461 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1437 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1462 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1438 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1463 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1439 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1464 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1468 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1493 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1469 "@@@STEP_LOG_LINE@json.output@}@@@", | 1494 "@@@STEP_LOG_LINE@json.output@}@@@", |
1470 "@@@STEP_LOG_END@json.output@@@", | 1495 "@@@STEP_LOG_END@json.output@@@", |
1471 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1496 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1472 ] | 1497 ] |
1473 }, | 1498 }, |
1474 { | 1499 { |
1475 "cmd": [ | 1500 "cmd": [ |
1476 "python", | 1501 "python", |
1477 "-u", | 1502 "-u", |
1478 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1503 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1479 "collect", | 1504 "collect", |
1480 "--swarming", | 1505 "--swarming", |
1481 "https://chromium-swarm.appspot.com", | 1506 "https://chromium-swarm.appspot.com", |
1482 "--decorate", | 1507 "--decorate", |
1483 "--print-status-updates", | 1508 "--print-status-updates", |
1484 "--shards", | 1509 "--shards", |
1485 "1", | 1510 "1", |
1486 "common_video_unittests/Windows/[dummy has/win_swarming/1337", | 1511 "common_video_unittests/Windows/[dummy has/win_swarming/1337", |
1487 "--task-summary-json", | 1512 "--task-summary-json", |
1488 "/path/to/tmp/json" | 1513 "/path/to/tmp/json" |
1489 ], | 1514 ], |
| 1515 "cwd": "[SLAVE_BUILD]", |
1490 "name": "common_video_unittests on Windows", | 1516 "name": "common_video_unittests on Windows", |
1491 "~followup_annotations": [ | 1517 "~followup_annotations": [ |
1492 "@@@STEP_TEXT@swarming pending 71s@@@", | 1518 "@@@STEP_TEXT@swarming pending 71s@@@", |
1493 "@@@STEP_LOG_LINE@json.output@{@@@", | 1519 "@@@STEP_LOG_LINE@json.output@{@@@", |
1494 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1520 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1495 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1521 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1496 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1522 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1497 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1523 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1498 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1524 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1499 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1525 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1528 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1554 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1529 "@@@STEP_LOG_LINE@json.output@}@@@", | 1555 "@@@STEP_LOG_LINE@json.output@}@@@", |
1530 "@@@STEP_LOG_END@json.output@@@", | 1556 "@@@STEP_LOG_END@json.output@@@", |
1531 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1557 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1532 ] | 1558 ] |
1533 }, | 1559 }, |
1534 { | 1560 { |
1535 "cmd": [ | 1561 "cmd": [ |
1536 "python", | 1562 "python", |
1537 "-u", | 1563 "-u", |
1538 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1564 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1539 "collect", | 1565 "collect", |
1540 "--swarming", | 1566 "--swarming", |
1541 "https://chromium-swarm.appspot.com", | 1567 "https://chromium-swarm.appspot.com", |
1542 "--decorate", | 1568 "--decorate", |
1543 "--print-status-updates", | 1569 "--print-status-updates", |
1544 "--shards", | 1570 "--shards", |
1545 "1", | 1571 "1", |
1546 "modules_tests/Windows/[dummy has/win_swarming/1337", | 1572 "modules_tests/Windows/[dummy has/win_swarming/1337", |
1547 "--task-summary-json", | 1573 "--task-summary-json", |
1548 "/path/to/tmp/json" | 1574 "/path/to/tmp/json" |
1549 ], | 1575 ], |
| 1576 "cwd": "[SLAVE_BUILD]", |
1550 "name": "modules_tests on Windows", | 1577 "name": "modules_tests on Windows", |
1551 "~followup_annotations": [ | 1578 "~followup_annotations": [ |
1552 "@@@STEP_TEXT@swarming pending 71s@@@", | 1579 "@@@STEP_TEXT@swarming pending 71s@@@", |
1553 "@@@STEP_LOG_LINE@json.output@{@@@", | 1580 "@@@STEP_LOG_LINE@json.output@{@@@", |
1554 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1581 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1555 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1582 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1556 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1583 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1557 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1584 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1558 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1585 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1559 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1586 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1588 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1615 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1589 "@@@STEP_LOG_LINE@json.output@}@@@", | 1616 "@@@STEP_LOG_LINE@json.output@}@@@", |
1590 "@@@STEP_LOG_END@json.output@@@", | 1617 "@@@STEP_LOG_END@json.output@@@", |
1591 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1618 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1592 ] | 1619 ] |
1593 }, | 1620 }, |
1594 { | 1621 { |
1595 "cmd": [ | 1622 "cmd": [ |
1596 "python", | 1623 "python", |
1597 "-u", | 1624 "-u", |
1598 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1625 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1599 "collect", | 1626 "collect", |
1600 "--swarming", | 1627 "--swarming", |
1601 "https://chromium-swarm.appspot.com", | 1628 "https://chromium-swarm.appspot.com", |
1602 "--decorate", | 1629 "--decorate", |
1603 "--print-status-updates", | 1630 "--print-status-updates", |
1604 "--shards", | 1631 "--shards", |
1605 "1", | 1632 "1", |
1606 "modules_unittests/Windows/[dummy has/win_swarming/1337", | 1633 "modules_unittests/Windows/[dummy has/win_swarming/1337", |
1607 "--task-summary-json", | 1634 "--task-summary-json", |
1608 "/path/to/tmp/json" | 1635 "/path/to/tmp/json" |
1609 ], | 1636 ], |
| 1637 "cwd": "[SLAVE_BUILD]", |
1610 "name": "modules_unittests on Windows", | 1638 "name": "modules_unittests on Windows", |
1611 "~followup_annotations": [ | 1639 "~followup_annotations": [ |
1612 "@@@STEP_TEXT@swarming pending 71s@@@", | 1640 "@@@STEP_TEXT@swarming pending 71s@@@", |
1613 "@@@STEP_LOG_LINE@json.output@{@@@", | 1641 "@@@STEP_LOG_LINE@json.output@{@@@", |
1614 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1642 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1615 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1643 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1616 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1644 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1617 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1645 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1618 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1646 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1619 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1647 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1648 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1676 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1649 "@@@STEP_LOG_LINE@json.output@}@@@", | 1677 "@@@STEP_LOG_LINE@json.output@}@@@", |
1650 "@@@STEP_LOG_END@json.output@@@", | 1678 "@@@STEP_LOG_END@json.output@@@", |
1651 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1679 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1652 ] | 1680 ] |
1653 }, | 1681 }, |
1654 { | 1682 { |
1655 "cmd": [ | 1683 "cmd": [ |
1656 "python", | 1684 "python", |
1657 "-u", | 1685 "-u", |
1658 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1686 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1659 "collect", | 1687 "collect", |
1660 "--swarming", | 1688 "--swarming", |
1661 "https://chromium-swarm.appspot.com", | 1689 "https://chromium-swarm.appspot.com", |
1662 "--decorate", | 1690 "--decorate", |
1663 "--print-status-updates", | 1691 "--print-status-updates", |
1664 "--shards", | 1692 "--shards", |
1665 "1", | 1693 "1", |
1666 "peerconnection_unittests/Windows/[dummy has/win_swarming/1337", | 1694 "peerconnection_unittests/Windows/[dummy has/win_swarming/1337", |
1667 "--task-summary-json", | 1695 "--task-summary-json", |
1668 "/path/to/tmp/json" | 1696 "/path/to/tmp/json" |
1669 ], | 1697 ], |
| 1698 "cwd": "[SLAVE_BUILD]", |
1670 "name": "peerconnection_unittests on Windows", | 1699 "name": "peerconnection_unittests on Windows", |
1671 "~followup_annotations": [ | 1700 "~followup_annotations": [ |
1672 "@@@STEP_TEXT@swarming pending 71s@@@", | 1701 "@@@STEP_TEXT@swarming pending 71s@@@", |
1673 "@@@STEP_LOG_LINE@json.output@{@@@", | 1702 "@@@STEP_LOG_LINE@json.output@{@@@", |
1674 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1703 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1675 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1704 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1676 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1705 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1677 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1706 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1678 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1707 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1679 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1708 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1708 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1737 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1709 "@@@STEP_LOG_LINE@json.output@}@@@", | 1738 "@@@STEP_LOG_LINE@json.output@}@@@", |
1710 "@@@STEP_LOG_END@json.output@@@", | 1739 "@@@STEP_LOG_END@json.output@@@", |
1711 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1740 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1712 ] | 1741 ] |
1713 }, | 1742 }, |
1714 { | 1743 { |
1715 "cmd": [ | 1744 "cmd": [ |
1716 "python", | 1745 "python", |
1717 "-u", | 1746 "-u", |
1718 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1747 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1719 "collect", | 1748 "collect", |
1720 "--swarming", | 1749 "--swarming", |
1721 "https://chromium-swarm.appspot.com", | 1750 "https://chromium-swarm.appspot.com", |
1722 "--decorate", | 1751 "--decorate", |
1723 "--print-status-updates", | 1752 "--print-status-updates", |
1724 "--shards", | 1753 "--shards", |
1725 "1", | 1754 "1", |
1726 "rtc_media_unittests/Windows/[dummy has/win_swarming/1337", | 1755 "rtc_media_unittests/Windows/[dummy has/win_swarming/1337", |
1727 "--task-summary-json", | 1756 "--task-summary-json", |
1728 "/path/to/tmp/json" | 1757 "/path/to/tmp/json" |
1729 ], | 1758 ], |
| 1759 "cwd": "[SLAVE_BUILD]", |
1730 "name": "rtc_media_unittests on Windows", | 1760 "name": "rtc_media_unittests on Windows", |
1731 "~followup_annotations": [ | 1761 "~followup_annotations": [ |
1732 "@@@STEP_TEXT@swarming pending 71s@@@", | 1762 "@@@STEP_TEXT@swarming pending 71s@@@", |
1733 "@@@STEP_LOG_LINE@json.output@{@@@", | 1763 "@@@STEP_LOG_LINE@json.output@{@@@", |
1734 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1764 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1735 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1765 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1736 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1766 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1737 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1767 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1738 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1768 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1739 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1769 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1768 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1798 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1769 "@@@STEP_LOG_LINE@json.output@}@@@", | 1799 "@@@STEP_LOG_LINE@json.output@}@@@", |
1770 "@@@STEP_LOG_END@json.output@@@", | 1800 "@@@STEP_LOG_END@json.output@@@", |
1771 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1801 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1772 ] | 1802 ] |
1773 }, | 1803 }, |
1774 { | 1804 { |
1775 "cmd": [ | 1805 "cmd": [ |
1776 "python", | 1806 "python", |
1777 "-u", | 1807 "-u", |
1778 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1808 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1779 "collect", | 1809 "collect", |
1780 "--swarming", | 1810 "--swarming", |
1781 "https://chromium-swarm.appspot.com", | 1811 "https://chromium-swarm.appspot.com", |
1782 "--decorate", | 1812 "--decorate", |
1783 "--print-status-updates", | 1813 "--print-status-updates", |
1784 "--shards", | 1814 "--shards", |
1785 "1", | 1815 "1", |
1786 "rtc_pc_unittests/Windows/[dummy has/win_swarming/1337", | 1816 "rtc_pc_unittests/Windows/[dummy has/win_swarming/1337", |
1787 "--task-summary-json", | 1817 "--task-summary-json", |
1788 "/path/to/tmp/json" | 1818 "/path/to/tmp/json" |
1789 ], | 1819 ], |
| 1820 "cwd": "[SLAVE_BUILD]", |
1790 "name": "rtc_pc_unittests on Windows", | 1821 "name": "rtc_pc_unittests on Windows", |
1791 "~followup_annotations": [ | 1822 "~followup_annotations": [ |
1792 "@@@STEP_TEXT@swarming pending 71s@@@", | 1823 "@@@STEP_TEXT@swarming pending 71s@@@", |
1793 "@@@STEP_LOG_LINE@json.output@{@@@", | 1824 "@@@STEP_LOG_LINE@json.output@{@@@", |
1794 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1825 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1795 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1826 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1796 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1827 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1797 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1828 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1798 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1829 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1799 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1830 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1828 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1859 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1829 "@@@STEP_LOG_LINE@json.output@}@@@", | 1860 "@@@STEP_LOG_LINE@json.output@}@@@", |
1830 "@@@STEP_LOG_END@json.output@@@", | 1861 "@@@STEP_LOG_END@json.output@@@", |
1831 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1862 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1832 ] | 1863 ] |
1833 }, | 1864 }, |
1834 { | 1865 { |
1835 "cmd": [ | 1866 "cmd": [ |
1836 "python", | 1867 "python", |
1837 "-u", | 1868 "-u", |
1838 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1869 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1839 "collect", | 1870 "collect", |
1840 "--swarming", | 1871 "--swarming", |
1841 "https://chromium-swarm.appspot.com", | 1872 "https://chromium-swarm.appspot.com", |
1842 "--decorate", | 1873 "--decorate", |
1843 "--print-status-updates", | 1874 "--print-status-updates", |
1844 "--shards", | 1875 "--shards", |
1845 "1", | 1876 "1", |
1846 "rtc_unittests/Windows/[dummy has/win_swarming/1337", | 1877 "rtc_unittests/Windows/[dummy has/win_swarming/1337", |
1847 "--task-summary-json", | 1878 "--task-summary-json", |
1848 "/path/to/tmp/json" | 1879 "/path/to/tmp/json" |
1849 ], | 1880 ], |
| 1881 "cwd": "[SLAVE_BUILD]", |
1850 "name": "rtc_unittests on Windows", | 1882 "name": "rtc_unittests on Windows", |
1851 "~followup_annotations": [ | 1883 "~followup_annotations": [ |
1852 "@@@STEP_TEXT@swarming pending 71s@@@", | 1884 "@@@STEP_TEXT@swarming pending 71s@@@", |
1853 "@@@STEP_LOG_LINE@json.output@{@@@", | 1885 "@@@STEP_LOG_LINE@json.output@{@@@", |
1854 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1886 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1855 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1887 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1856 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1888 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1857 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1889 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1858 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1890 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1859 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1891 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1888 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1920 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1889 "@@@STEP_LOG_LINE@json.output@}@@@", | 1921 "@@@STEP_LOG_LINE@json.output@}@@@", |
1890 "@@@STEP_LOG_END@json.output@@@", | 1922 "@@@STEP_LOG_END@json.output@@@", |
1891 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1923 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1892 ] | 1924 ] |
1893 }, | 1925 }, |
1894 { | 1926 { |
1895 "cmd": [ | 1927 "cmd": [ |
1896 "python", | 1928 "python", |
1897 "-u", | 1929 "-u", |
1898 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1930 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1899 "collect", | 1931 "collect", |
1900 "--swarming", | 1932 "--swarming", |
1901 "https://chromium-swarm.appspot.com", | 1933 "https://chromium-swarm.appspot.com", |
1902 "--decorate", | 1934 "--decorate", |
1903 "--print-status-updates", | 1935 "--print-status-updates", |
1904 "--shards", | 1936 "--shards", |
1905 "1", | 1937 "1", |
1906 "system_wrappers_unittests/Windows/[dummy has/win_swarming/1337", | 1938 "system_wrappers_unittests/Windows/[dummy has/win_swarming/1337", |
1907 "--task-summary-json", | 1939 "--task-summary-json", |
1908 "/path/to/tmp/json" | 1940 "/path/to/tmp/json" |
1909 ], | 1941 ], |
| 1942 "cwd": "[SLAVE_BUILD]", |
1910 "name": "system_wrappers_unittests on Windows", | 1943 "name": "system_wrappers_unittests on Windows", |
1911 "~followup_annotations": [ | 1944 "~followup_annotations": [ |
1912 "@@@STEP_TEXT@swarming pending 71s@@@", | 1945 "@@@STEP_TEXT@swarming pending 71s@@@", |
1913 "@@@STEP_LOG_LINE@json.output@{@@@", | 1946 "@@@STEP_LOG_LINE@json.output@{@@@", |
1914 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1947 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1915 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1948 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1916 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1949 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1917 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1950 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1918 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1951 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1919 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1952 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
1948 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 1981 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
1949 "@@@STEP_LOG_LINE@json.output@}@@@", | 1982 "@@@STEP_LOG_LINE@json.output@}@@@", |
1950 "@@@STEP_LOG_END@json.output@@@", | 1983 "@@@STEP_LOG_END@json.output@@@", |
1951 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1984 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1952 ] | 1985 ] |
1953 }, | 1986 }, |
1954 { | 1987 { |
1955 "cmd": [ | 1988 "cmd": [ |
1956 "python", | 1989 "python", |
1957 "-u", | 1990 "-u", |
1958 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 1991 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
1959 "collect", | 1992 "collect", |
1960 "--swarming", | 1993 "--swarming", |
1961 "https://chromium-swarm.appspot.com", | 1994 "https://chromium-swarm.appspot.com", |
1962 "--decorate", | 1995 "--decorate", |
1963 "--print-status-updates", | 1996 "--print-status-updates", |
1964 "--shards", | 1997 "--shards", |
1965 "1", | 1998 "1", |
1966 "test_support_unittests/Windows/[dummy has/win_swarming/1337", | 1999 "test_support_unittests/Windows/[dummy has/win_swarming/1337", |
1967 "--task-summary-json", | 2000 "--task-summary-json", |
1968 "/path/to/tmp/json" | 2001 "/path/to/tmp/json" |
1969 ], | 2002 ], |
| 2003 "cwd": "[SLAVE_BUILD]", |
1970 "name": "test_support_unittests on Windows", | 2004 "name": "test_support_unittests on Windows", |
1971 "~followup_annotations": [ | 2005 "~followup_annotations": [ |
1972 "@@@STEP_TEXT@swarming pending 71s@@@", | 2006 "@@@STEP_TEXT@swarming pending 71s@@@", |
1973 "@@@STEP_LOG_LINE@json.output@{@@@", | 2007 "@@@STEP_LOG_LINE@json.output@{@@@", |
1974 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2008 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1975 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2009 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1976 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2010 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1977 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2011 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1978 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2012 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1979 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2013 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
2008 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2042 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
2009 "@@@STEP_LOG_LINE@json.output@}@@@", | 2043 "@@@STEP_LOG_LINE@json.output@}@@@", |
2010 "@@@STEP_LOG_END@json.output@@@", | 2044 "@@@STEP_LOG_END@json.output@@@", |
2011 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2045 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2012 ] | 2046 ] |
2013 }, | 2047 }, |
2014 { | 2048 { |
2015 "cmd": [ | 2049 "cmd": [ |
2016 "python", | 2050 "python", |
2017 "-u", | 2051 "-u", |
2018 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 2052 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
2019 "collect", | 2053 "collect", |
2020 "--swarming", | 2054 "--swarming", |
2021 "https://chromium-swarm.appspot.com", | 2055 "https://chromium-swarm.appspot.com", |
2022 "--decorate", | 2056 "--decorate", |
2023 "--print-status-updates", | 2057 "--print-status-updates", |
2024 "--shards", | 2058 "--shards", |
2025 "1", | 2059 "1", |
2026 "tools_unittests/Windows/[dummy has/win_swarming/1337", | 2060 "tools_unittests/Windows/[dummy has/win_swarming/1337", |
2027 "--task-summary-json", | 2061 "--task-summary-json", |
2028 "/path/to/tmp/json" | 2062 "/path/to/tmp/json" |
2029 ], | 2063 ], |
| 2064 "cwd": "[SLAVE_BUILD]", |
2030 "name": "tools_unittests on Windows", | 2065 "name": "tools_unittests on Windows", |
2031 "~followup_annotations": [ | 2066 "~followup_annotations": [ |
2032 "@@@STEP_TEXT@swarming pending 71s@@@", | 2067 "@@@STEP_TEXT@swarming pending 71s@@@", |
2033 "@@@STEP_LOG_LINE@json.output@{@@@", | 2068 "@@@STEP_LOG_LINE@json.output@{@@@", |
2034 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2069 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
2035 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2070 "@@@STEP_LOG_LINE@json.output@ {@@@", |
2036 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2071 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
2037 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2072 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
2038 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2073 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
2039 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2074 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
2068 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2103 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
2069 "@@@STEP_LOG_LINE@json.output@}@@@", | 2104 "@@@STEP_LOG_LINE@json.output@}@@@", |
2070 "@@@STEP_LOG_END@json.output@@@", | 2105 "@@@STEP_LOG_END@json.output@@@", |
2071 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2106 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2072 ] | 2107 ] |
2073 }, | 2108 }, |
2074 { | 2109 { |
2075 "cmd": [ | 2110 "cmd": [ |
2076 "python", | 2111 "python", |
2077 "-u", | 2112 "-u", |
2078 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 2113 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
2079 "collect", | 2114 "collect", |
2080 "--swarming", | 2115 "--swarming", |
2081 "https://chromium-swarm.appspot.com", | 2116 "https://chromium-swarm.appspot.com", |
2082 "--decorate", | 2117 "--decorate", |
2083 "--print-status-updates", | 2118 "--print-status-updates", |
2084 "--shards", | 2119 "--shards", |
2085 "1", | 2120 "1", |
2086 "video_engine_tests/Windows/[dummy has/win_swarming/1337", | 2121 "video_engine_tests/Windows/[dummy has/win_swarming/1337", |
2087 "--task-summary-json", | 2122 "--task-summary-json", |
2088 "/path/to/tmp/json" | 2123 "/path/to/tmp/json" |
2089 ], | 2124 ], |
| 2125 "cwd": "[SLAVE_BUILD]", |
2090 "name": "video_engine_tests on Windows", | 2126 "name": "video_engine_tests on Windows", |
2091 "~followup_annotations": [ | 2127 "~followup_annotations": [ |
2092 "@@@STEP_TEXT@swarming pending 71s@@@", | 2128 "@@@STEP_TEXT@swarming pending 71s@@@", |
2093 "@@@STEP_LOG_LINE@json.output@{@@@", | 2129 "@@@STEP_LOG_LINE@json.output@{@@@", |
2094 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2130 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
2095 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2131 "@@@STEP_LOG_LINE@json.output@ {@@@", |
2096 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2132 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
2097 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2133 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
2098 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2134 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
2099 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2135 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 28 matching lines...) Expand all Loading... |
2128 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 2164 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
2129 "@@@STEP_LOG_LINE@json.output@}@@@", | 2165 "@@@STEP_LOG_LINE@json.output@}@@@", |
2130 "@@@STEP_LOG_END@json.output@@@", | 2166 "@@@STEP_LOG_END@json.output@@@", |
2131 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2167 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2132 ] | 2168 ] |
2133 }, | 2169 }, |
2134 { | 2170 { |
2135 "cmd": [ | 2171 "cmd": [ |
2136 "python", | 2172 "python", |
2137 "-u", | 2173 "-u", |
2138 "[CWD]\\src\\tools\\swarming_client\\swarming.py", | 2174 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
2139 "collect", | 2175 "collect", |
2140 "--swarming", | 2176 "--swarming", |
2141 "https://chromium-swarm.appspot.com", | 2177 "https://chromium-swarm.appspot.com", |
2142 "--decorate", | 2178 "--decorate", |
2143 "--print-status-updates", | 2179 "--print-status-updates", |
2144 "--shards", | 2180 "--shards", |
2145 "1", | 2181 "1", |
2146 "voice_engine_unittests/Windows/[dummy has/win_swarming/1337", | 2182 "voice_engine_unittests/Windows/[dummy has/win_swarming/1337", |
2147 "--task-summary-json", | 2183 "--task-summary-json", |
2148 "/path/to/tmp/json" | 2184 "/path/to/tmp/json" |
2149 ], | 2185 ], |
| 2186 "cwd": "[SLAVE_BUILD]", |
2150 "name": "voice_engine_unittests on Windows", | 2187 "name": "voice_engine_unittests on Windows", |
2151 "~followup_annotations": [ | 2188 "~followup_annotations": [ |
2152 "@@@STEP_TEXT@swarming pending 71s@@@", | 2189 "@@@STEP_TEXT@swarming pending 71s@@@", |
2153 "@@@STEP_LOG_LINE@json.output@{@@@", | 2190 "@@@STEP_LOG_LINE@json.output@{@@@", |
2154 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 2191 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
2155 "@@@STEP_LOG_LINE@json.output@ {@@@", | 2192 "@@@STEP_LOG_LINE@json.output@ {@@@", |
2156 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 2193 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
2157 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 2194 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
2158 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 2195 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
2159 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 2196 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
2190 "@@@STEP_LOG_END@json.output@@@", | 2227 "@@@STEP_LOG_END@json.output@@@", |
2191 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2228 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2192 ] | 2229 ] |
2193 }, | 2230 }, |
2194 { | 2231 { |
2195 "name": "$result", | 2232 "name": "$result", |
2196 "recipe_result": null, | 2233 "recipe_result": null, |
2197 "status_code": 0 | 2234 "status_code": 0 |
2198 } | 2235 } |
2199 ] | 2236 ] |
OLD | NEW |