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 "chromium.perf.fyi", | 8 "chromium.perf.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux CT Top1k RR Perf", | 10 "Linux CT Top1k RR Perf", |
11 "--slave", | 11 "--slave", |
12 "slave50-c1", | 12 "slave50-c1", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
98 ] | 97 ] |
99 }, | 98 }, |
100 { | 99 { |
101 "cmd": [ | 100 "cmd": [ |
102 "python", | 101 "python", |
103 "-u", | 102 "-u", |
104 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 103 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
105 "--path", | 104 "--path", |
106 "[SLAVE_BUILD]/swarming.client", | 105 "[CWD]/swarming.client", |
107 "--url", | 106 "--url", |
108 "https://chromium.googlesource.com/external/swarming.client.git" | 107 "https://chromium.googlesource.com/external/swarming.client.git" |
109 ], | 108 ], |
110 "cwd": "[SLAVE_BUILD]", | |
111 "name": "git setup (swarming_client)" | 109 "name": "git setup (swarming_client)" |
112 }, | 110 }, |
113 { | 111 { |
114 "cmd": [ | 112 "cmd": [ |
115 "git", | 113 "git", |
116 "retry", | 114 "retry", |
117 "fetch", | 115 "fetch", |
118 "origin", | 116 "origin", |
119 "12345" | 117 "12345" |
120 ], | 118 ], |
121 "cwd": "[SLAVE_BUILD]/swarming.client", | 119 "cwd": "[CWD]/swarming.client", |
122 "name": "git fetch (swarming_client)" | 120 "name": "git fetch (swarming_client)" |
123 }, | 121 }, |
124 { | 122 { |
125 "cmd": [ | 123 "cmd": [ |
126 "git", | 124 "git", |
127 "checkout", | 125 "checkout", |
128 "-f", | 126 "-f", |
129 "FETCH_HEAD" | 127 "FETCH_HEAD" |
130 ], | 128 ], |
131 "cwd": "[SLAVE_BUILD]/swarming.client", | 129 "cwd": "[CWD]/swarming.client", |
132 "name": "git checkout (swarming_client)" | 130 "name": "git checkout (swarming_client)" |
133 }, | 131 }, |
134 { | 132 { |
135 "cmd": [ | 133 "cmd": [ |
136 "git", | 134 "git", |
137 "rev-parse", | 135 "rev-parse", |
138 "HEAD" | 136 "HEAD" |
139 ], | 137 ], |
140 "cwd": "[SLAVE_BUILD]/swarming.client", | 138 "cwd": "[CWD]/swarming.client", |
141 "name": "read revision", | 139 "name": "read revision", |
142 "stdout": "/path/to/tmp/", | 140 "stdout": "/path/to/tmp/", |
143 "~followup_annotations": [ | 141 "~followup_annotations": [ |
144 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 142 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
145 ] | 143 ] |
146 }, | 144 }, |
147 { | 145 { |
148 "cmd": [ | 146 "cmd": [ |
149 "git", | 147 "git", |
150 "clean", | 148 "clean", |
151 "-f", | 149 "-f", |
152 "-d", | 150 "-d", |
153 "-x" | 151 "-x" |
154 ], | 152 ], |
155 "cwd": "[SLAVE_BUILD]/swarming.client", | 153 "cwd": "[CWD]/swarming.client", |
156 "name": "git clean (swarming_client)" | 154 "name": "git clean (swarming_client)" |
157 }, | 155 }, |
158 { | 156 { |
159 "cmd": [ | 157 "cmd": [ |
160 "git", | 158 "git", |
161 "submodule", | 159 "submodule", |
162 "sync" | 160 "sync" |
163 ], | 161 ], |
164 "cwd": "[SLAVE_BUILD]/swarming.client", | 162 "cwd": "[CWD]/swarming.client", |
165 "name": "submodule sync (swarming_client)" | 163 "name": "submodule sync (swarming_client)" |
166 }, | 164 }, |
167 { | 165 { |
168 "cmd": [ | 166 "cmd": [ |
169 "git", | 167 "git", |
170 "submodule", | 168 "submodule", |
171 "update", | 169 "update", |
172 "--init", | 170 "--init", |
173 "--recursive" | 171 "--recursive" |
174 ], | 172 ], |
175 "cwd": "[SLAVE_BUILD]/swarming.client", | 173 "cwd": "[CWD]/swarming.client", |
176 "name": "submodule update (swarming_client)" | 174 "name": "submodule update (swarming_client)" |
177 }, | 175 }, |
178 { | 176 { |
179 "cmd": [ | 177 "cmd": [ |
180 "python", | 178 "python", |
181 "-u", | 179 "-u", |
182 "[SLAVE_BUILD]/swarming.client/swarming.py", | 180 "[CWD]/swarming.client/swarming.py", |
183 "--version" | 181 "--version" |
184 ], | 182 ], |
185 "cwd": "[SLAVE_BUILD]", | |
186 "name": "swarming.py --version", | 183 "name": "swarming.py --version", |
187 "stdout": "/path/to/tmp/", | 184 "stdout": "/path/to/tmp/", |
188 "~followup_annotations": [ | 185 "~followup_annotations": [ |
189 "@@@STEP_TEXT@0.4.10@@@" | 186 "@@@STEP_TEXT@0.4.10@@@" |
190 ] | 187 ] |
191 }, | 188 }, |
192 { | 189 { |
193 "cmd": [ | 190 "cmd": [ |
194 "download_from_google_storage", | 191 "download_from_google_storage", |
195 "--no_resume", | 192 "--no_resume", |
196 "--platform=linux*", | 193 "--platform=linux*", |
197 "--no_auth", | 194 "--no_auth", |
198 "--bucket", | 195 "--bucket", |
199 "chromium-luci", | 196 "chromium-luci", |
200 "-d", | 197 "-d", |
201 "[SLAVE_BUILD]/src/tools/luci-go/linux64" | 198 "[CWD]/src/tools/luci-go/linux64" |
202 ], | 199 ], |
203 "cwd": "[SLAVE_BUILD]", | |
204 "name": "download luci-go linux" | 200 "name": "download luci-go linux" |
205 }, | 201 }, |
206 { | 202 { |
207 "cmd": [ | 203 "cmd": [ |
208 "download_from_google_storage", | 204 "download_from_google_storage", |
209 "--no_resume", | 205 "--no_resume", |
210 "--platform=darwin", | 206 "--platform=darwin", |
211 "--no_auth", | 207 "--no_auth", |
212 "--bucket", | 208 "--bucket", |
213 "chromium-luci", | 209 "chromium-luci", |
214 "-d", | 210 "-d", |
215 "[SLAVE_BUILD]/src/tools/luci-go/mac64" | 211 "[CWD]/src/tools/luci-go/mac64" |
216 ], | 212 ], |
217 "cwd": "[SLAVE_BUILD]", | |
218 "name": "download luci-go mac" | 213 "name": "download luci-go mac" |
219 }, | 214 }, |
220 { | 215 { |
221 "cmd": [ | 216 "cmd": [ |
222 "download_from_google_storage", | 217 "download_from_google_storage", |
223 "--no_resume", | 218 "--no_resume", |
224 "--platform=win32", | 219 "--platform=win32", |
225 "--no_auth", | 220 "--no_auth", |
226 "--bucket", | 221 "--bucket", |
227 "chromium-luci", | 222 "chromium-luci", |
228 "-d", | 223 "-d", |
229 "[SLAVE_BUILD]/src/tools/luci-go/win64" | 224 "[CWD]/src/tools/luci-go/win64" |
230 ], | 225 ], |
231 "cwd": "[SLAVE_BUILD]", | |
232 "name": "download luci-go win" | 226 "name": "download luci-go win" |
233 }, | 227 }, |
234 { | 228 { |
235 "cmd": [ | 229 "cmd": [ |
236 "python", | 230 "python", |
237 "-u", | 231 "-u", |
238 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 232 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
239 "[SLAVE_BUILD]/luci-go" | 233 "[CWD]/luci-go" |
240 ], | 234 ], |
241 "cwd": "[SLAVE_BUILD]", | |
242 "name": "rmtree Go binary dir", | 235 "name": "rmtree Go binary dir", |
243 "~followup_annotations": [ | 236 "~followup_annotations": [ |
244 "@@@STEP_LOG_LINE@python.inline@@@@", | 237 "@@@STEP_LOG_LINE@python.inline@@@@", |
245 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 238 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
246 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 239 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
247 "@@@STEP_LOG_LINE@python.inline@@@@", | 240 "@@@STEP_LOG_LINE@python.inline@@@@", |
248 "@@@STEP_LOG_LINE@python.inline@@@@", | 241 "@@@STEP_LOG_LINE@python.inline@@@@", |
249 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 242 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
250 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 243 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
251 "@@@STEP_LOG_END@python.inline@@@" | 244 "@@@STEP_LOG_END@python.inline@@@" |
252 ] | 245 ] |
253 }, | 246 }, |
254 { | 247 { |
255 "cmd": [ | 248 "cmd": [ |
256 "python", | 249 "python", |
257 "-u", | 250 "-u", |
258 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 251 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
259 "[SLAVE_BUILD]/src/tools/luci-go", | 252 "[CWD]/src/tools/luci-go", |
260 "[SLAVE_BUILD]/luci-go", | 253 "[CWD]/luci-go", |
261 "0" | 254 "0" |
262 ], | 255 ], |
263 "cwd": "[SLAVE_BUILD]", | |
264 "name": "Copy Go binary" | 256 "name": "Copy Go binary" |
265 }, | 257 }, |
266 { | 258 { |
267 "cmd": [ | 259 "cmd": [ |
268 "python", | 260 "python", |
269 "-u", | 261 "-u", |
270 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
271 "--show-path", | 263 "--show-path", |
272 "python", | 264 "python", |
273 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", | 265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", |
274 "--target", | 266 "--target", |
275 "Release", | 267 "Release", |
276 "--build-archive-url", | 268 "--build-archive-url", |
277 "http:/dummy-url.com", | 269 "http:/dummy-url.com", |
278 "--master-name", | 270 "--master-name", |
279 "chromium.perf.fyi" | 271 "chromium.perf.fyi" |
280 ], | 272 ], |
281 "cwd": "[SLAVE_BUILD]", | |
282 "name": "Download and Extract Binary" | 273 "name": "Download and Extract Binary" |
283 }, | 274 }, |
284 { | 275 { |
285 "cmd": [ | 276 "cmd": [ |
286 "python", | 277 "python", |
287 "-u", | 278 "-u", |
288 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 279 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
289 "--", | 280 "--", |
290 "[DEPOT_TOOLS]/gsutil.py", | 281 "[ROOT]/b/depot_tools/gsutil.py", |
291 "----", | 282 "----", |
292 "cp", | 283 "cp", |
293 "gs://cluster-telemetry/swarming/binaries/run_chromium_perf_swarming", | 284 "gs://cluster-telemetry/swarming/binaries/run_chromium_perf_swarming", |
294 "[SLAVE_BUILD]/src/content/test/ct/run_chromium_perf_swarming" | 285 "[CWD]/src/content/test/ct/run_chromium_perf_swarming" |
295 ], | 286 ], |
296 "cwd": "[SLAVE_BUILD]", | |
297 "name": "gsutil download run_chromium_perf_swarming" | 287 "name": "gsutil download run_chromium_perf_swarming" |
298 }, | 288 }, |
299 { | 289 { |
300 "cmd": [ | 290 "cmd": [ |
301 "python", | 291 "python", |
302 "-u", | 292 "-u", |
303 "\nimport os\nimport stat\n\nos.chmod('[SLAVE_BUILD]/src/content/test/ct/r
un_chromium_perf_swarming', os.stat('[SLAVE_BUILD]/src/content/test/ct/run_chrom
ium_perf_swarming').st_mode | stat.S_IEXEC)\n" | 293 "\nimport os\nimport stat\n\nos.chmod('[CWD]/src/content/test/ct/run_chrom
ium_perf_swarming', os.stat('[CWD]/src/content/test/ct/run_chromium_perf_swarmin
g').st_mode | stat.S_IEXEC)\n" |
304 ], | 294 ], |
305 "cwd": "[SLAVE_BUILD]", | |
306 "name": "Set executable bit on run_chromium_perf_swarming", | 295 "name": "Set executable bit on run_chromium_perf_swarming", |
307 "~followup_annotations": [ | 296 "~followup_annotations": [ |
308 "@@@STEP_LOG_LINE@python.inline@@@@", | 297 "@@@STEP_LOG_LINE@python.inline@@@@", |
309 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 298 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
310 "@@@STEP_LOG_LINE@python.inline@import stat@@@", | 299 "@@@STEP_LOG_LINE@python.inline@import stat@@@", |
311 "@@@STEP_LOG_LINE@python.inline@@@@", | 300 "@@@STEP_LOG_LINE@python.inline@@@@", |
312 "@@@STEP_LOG_LINE@python.inline@os.chmod('[SLAVE_BUILD]/src/content/test/c
t/run_chromium_perf_swarming', os.stat('[SLAVE_BUILD]/src/content/test/ct/run_ch
romium_perf_swarming').st_mode | stat.S_IEXEC)@@@", | 301 "@@@STEP_LOG_LINE@python.inline@os.chmod('[CWD]/src/content/test/ct/run_ch
romium_perf_swarming', os.stat('[CWD]/src/content/test/ct/run_chromium_perf_swar
ming').st_mode | stat.S_IEXEC)@@@", |
313 "@@@STEP_LOG_END@python.inline@@@" | 302 "@@@STEP_LOG_END@python.inline@@@" |
314 ] | 303 ] |
315 }, | 304 }, |
316 { | 305 { |
317 "cmd": [ | 306 "cmd": [ |
318 "python", | 307 "python", |
319 "-u", | 308 "-u", |
320 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 309 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
321 "[SLAVE_BUILD]/swarming_temp_dir" | 310 "[CWD]/swarming_temp_dir" |
322 ], | 311 ], |
323 "cwd": "[SLAVE_BUILD]", | |
324 "name": "rmtree swarming temp dir", | 312 "name": "rmtree swarming temp dir", |
325 "~followup_annotations": [ | 313 "~followup_annotations": [ |
326 "@@@STEP_LOG_LINE@python.inline@@@@", | 314 "@@@STEP_LOG_LINE@python.inline@@@@", |
327 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 315 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
328 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 316 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
329 "@@@STEP_LOG_LINE@python.inline@@@@", | 317 "@@@STEP_LOG_LINE@python.inline@@@@", |
330 "@@@STEP_LOG_LINE@python.inline@@@@", | 318 "@@@STEP_LOG_LINE@python.inline@@@@", |
331 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 319 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
332 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 320 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
333 "@@@STEP_LOG_END@python.inline@@@" | 321 "@@@STEP_LOG_END@python.inline@@@" |
334 ] | 322 ] |
335 }, | 323 }, |
336 { | 324 { |
337 "cmd": [ | 325 "cmd": [ |
338 "python", | 326 "python", |
339 "-u", | 327 "-u", |
340 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 328 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
341 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets", | 329 "[CWD]/src/content/test/ct/slave1/page_sets", |
342 "511" | 330 "511" |
343 ], | 331 ], |
344 "cwd": "[SLAVE_BUILD]", | |
345 "name": "makedirs page_sets dir", | 332 "name": "makedirs page_sets dir", |
346 "~followup_annotations": [ | 333 "~followup_annotations": [ |
347 "@@@STEP_LOG_LINE@python.inline@@@@", | 334 "@@@STEP_LOG_LINE@python.inline@@@@", |
348 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 335 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
349 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 336 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
350 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 337 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
351 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 338 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
352 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 339 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
353 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 340 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
354 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 341 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
355 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 342 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
356 "@@@STEP_LOG_END@python.inline@@@" | 343 "@@@STEP_LOG_END@python.inline@@@" |
357 ] | 344 ] |
358 }, | 345 }, |
359 { | 346 { |
360 "cmd": [ | 347 "cmd": [ |
361 "python", | 348 "python", |
362 "-u", | 349 "-u", |
363 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 350 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
364 "--", | 351 "--", |
365 "[DEPOT_TOOLS]/gsutil.py", | 352 "[ROOT]/b/depot_tools/gsutil.py", |
366 "----", | 353 "----", |
367 "cp", | 354 "cp", |
368 "gs://cluster-telemetry/swarming/page_sets/1k/slave1/*", | 355 "gs://cluster-telemetry/swarming/page_sets/1k/slave1/*", |
369 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets" | 356 "[CWD]/src/content/test/ct/slave1/page_sets" |
370 ], | 357 ], |
371 "cwd": "[SLAVE_BUILD]", | |
372 "name": "gsutil download" | 358 "name": "gsutil download" |
373 }, | 359 }, |
374 { | 360 { |
375 "cmd": [ | 361 "cmd": [ |
376 "python", | 362 "python", |
377 "-u", | 363 "-u", |
378 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 364 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
379 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets/data", | 365 "[CWD]/src/content/test/ct/slave1/page_sets/data", |
380 "511" | 366 "511" |
381 ], | 367 ], |
382 "cwd": "[SLAVE_BUILD]", | |
383 "name": "makedirs WPR dir", | 368 "name": "makedirs WPR dir", |
384 "~followup_annotations": [ | 369 "~followup_annotations": [ |
385 "@@@STEP_LOG_LINE@python.inline@@@@", | 370 "@@@STEP_LOG_LINE@python.inline@@@@", |
386 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 371 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
387 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 372 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
388 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 373 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
389 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 374 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
390 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 375 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
391 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 376 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
392 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 377 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
393 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 378 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
394 "@@@STEP_LOG_END@python.inline@@@" | 379 "@@@STEP_LOG_END@python.inline@@@" |
395 ] | 380 ] |
396 }, | 381 }, |
397 { | 382 { |
398 "cmd": [ | 383 "cmd": [ |
399 "python", | 384 "python", |
400 "-u", | 385 "-u", |
401 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 386 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
402 "--", | 387 "--", |
403 "[DEPOT_TOOLS]/gsutil.py", | 388 "[ROOT]/b/depot_tools/gsutil.py", |
404 "----", | 389 "----", |
405 "cp", | 390 "cp", |
406 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave1/*", | 391 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave1/*", |
407 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets/data" | 392 "[CWD]/src/content/test/ct/slave1/page_sets/data" |
408 ], | 393 ], |
409 "cwd": "[SLAVE_BUILD]", | |
410 "name": "gsutil download (2)" | 394 "name": "gsutil download (2)" |
411 }, | 395 }, |
412 { | 396 { |
413 "cmd": [ | 397 "cmd": [ |
414 "python", | 398 "python", |
415 "-u", | 399 "-u", |
416 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 400 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
417 "[SLAVE_BUILD]/swarming_temp_dir", | 401 "[CWD]/swarming_temp_dir", |
418 "511" | 402 "511" |
419 ], | 403 ], |
420 "cwd": "[SLAVE_BUILD]", | |
421 "name": "makedirs swarming tmp dir", | 404 "name": "makedirs swarming tmp dir", |
422 "~followup_annotations": [ | 405 "~followup_annotations": [ |
423 "@@@STEP_LOG_LINE@python.inline@@@@", | 406 "@@@STEP_LOG_LINE@python.inline@@@@", |
424 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 407 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
425 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 408 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
426 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 409 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
427 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 410 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
428 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 411 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
429 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 412 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
430 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 413 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
431 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 414 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
432 "@@@STEP_LOG_END@python.inline@@@" | 415 "@@@STEP_LOG_END@python.inline@@@" |
433 ] | 416 ] |
434 }, | 417 }, |
435 { | 418 { |
436 "cmd": [ | 419 "cmd": [ |
437 "python", | 420 "python", |
438 "-u", | 421 "-u", |
439 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 422 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
440 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_top1k.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/s
warming_temp_dir/skia-task-ct-1.isolated\", \n \"--config-variable\", \n
\"OS\", \n \"linux\", \n \"--extra-variable\", \n \"
BENCHMARK\", \n \"rasterize_and_record_micro\", \n \"--extra-varia
ble\", \n \"SLAVE_NUM\", \n \"1\"\n ], \n \"dir\": \"[SLAVE_
BUILD]/src/chrome\", \n \"version\": 1\n}", | 423 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/src/chrome/c
t_top1k.isolate\", \n \"--isolated\", \n \"[CWD]/swarming_temp_dir
/skia-task-ct-1.isolated\", \n \"--config-variable\", \n \"OS\", \
n \"linux\", \n \"--extra-variable\", \n \"BENCHMARK\", \n
\"rasterize_and_record_micro\", \n \"--extra-variable\", \n
\"SLAVE_NUM\", \n \"1\"\n ], \n \"dir\": \"[CWD]/src/chrome\", \n
\"version\": 1\n}", |
441 "[SLAVE_BUILD]/swarming_temp_dir/ct-1.isolated.gen.json" | 424 "[CWD]/swarming_temp_dir/ct-1.isolated.gen.json" |
442 ], | 425 ], |
443 "cwd": "[SLAVE_BUILD]", | |
444 "name": "Write ct-1.isolated.gen.json" | 426 "name": "Write ct-1.isolated.gen.json" |
445 }, | 427 }, |
446 { | 428 { |
447 "cmd": [ | 429 "cmd": [ |
448 "python", | 430 "python", |
449 "-u", | 431 "-u", |
450 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 432 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
451 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets", | 433 "[CWD]/src/content/test/ct/slave2/page_sets", |
452 "511" | 434 "511" |
453 ], | 435 ], |
454 "cwd": "[SLAVE_BUILD]", | |
455 "name": "makedirs page_sets dir (2)", | 436 "name": "makedirs page_sets dir (2)", |
456 "~followup_annotations": [ | 437 "~followup_annotations": [ |
457 "@@@STEP_LOG_LINE@python.inline@@@@", | 438 "@@@STEP_LOG_LINE@python.inline@@@@", |
458 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 439 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
459 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 440 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
460 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 441 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
461 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 442 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
462 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 443 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
463 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 444 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
464 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 445 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
465 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 446 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
466 "@@@STEP_LOG_END@python.inline@@@" | 447 "@@@STEP_LOG_END@python.inline@@@" |
467 ] | 448 ] |
468 }, | 449 }, |
469 { | 450 { |
470 "cmd": [ | 451 "cmd": [ |
471 "python", | 452 "python", |
472 "-u", | 453 "-u", |
473 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 454 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
474 "--", | 455 "--", |
475 "[DEPOT_TOOLS]/gsutil.py", | 456 "[ROOT]/b/depot_tools/gsutil.py", |
476 "----", | 457 "----", |
477 "cp", | 458 "cp", |
478 "gs://cluster-telemetry/swarming/page_sets/1k/slave2/*", | 459 "gs://cluster-telemetry/swarming/page_sets/1k/slave2/*", |
479 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets" | 460 "[CWD]/src/content/test/ct/slave2/page_sets" |
480 ], | 461 ], |
481 "cwd": "[SLAVE_BUILD]", | |
482 "name": "gsutil download (3)" | 462 "name": "gsutil download (3)" |
483 }, | 463 }, |
484 { | 464 { |
485 "cmd": [ | 465 "cmd": [ |
486 "python", | 466 "python", |
487 "-u", | 467 "-u", |
488 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 468 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
489 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets/data", | 469 "[CWD]/src/content/test/ct/slave2/page_sets/data", |
490 "511" | 470 "511" |
491 ], | 471 ], |
492 "cwd": "[SLAVE_BUILD]", | |
493 "name": "makedirs WPR dir (2)", | 472 "name": "makedirs WPR dir (2)", |
494 "~followup_annotations": [ | 473 "~followup_annotations": [ |
495 "@@@STEP_LOG_LINE@python.inline@@@@", | 474 "@@@STEP_LOG_LINE@python.inline@@@@", |
496 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 475 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
497 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 476 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
498 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 477 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
499 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 478 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
500 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 479 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
501 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 480 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
502 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 481 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
503 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 482 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
504 "@@@STEP_LOG_END@python.inline@@@" | 483 "@@@STEP_LOG_END@python.inline@@@" |
505 ] | 484 ] |
506 }, | 485 }, |
507 { | 486 { |
508 "cmd": [ | 487 "cmd": [ |
509 "python", | 488 "python", |
510 "-u", | 489 "-u", |
511 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 490 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
512 "--", | 491 "--", |
513 "[DEPOT_TOOLS]/gsutil.py", | 492 "[ROOT]/b/depot_tools/gsutil.py", |
514 "----", | 493 "----", |
515 "cp", | 494 "cp", |
516 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave2/*", | 495 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave2/*", |
517 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets/data" | 496 "[CWD]/src/content/test/ct/slave2/page_sets/data" |
518 ], | 497 ], |
519 "cwd": "[SLAVE_BUILD]", | |
520 "name": "gsutil download (4)" | 498 "name": "gsutil download (4)" |
521 }, | 499 }, |
522 { | 500 { |
523 "cmd": [ | 501 "cmd": [ |
524 "python", | 502 "python", |
525 "-u", | 503 "-u", |
526 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 504 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
527 "[SLAVE_BUILD]/swarming_temp_dir", | 505 "[CWD]/swarming_temp_dir", |
528 "511" | 506 "511" |
529 ], | 507 ], |
530 "cwd": "[SLAVE_BUILD]", | |
531 "name": "makedirs swarming tmp dir (2)", | 508 "name": "makedirs swarming tmp dir (2)", |
532 "~followup_annotations": [ | 509 "~followup_annotations": [ |
533 "@@@STEP_LOG_LINE@python.inline@@@@", | 510 "@@@STEP_LOG_LINE@python.inline@@@@", |
534 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 511 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
535 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 512 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
536 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 513 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
537 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 514 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
538 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 515 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
539 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 516 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
540 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 517 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
541 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 518 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
542 "@@@STEP_LOG_END@python.inline@@@" | 519 "@@@STEP_LOG_END@python.inline@@@" |
543 ] | 520 ] |
544 }, | 521 }, |
545 { | 522 { |
546 "cmd": [ | 523 "cmd": [ |
547 "python", | 524 "python", |
548 "-u", | 525 "-u", |
549 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 526 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
550 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_top1k.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/s
warming_temp_dir/skia-task-ct-2.isolated\", \n \"--config-variable\", \n
\"OS\", \n \"linux\", \n \"--extra-variable\", \n \"
BENCHMARK\", \n \"rasterize_and_record_micro\", \n \"--extra-varia
ble\", \n \"SLAVE_NUM\", \n \"2\"\n ], \n \"dir\": \"[SLAVE_
BUILD]/src/chrome\", \n \"version\": 1\n}", | 527 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/src/chrome/c
t_top1k.isolate\", \n \"--isolated\", \n \"[CWD]/swarming_temp_dir
/skia-task-ct-2.isolated\", \n \"--config-variable\", \n \"OS\", \
n \"linux\", \n \"--extra-variable\", \n \"BENCHMARK\", \n
\"rasterize_and_record_micro\", \n \"--extra-variable\", \n
\"SLAVE_NUM\", \n \"2\"\n ], \n \"dir\": \"[CWD]/src/chrome\", \n
\"version\": 1\n}", |
551 "[SLAVE_BUILD]/swarming_temp_dir/ct-2.isolated.gen.json" | 528 "[CWD]/swarming_temp_dir/ct-2.isolated.gen.json" |
552 ], | 529 ], |
553 "cwd": "[SLAVE_BUILD]", | |
554 "name": "Write ct-2.isolated.gen.json" | 530 "name": "Write ct-2.isolated.gen.json" |
555 }, | 531 }, |
556 { | 532 { |
557 "cmd": [ | 533 "cmd": [ |
558 "python", | 534 "python", |
559 "-u", | 535 "-u", |
560 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 536 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
561 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets", | 537 "[CWD]/src/content/test/ct/slave3/page_sets", |
562 "511" | 538 "511" |
563 ], | 539 ], |
564 "cwd": "[SLAVE_BUILD]", | |
565 "name": "makedirs page_sets dir (3)", | 540 "name": "makedirs page_sets dir (3)", |
566 "~followup_annotations": [ | 541 "~followup_annotations": [ |
567 "@@@STEP_LOG_LINE@python.inline@@@@", | 542 "@@@STEP_LOG_LINE@python.inline@@@@", |
568 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 543 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
569 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 544 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
570 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 545 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
571 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 546 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
572 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 547 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
573 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 548 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
574 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 549 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
575 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 550 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
576 "@@@STEP_LOG_END@python.inline@@@" | 551 "@@@STEP_LOG_END@python.inline@@@" |
577 ] | 552 ] |
578 }, | 553 }, |
579 { | 554 { |
580 "cmd": [ | 555 "cmd": [ |
581 "python", | 556 "python", |
582 "-u", | 557 "-u", |
583 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 558 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
584 "--", | 559 "--", |
585 "[DEPOT_TOOLS]/gsutil.py", | 560 "[ROOT]/b/depot_tools/gsutil.py", |
586 "----", | 561 "----", |
587 "cp", | 562 "cp", |
588 "gs://cluster-telemetry/swarming/page_sets/1k/slave3/*", | 563 "gs://cluster-telemetry/swarming/page_sets/1k/slave3/*", |
589 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets" | 564 "[CWD]/src/content/test/ct/slave3/page_sets" |
590 ], | 565 ], |
591 "cwd": "[SLAVE_BUILD]", | |
592 "name": "gsutil download (5)" | 566 "name": "gsutil download (5)" |
593 }, | 567 }, |
594 { | 568 { |
595 "cmd": [ | 569 "cmd": [ |
596 "python", | 570 "python", |
597 "-u", | 571 "-u", |
598 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 572 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
599 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets/data", | 573 "[CWD]/src/content/test/ct/slave3/page_sets/data", |
600 "511" | 574 "511" |
601 ], | 575 ], |
602 "cwd": "[SLAVE_BUILD]", | |
603 "name": "makedirs WPR dir (3)", | 576 "name": "makedirs WPR dir (3)", |
604 "~followup_annotations": [ | 577 "~followup_annotations": [ |
605 "@@@STEP_LOG_LINE@python.inline@@@@", | 578 "@@@STEP_LOG_LINE@python.inline@@@@", |
606 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 579 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
607 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 580 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
608 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 581 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
609 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 582 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
610 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 583 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
611 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 584 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
612 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 585 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
613 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 586 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
614 "@@@STEP_LOG_END@python.inline@@@" | 587 "@@@STEP_LOG_END@python.inline@@@" |
615 ] | 588 ] |
616 }, | 589 }, |
617 { | 590 { |
618 "cmd": [ | 591 "cmd": [ |
619 "python", | 592 "python", |
620 "-u", | 593 "-u", |
621 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 594 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
622 "--", | 595 "--", |
623 "[DEPOT_TOOLS]/gsutil.py", | 596 "[ROOT]/b/depot_tools/gsutil.py", |
624 "----", | 597 "----", |
625 "cp", | 598 "cp", |
626 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave3/*", | 599 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave3/*", |
627 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets/data" | 600 "[CWD]/src/content/test/ct/slave3/page_sets/data" |
628 ], | 601 ], |
629 "cwd": "[SLAVE_BUILD]", | |
630 "name": "gsutil download (6)" | 602 "name": "gsutil download (6)" |
631 }, | 603 }, |
632 { | 604 { |
633 "cmd": [ | 605 "cmd": [ |
634 "python", | 606 "python", |
635 "-u", | 607 "-u", |
636 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 608 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
637 "[SLAVE_BUILD]/swarming_temp_dir", | 609 "[CWD]/swarming_temp_dir", |
638 "511" | 610 "511" |
639 ], | 611 ], |
640 "cwd": "[SLAVE_BUILD]", | |
641 "name": "makedirs swarming tmp dir (3)", | 612 "name": "makedirs swarming tmp dir (3)", |
642 "~followup_annotations": [ | 613 "~followup_annotations": [ |
643 "@@@STEP_LOG_LINE@python.inline@@@@", | 614 "@@@STEP_LOG_LINE@python.inline@@@@", |
644 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 615 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
645 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 616 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
646 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 617 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
647 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 618 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
648 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 619 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
649 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 620 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
650 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 621 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
651 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 622 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
652 "@@@STEP_LOG_END@python.inline@@@" | 623 "@@@STEP_LOG_END@python.inline@@@" |
653 ] | 624 ] |
654 }, | 625 }, |
655 { | 626 { |
656 "cmd": [ | 627 "cmd": [ |
657 "python", | 628 "python", |
658 "-u", | 629 "-u", |
659 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 630 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
660 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_top1k.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/s
warming_temp_dir/skia-task-ct-3.isolated\", \n \"--config-variable\", \n
\"OS\", \n \"linux\", \n \"--extra-variable\", \n \"
BENCHMARK\", \n \"rasterize_and_record_micro\", \n \"--extra-varia
ble\", \n \"SLAVE_NUM\", \n \"3\"\n ], \n \"dir\": \"[SLAVE_
BUILD]/src/chrome\", \n \"version\": 1\n}", | 631 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/src/chrome/c
t_top1k.isolate\", \n \"--isolated\", \n \"[CWD]/swarming_temp_dir
/skia-task-ct-3.isolated\", \n \"--config-variable\", \n \"OS\", \
n \"linux\", \n \"--extra-variable\", \n \"BENCHMARK\", \n
\"rasterize_and_record_micro\", \n \"--extra-variable\", \n
\"SLAVE_NUM\", \n \"3\"\n ], \n \"dir\": \"[CWD]/src/chrome\", \n
\"version\": 1\n}", |
661 "[SLAVE_BUILD]/swarming_temp_dir/ct-3.isolated.gen.json" | 632 "[CWD]/swarming_temp_dir/ct-3.isolated.gen.json" |
662 ], | 633 ], |
663 "cwd": "[SLAVE_BUILD]", | |
664 "name": "Write ct-3.isolated.gen.json" | 634 "name": "Write ct-3.isolated.gen.json" |
665 }, | 635 }, |
666 { | 636 { |
667 "cmd": [ | 637 "cmd": [ |
668 "python", | 638 "python", |
669 "-u", | 639 "-u", |
670 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 640 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
671 "[SLAVE_BUILD]/swarming.client", | 641 "[CWD]/swarming.client", |
672 "batcharchive", | 642 "batcharchive", |
673 "--dump-json", | 643 "--dump-json", |
674 "/path/to/tmp/json", | 644 "/path/to/tmp/json", |
675 "--isolate-server", | 645 "--isolate-server", |
676 "https://isolateserver.appspot.com", | 646 "https://isolateserver.appspot.com", |
677 "--verbose", | 647 "--verbose", |
678 "[SLAVE_BUILD]/swarming_temp_dir/ct-1.isolated.gen.json", | 648 "[CWD]/swarming_temp_dir/ct-1.isolated.gen.json", |
679 "[SLAVE_BUILD]/swarming_temp_dir/ct-2.isolated.gen.json", | 649 "[CWD]/swarming_temp_dir/ct-2.isolated.gen.json", |
680 "[SLAVE_BUILD]/swarming_temp_dir/ct-3.isolated.gen.json" | 650 "[CWD]/swarming_temp_dir/ct-3.isolated.gen.json" |
681 ], | 651 ], |
682 "cwd": "[SLAVE_BUILD]", | |
683 "name": "isolate tests", | 652 "name": "isolate tests", |
684 "~followup_annotations": [ | 653 "~followup_annotations": [ |
685 "@@@STEP_LOG_LINE@json.output@{@@@", | 654 "@@@STEP_LOG_LINE@json.output@{@@@", |
686 "@@@STEP_LOG_LINE@json.output@ \"ct-1\": \"[dummy hash for ct-1]\", @@@", | 655 "@@@STEP_LOG_LINE@json.output@ \"ct-1\": \"[dummy hash for ct-1]\", @@@", |
687 "@@@STEP_LOG_LINE@json.output@ \"ct-2\": \"[dummy hash for ct-2]\", @@@", | 656 "@@@STEP_LOG_LINE@json.output@ \"ct-2\": \"[dummy hash for ct-2]\", @@@", |
688 "@@@STEP_LOG_LINE@json.output@ \"ct-3\": \"[dummy hash for ct-3]\"@@@", | 657 "@@@STEP_LOG_LINE@json.output@ \"ct-3\": \"[dummy hash for ct-3]\"@@@", |
689 "@@@STEP_LOG_LINE@json.output@}@@@", | 658 "@@@STEP_LOG_LINE@json.output@}@@@", |
690 "@@@STEP_LOG_END@json.output@@@", | 659 "@@@STEP_LOG_END@json.output@@@", |
691 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"ct-1\": \"[dummy hash for ct-1]\",
\"ct-2\": \"[dummy hash for ct-2]\", \"ct-3\": \"[dummy hash for ct-3]\"}@@@" | 660 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"ct-1\": \"[dummy hash for ct-1]\",
\"ct-2\": \"[dummy hash for ct-2]\", \"ct-3\": \"[dummy hash for ct-3]\"}@@@" |
692 ] | 661 ] |
693 }, | 662 }, |
694 { | 663 { |
695 "cmd": [ | 664 "cmd": [ |
696 "python", | 665 "python", |
697 "-u", | 666 "-u", |
698 "[SLAVE_BUILD]/swarming.client/swarming.py", | 667 "[CWD]/swarming.client/swarming.py", |
699 "trigger", | 668 "trigger", |
700 "--swarming", | 669 "--swarming", |
701 "https://chromium-swarm.appspot.com", | 670 "https://chromium-swarm.appspot.com", |
702 "--isolate-server", | 671 "--isolate-server", |
703 "https://isolateserver.appspot.com", | 672 "https://isolateserver.appspot.com", |
704 "--priority", | 673 "--priority", |
705 "90", | 674 "90", |
706 "--shards", | 675 "--shards", |
707 "1", | 676 "1", |
708 "--task-name", | 677 "--task-name", |
(...skipping 27 matching lines...) Expand all Loading... |
736 "--tag", | 705 "--tag", |
737 "name:ct-1", | 706 "name:ct-1", |
738 "--tag", | 707 "--tag", |
739 "os:Ubuntu-14.04", | 708 "os:Ubuntu-14.04", |
740 "--tag", | 709 "--tag", |
741 "slavename:slave50-c1", | 710 "slavename:slave50-c1", |
742 "--tag", | 711 "--tag", |
743 "stepname:ct-1 on Ubuntu-14.04", | 712 "stepname:ct-1 on Ubuntu-14.04", |
744 "[dummy hash for ct-1]" | 713 "[dummy hash for ct-1]" |
745 ], | 714 ], |
746 "cwd": "[SLAVE_BUILD]", | |
747 "name": "[trigger] ct-1 on Ubuntu-14.04", | 715 "name": "[trigger] ct-1 on Ubuntu-14.04", |
748 "~followup_annotations": [ | 716 "~followup_annotations": [ |
749 "@@@STEP_LOG_LINE@json.output@{@@@", | 717 "@@@STEP_LOG_LINE@json.output@{@@@", |
750 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-1/Ubuntu-14.04/[d
ummy has/Linux CT Top1k RR Perf/-1\", @@@", | 718 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-1/Ubuntu-14.04/[d
ummy has/Linux CT Top1k RR Perf/-1\", @@@", |
751 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 719 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
752 "@@@STEP_LOG_LINE@json.output@ \"ct-1/Ubuntu-14.04/[dummy has/Linux CT
Top1k RR Perf/-1\": {@@@", | 720 "@@@STEP_LOG_LINE@json.output@ \"ct-1/Ubuntu-14.04/[dummy has/Linux CT
Top1k RR Perf/-1\": {@@@", |
753 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 721 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
754 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 722 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
755 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 723 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
756 "@@@STEP_LOG_LINE@json.output@ }@@@", | 724 "@@@STEP_LOG_LINE@json.output@ }@@@", |
757 "@@@STEP_LOG_LINE@json.output@ }@@@", | 725 "@@@STEP_LOG_LINE@json.output@ }@@@", |
758 "@@@STEP_LOG_LINE@json.output@}@@@", | 726 "@@@STEP_LOG_LINE@json.output@}@@@", |
759 "@@@STEP_LOG_END@json.output@@@", | 727 "@@@STEP_LOG_END@json.output@@@", |
760 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 728 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
761 ] | 729 ] |
762 }, | 730 }, |
763 { | 731 { |
764 "cmd": [ | 732 "cmd": [ |
765 "python", | 733 "python", |
766 "-u", | 734 "-u", |
767 "[SLAVE_BUILD]/swarming.client/swarming.py", | 735 "[CWD]/swarming.client/swarming.py", |
768 "trigger", | 736 "trigger", |
769 "--swarming", | 737 "--swarming", |
770 "https://chromium-swarm.appspot.com", | 738 "https://chromium-swarm.appspot.com", |
771 "--isolate-server", | 739 "--isolate-server", |
772 "https://isolateserver.appspot.com", | 740 "https://isolateserver.appspot.com", |
773 "--priority", | 741 "--priority", |
774 "90", | 742 "90", |
775 "--shards", | 743 "--shards", |
776 "1", | 744 "1", |
777 "--task-name", | 745 "--task-name", |
(...skipping 27 matching lines...) Expand all Loading... |
805 "--tag", | 773 "--tag", |
806 "name:ct-2", | 774 "name:ct-2", |
807 "--tag", | 775 "--tag", |
808 "os:Ubuntu-14.04", | 776 "os:Ubuntu-14.04", |
809 "--tag", | 777 "--tag", |
810 "slavename:slave50-c1", | 778 "slavename:slave50-c1", |
811 "--tag", | 779 "--tag", |
812 "stepname:ct-2 on Ubuntu-14.04", | 780 "stepname:ct-2 on Ubuntu-14.04", |
813 "[dummy hash for ct-2]" | 781 "[dummy hash for ct-2]" |
814 ], | 782 ], |
815 "cwd": "[SLAVE_BUILD]", | |
816 "name": "[trigger] ct-2 on Ubuntu-14.04", | 783 "name": "[trigger] ct-2 on Ubuntu-14.04", |
817 "~followup_annotations": [ | 784 "~followup_annotations": [ |
818 "@@@STEP_LOG_LINE@json.output@{@@@", | 785 "@@@STEP_LOG_LINE@json.output@{@@@", |
819 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-2/Ubuntu-14.04/[d
ummy has/Linux CT Top1k RR Perf/-1\", @@@", | 786 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-2/Ubuntu-14.04/[d
ummy has/Linux CT Top1k RR Perf/-1\", @@@", |
820 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 787 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
821 "@@@STEP_LOG_LINE@json.output@ \"ct-2/Ubuntu-14.04/[dummy has/Linux CT
Top1k RR Perf/-1\": {@@@", | 788 "@@@STEP_LOG_LINE@json.output@ \"ct-2/Ubuntu-14.04/[dummy has/Linux CT
Top1k RR Perf/-1\": {@@@", |
822 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 789 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
823 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 790 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
824 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 791 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
825 "@@@STEP_LOG_LINE@json.output@ }@@@", | 792 "@@@STEP_LOG_LINE@json.output@ }@@@", |
826 "@@@STEP_LOG_LINE@json.output@ }@@@", | 793 "@@@STEP_LOG_LINE@json.output@ }@@@", |
827 "@@@STEP_LOG_LINE@json.output@}@@@", | 794 "@@@STEP_LOG_LINE@json.output@}@@@", |
828 "@@@STEP_LOG_END@json.output@@@", | 795 "@@@STEP_LOG_END@json.output@@@", |
829 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 796 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
830 ] | 797 ] |
831 }, | 798 }, |
832 { | 799 { |
833 "cmd": [ | 800 "cmd": [ |
834 "python", | 801 "python", |
835 "-u", | 802 "-u", |
836 "[SLAVE_BUILD]/swarming.client/swarming.py", | 803 "[CWD]/swarming.client/swarming.py", |
837 "trigger", | 804 "trigger", |
838 "--swarming", | 805 "--swarming", |
839 "https://chromium-swarm.appspot.com", | 806 "https://chromium-swarm.appspot.com", |
840 "--isolate-server", | 807 "--isolate-server", |
841 "https://isolateserver.appspot.com", | 808 "https://isolateserver.appspot.com", |
842 "--priority", | 809 "--priority", |
843 "90", | 810 "90", |
844 "--shards", | 811 "--shards", |
845 "1", | 812 "1", |
846 "--task-name", | 813 "--task-name", |
(...skipping 27 matching lines...) Expand all Loading... |
874 "--tag", | 841 "--tag", |
875 "name:ct-3", | 842 "name:ct-3", |
876 "--tag", | 843 "--tag", |
877 "os:Ubuntu-14.04", | 844 "os:Ubuntu-14.04", |
878 "--tag", | 845 "--tag", |
879 "slavename:slave50-c1", | 846 "slavename:slave50-c1", |
880 "--tag", | 847 "--tag", |
881 "stepname:ct-3 on Ubuntu-14.04", | 848 "stepname:ct-3 on Ubuntu-14.04", |
882 "[dummy hash for ct-3]" | 849 "[dummy hash for ct-3]" |
883 ], | 850 ], |
884 "cwd": "[SLAVE_BUILD]", | |
885 "name": "[trigger] ct-3 on Ubuntu-14.04", | 851 "name": "[trigger] ct-3 on Ubuntu-14.04", |
886 "~followup_annotations": [ | 852 "~followup_annotations": [ |
887 "@@@STEP_LOG_LINE@json.output@{@@@", | 853 "@@@STEP_LOG_LINE@json.output@{@@@", |
888 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-3/Ubuntu-14.04/[d
ummy has/Linux CT Top1k RR Perf/-1\", @@@", | 854 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-3/Ubuntu-14.04/[d
ummy has/Linux CT Top1k RR Perf/-1\", @@@", |
889 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 855 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
890 "@@@STEP_LOG_LINE@json.output@ \"ct-3/Ubuntu-14.04/[dummy has/Linux CT
Top1k RR Perf/-1\": {@@@", | 856 "@@@STEP_LOG_LINE@json.output@ \"ct-3/Ubuntu-14.04/[dummy has/Linux CT
Top1k RR Perf/-1\": {@@@", |
891 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 857 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
892 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 858 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
893 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 859 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
894 "@@@STEP_LOG_LINE@json.output@ }@@@", | 860 "@@@STEP_LOG_LINE@json.output@ }@@@", |
895 "@@@STEP_LOG_LINE@json.output@ }@@@", | 861 "@@@STEP_LOG_LINE@json.output@ }@@@", |
896 "@@@STEP_LOG_LINE@json.output@}@@@", | 862 "@@@STEP_LOG_LINE@json.output@}@@@", |
897 "@@@STEP_LOG_END@json.output@@@", | 863 "@@@STEP_LOG_END@json.output@@@", |
898 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 864 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
899 ] | 865 ] |
900 }, | 866 }, |
901 { | 867 { |
902 "cmd": [ | 868 "cmd": [ |
903 "python", | 869 "python", |
904 "-u", | 870 "-u", |
905 "[SLAVE_BUILD]/swarming.client/swarming.py", | 871 "[CWD]/swarming.client/swarming.py", |
906 "collect", | 872 "collect", |
907 "--swarming", | 873 "--swarming", |
908 "https://chromium-swarm.appspot.com", | 874 "https://chromium-swarm.appspot.com", |
909 "--decorate", | 875 "--decorate", |
910 "--print-status-updates", | 876 "--print-status-updates", |
911 "--shards", | 877 "--shards", |
912 "1", | 878 "1", |
913 "ct-1/Ubuntu-14.04/[dummy has/Linux CT Top1k RR Perf/-1", | 879 "ct-1/Ubuntu-14.04/[dummy has/Linux CT Top1k RR Perf/-1", |
914 "--task-summary-json", | 880 "--task-summary-json", |
915 "/path/to/tmp/json", | 881 "/path/to/tmp/json", |
916 "--task-output-dir", | 882 "--task-output-dir", |
917 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-1" | 883 "[CWD]/swarming_temp_dir/outputs/ct-1" |
918 ], | 884 ], |
919 "cwd": "[SLAVE_BUILD]", | |
920 "name": "ct-1 on Ubuntu-14.04", | 885 "name": "ct-1 on Ubuntu-14.04", |
921 "~followup_annotations": [ | 886 "~followup_annotations": [ |
922 "@@@STEP_TEXT@swarming pending 71s@@@", | 887 "@@@STEP_TEXT@swarming pending 71s@@@", |
923 "@@@STEP_LOG_LINE@json.output@{@@@", | 888 "@@@STEP_LOG_LINE@json.output@{@@@", |
924 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 889 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
925 "@@@STEP_LOG_LINE@json.output@ {@@@", | 890 "@@@STEP_LOG_LINE@json.output@ {@@@", |
926 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 891 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
927 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 892 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
928 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 893 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
929 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 894 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
959 "@@@STEP_LOG_LINE@json.output@}@@@", | 924 "@@@STEP_LOG_LINE@json.output@}@@@", |
960 "@@@STEP_LOG_END@json.output@@@", | 925 "@@@STEP_LOG_END@json.output@@@", |
961 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 926 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
962 ] | 927 ] |
963 }, | 928 }, |
964 { | 929 { |
965 "cmd": [ | 930 "cmd": [ |
966 "python", | 931 "python", |
967 "-u", | 932 "-u", |
968 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 933 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
969 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-1/0", | 934 "[CWD]/swarming_temp_dir/outputs/ct-1/0", |
970 "/path/to/tmp/json" | 935 "/path/to/tmp/json" |
971 ], | 936 ], |
972 "cwd": "[SLAVE_BUILD]", | |
973 "name": "listdir output dir", | 937 "name": "listdir output dir", |
974 "~followup_annotations": [ | 938 "~followup_annotations": [ |
975 "@@@STEP_LOG_LINE@json.output@[@@@", | 939 "@@@STEP_LOG_LINE@json.output@[@@@", |
976 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 940 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
977 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 941 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
978 "@@@STEP_LOG_LINE@json.output@]@@@", | 942 "@@@STEP_LOG_LINE@json.output@]@@@", |
979 "@@@STEP_LOG_END@json.output@@@", | 943 "@@@STEP_LOG_END@json.output@@@", |
980 "@@@STEP_LOG_LINE@python.inline@@@@", | 944 "@@@STEP_LOG_LINE@python.inline@@@@", |
981 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", | 945 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
982 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", | 946 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", |
983 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", | 947 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
984 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | 948 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
985 "@@@STEP_LOG_END@python.inline@@@" | 949 "@@@STEP_LOG_END@python.inline@@@" |
986 ] | 950 ] |
987 }, | 951 }, |
988 { | 952 { |
989 "cmd": [ | 953 "cmd": [ |
990 "python", | 954 "python", |
991 "-u", | 955 "-u", |
992 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 956 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
993 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-1/0/file 1", | 957 "[CWD]/swarming_temp_dir/outputs/ct-1/0/file 1", |
994 "/path/to/tmp/json" | 958 "/path/to/tmp/json" |
995 ], | 959 ], |
996 "cwd": "[SLAVE_BUILD]", | |
997 "name": "read output json", | 960 "name": "read output json", |
998 "~followup_annotations": [ | 961 "~followup_annotations": [ |
999 "@@@STEP_LOG_LINE@json.output@{@@@", | 962 "@@@STEP_LOG_LINE@json.output@{@@@", |
1000 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", | 963 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", |
1001 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", | 964 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", |
1002 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", | 965 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", |
1003 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", | 966 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", |
1004 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", | 967 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", |
1005 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", | 968 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", |
1006 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 969 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
1037 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", | 1000 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", |
1038 "@@@STEP_LOG_LINE@json.output@}@@@", | 1001 "@@@STEP_LOG_LINE@json.output@}@@@", |
1039 "@@@STEP_LOG_END@json.output@@@" | 1002 "@@@STEP_LOG_END@json.output@@@" |
1040 ] | 1003 ] |
1041 }, | 1004 }, |
1042 { | 1005 { |
1043 "cmd": [ | 1006 "cmd": [ |
1044 "python", | 1007 "python", |
1045 "-u", | 1008 "-u", |
1046 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1009 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
1047 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-1/0/file 2", | 1010 "[CWD]/swarming_temp_dir/outputs/ct-1/0/file 2", |
1048 "/path/to/tmp/json" | 1011 "/path/to/tmp/json" |
1049 ], | 1012 ], |
1050 "cwd": "[SLAVE_BUILD]", | |
1051 "name": "read output json (2)", | 1013 "name": "read output json (2)", |
1052 "~followup_annotations": [ | 1014 "~followup_annotations": [ |
1053 "@@@STEP_LOG_LINE@json.output@{@@@", | 1015 "@@@STEP_LOG_LINE@json.output@{@@@", |
1054 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", | 1016 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", |
1055 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", | 1017 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", |
1056 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", | 1018 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", |
1057 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", | 1019 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", |
1058 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", | 1020 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", |
1059 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", | 1021 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", |
1060 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 1022 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
1090 "@@@STEP_LOG_LINE@json.output@ \"next_version\": \"0.2\", @@@", | 1052 "@@@STEP_LOG_LINE@json.output@ \"next_version\": \"0.2\", @@@", |
1091 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", | 1053 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", |
1092 "@@@STEP_LOG_LINE@json.output@}@@@", | 1054 "@@@STEP_LOG_LINE@json.output@}@@@", |
1093 "@@@STEP_LOG_END@json.output@@@" | 1055 "@@@STEP_LOG_END@json.output@@@" |
1094 ] | 1056 ] |
1095 }, | 1057 }, |
1096 { | 1058 { |
1097 "cmd": [ | 1059 "cmd": [ |
1098 "python", | 1060 "python", |
1099 "-u", | 1061 "-u", |
1100 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1062 "[CWD]/swarming.client/swarming.py", |
1101 "collect", | 1063 "collect", |
1102 "--swarming", | 1064 "--swarming", |
1103 "https://chromium-swarm.appspot.com", | 1065 "https://chromium-swarm.appspot.com", |
1104 "--decorate", | 1066 "--decorate", |
1105 "--print-status-updates", | 1067 "--print-status-updates", |
1106 "--shards", | 1068 "--shards", |
1107 "1", | 1069 "1", |
1108 "ct-2/Ubuntu-14.04/[dummy has/Linux CT Top1k RR Perf/-1", | 1070 "ct-2/Ubuntu-14.04/[dummy has/Linux CT Top1k RR Perf/-1", |
1109 "--task-summary-json", | 1071 "--task-summary-json", |
1110 "/path/to/tmp/json", | 1072 "/path/to/tmp/json", |
1111 "--task-output-dir", | 1073 "--task-output-dir", |
1112 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-2" | 1074 "[CWD]/swarming_temp_dir/outputs/ct-2" |
1113 ], | 1075 ], |
1114 "cwd": "[SLAVE_BUILD]", | |
1115 "name": "ct-2 on Ubuntu-14.04", | 1076 "name": "ct-2 on Ubuntu-14.04", |
1116 "~followup_annotations": [ | 1077 "~followup_annotations": [ |
1117 "@@@STEP_TEXT@swarming pending 71s@@@", | 1078 "@@@STEP_TEXT@swarming pending 71s@@@", |
1118 "@@@STEP_LOG_LINE@json.output@{@@@", | 1079 "@@@STEP_LOG_LINE@json.output@{@@@", |
1119 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1080 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1120 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1081 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1121 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1082 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1122 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1083 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1123 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1084 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1124 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1085 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
1154 "@@@STEP_LOG_LINE@json.output@}@@@", | 1115 "@@@STEP_LOG_LINE@json.output@}@@@", |
1155 "@@@STEP_LOG_END@json.output@@@", | 1116 "@@@STEP_LOG_END@json.output@@@", |
1156 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1117 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1157 ] | 1118 ] |
1158 }, | 1119 }, |
1159 { | 1120 { |
1160 "cmd": [ | 1121 "cmd": [ |
1161 "python", | 1122 "python", |
1162 "-u", | 1123 "-u", |
1163 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 1124 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
1164 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-2/0", | 1125 "[CWD]/swarming_temp_dir/outputs/ct-2/0", |
1165 "/path/to/tmp/json" | 1126 "/path/to/tmp/json" |
1166 ], | 1127 ], |
1167 "cwd": "[SLAVE_BUILD]", | |
1168 "name": "listdir output dir (2)", | 1128 "name": "listdir output dir (2)", |
1169 "~followup_annotations": [ | 1129 "~followup_annotations": [ |
1170 "@@@STEP_LOG_LINE@json.output@[@@@", | 1130 "@@@STEP_LOG_LINE@json.output@[@@@", |
1171 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 1131 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
1172 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 1132 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
1173 "@@@STEP_LOG_LINE@json.output@]@@@", | 1133 "@@@STEP_LOG_LINE@json.output@]@@@", |
1174 "@@@STEP_LOG_END@json.output@@@", | 1134 "@@@STEP_LOG_END@json.output@@@", |
1175 "@@@STEP_LOG_LINE@python.inline@@@@", | 1135 "@@@STEP_LOG_LINE@python.inline@@@@", |
1176 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", | 1136 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
1177 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", | 1137 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", |
1178 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", | 1138 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
1179 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | 1139 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
1180 "@@@STEP_LOG_END@python.inline@@@" | 1140 "@@@STEP_LOG_END@python.inline@@@" |
1181 ] | 1141 ] |
1182 }, | 1142 }, |
1183 { | 1143 { |
1184 "cmd": [ | 1144 "cmd": [ |
1185 "python", | 1145 "python", |
1186 "-u", | 1146 "-u", |
1187 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1147 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
1188 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-2/0/file 1", | 1148 "[CWD]/swarming_temp_dir/outputs/ct-2/0/file 1", |
1189 "/path/to/tmp/json" | 1149 "/path/to/tmp/json" |
1190 ], | 1150 ], |
1191 "cwd": "[SLAVE_BUILD]", | |
1192 "name": "read output json (3)", | 1151 "name": "read output json (3)", |
1193 "~followup_annotations": [ | 1152 "~followup_annotations": [ |
1194 "@@@STEP_LOG_LINE@json.output@{@@@", | 1153 "@@@STEP_LOG_LINE@json.output@{@@@", |
1195 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", | 1154 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", |
1196 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", | 1155 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", |
1197 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", | 1156 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", |
1198 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", | 1157 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", |
1199 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", | 1158 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", |
1200 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", | 1159 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", |
1201 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 1160 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
1232 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", | 1191 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", |
1233 "@@@STEP_LOG_LINE@json.output@}@@@", | 1192 "@@@STEP_LOG_LINE@json.output@}@@@", |
1234 "@@@STEP_LOG_END@json.output@@@" | 1193 "@@@STEP_LOG_END@json.output@@@" |
1235 ] | 1194 ] |
1236 }, | 1195 }, |
1237 { | 1196 { |
1238 "cmd": [ | 1197 "cmd": [ |
1239 "python", | 1198 "python", |
1240 "-u", | 1199 "-u", |
1241 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1200 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
1242 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-2/0/file 2", | 1201 "[CWD]/swarming_temp_dir/outputs/ct-2/0/file 2", |
1243 "/path/to/tmp/json" | 1202 "/path/to/tmp/json" |
1244 ], | 1203 ], |
1245 "cwd": "[SLAVE_BUILD]", | |
1246 "name": "read output json (4)", | 1204 "name": "read output json (4)", |
1247 "~followup_annotations": [ | 1205 "~followup_annotations": [ |
1248 "@@@STEP_LOG_LINE@json.output@{@@@", | 1206 "@@@STEP_LOG_LINE@json.output@{@@@", |
1249 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", | 1207 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", |
1250 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", | 1208 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", |
1251 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", | 1209 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", |
1252 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", | 1210 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", |
1253 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", | 1211 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", |
1254 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", | 1212 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", |
1255 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 1213 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
1285 "@@@STEP_LOG_LINE@json.output@ \"next_version\": \"0.2\", @@@", | 1243 "@@@STEP_LOG_LINE@json.output@ \"next_version\": \"0.2\", @@@", |
1286 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", | 1244 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", |
1287 "@@@STEP_LOG_LINE@json.output@}@@@", | 1245 "@@@STEP_LOG_LINE@json.output@}@@@", |
1288 "@@@STEP_LOG_END@json.output@@@" | 1246 "@@@STEP_LOG_END@json.output@@@" |
1289 ] | 1247 ] |
1290 }, | 1248 }, |
1291 { | 1249 { |
1292 "cmd": [ | 1250 "cmd": [ |
1293 "python", | 1251 "python", |
1294 "-u", | 1252 "-u", |
1295 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1253 "[CWD]/swarming.client/swarming.py", |
1296 "collect", | 1254 "collect", |
1297 "--swarming", | 1255 "--swarming", |
1298 "https://chromium-swarm.appspot.com", | 1256 "https://chromium-swarm.appspot.com", |
1299 "--decorate", | 1257 "--decorate", |
1300 "--print-status-updates", | 1258 "--print-status-updates", |
1301 "--shards", | 1259 "--shards", |
1302 "1", | 1260 "1", |
1303 "ct-3/Ubuntu-14.04/[dummy has/Linux CT Top1k RR Perf/-1", | 1261 "ct-3/Ubuntu-14.04/[dummy has/Linux CT Top1k RR Perf/-1", |
1304 "--task-summary-json", | 1262 "--task-summary-json", |
1305 "/path/to/tmp/json", | 1263 "/path/to/tmp/json", |
1306 "--task-output-dir", | 1264 "--task-output-dir", |
1307 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-3" | 1265 "[CWD]/swarming_temp_dir/outputs/ct-3" |
1308 ], | 1266 ], |
1309 "cwd": "[SLAVE_BUILD]", | |
1310 "name": "ct-3 on Ubuntu-14.04", | 1267 "name": "ct-3 on Ubuntu-14.04", |
1311 "~followup_annotations": [ | 1268 "~followup_annotations": [ |
1312 "@@@STEP_TEXT@swarming pending 71s@@@", | 1269 "@@@STEP_TEXT@swarming pending 71s@@@", |
1313 "@@@STEP_LOG_LINE@json.output@{@@@", | 1270 "@@@STEP_LOG_LINE@json.output@{@@@", |
1314 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1271 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1315 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1272 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1316 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1273 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1317 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1274 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1318 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1275 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1319 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1276 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
1349 "@@@STEP_LOG_LINE@json.output@}@@@", | 1306 "@@@STEP_LOG_LINE@json.output@}@@@", |
1350 "@@@STEP_LOG_END@json.output@@@", | 1307 "@@@STEP_LOG_END@json.output@@@", |
1351 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1308 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1352 ] | 1309 ] |
1353 }, | 1310 }, |
1354 { | 1311 { |
1355 "cmd": [ | 1312 "cmd": [ |
1356 "python", | 1313 "python", |
1357 "-u", | 1314 "-u", |
1358 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 1315 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
1359 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-3/0", | 1316 "[CWD]/swarming_temp_dir/outputs/ct-3/0", |
1360 "/path/to/tmp/json" | 1317 "/path/to/tmp/json" |
1361 ], | 1318 ], |
1362 "cwd": "[SLAVE_BUILD]", | |
1363 "name": "listdir output dir (3)", | 1319 "name": "listdir output dir (3)", |
1364 "~followup_annotations": [ | 1320 "~followup_annotations": [ |
1365 "@@@STEP_LOG_LINE@json.output@[@@@", | 1321 "@@@STEP_LOG_LINE@json.output@[@@@", |
1366 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 1322 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
1367 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 1323 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
1368 "@@@STEP_LOG_LINE@json.output@]@@@", | 1324 "@@@STEP_LOG_LINE@json.output@]@@@", |
1369 "@@@STEP_LOG_END@json.output@@@", | 1325 "@@@STEP_LOG_END@json.output@@@", |
1370 "@@@STEP_LOG_LINE@python.inline@@@@", | 1326 "@@@STEP_LOG_LINE@python.inline@@@@", |
1371 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", | 1327 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
1372 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", | 1328 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", |
1373 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", | 1329 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
1374 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | 1330 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
1375 "@@@STEP_LOG_END@python.inline@@@" | 1331 "@@@STEP_LOG_END@python.inline@@@" |
1376 ] | 1332 ] |
1377 }, | 1333 }, |
1378 { | 1334 { |
1379 "cmd": [ | 1335 "cmd": [ |
1380 "python", | 1336 "python", |
1381 "-u", | 1337 "-u", |
1382 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1338 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
1383 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-3/0/file 1", | 1339 "[CWD]/swarming_temp_dir/outputs/ct-3/0/file 1", |
1384 "/path/to/tmp/json" | 1340 "/path/to/tmp/json" |
1385 ], | 1341 ], |
1386 "cwd": "[SLAVE_BUILD]", | |
1387 "name": "read output json (5)", | 1342 "name": "read output json (5)", |
1388 "~followup_annotations": [ | 1343 "~followup_annotations": [ |
1389 "@@@STEP_LOG_LINE@json.output@{@@@", | 1344 "@@@STEP_LOG_LINE@json.output@{@@@", |
1390 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", | 1345 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", |
1391 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", | 1346 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", |
1392 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", | 1347 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", |
1393 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", | 1348 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", |
1394 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", | 1349 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", |
1395 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", | 1350 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", |
1396 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 1351 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
1427 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", | 1382 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", |
1428 "@@@STEP_LOG_LINE@json.output@}@@@", | 1383 "@@@STEP_LOG_LINE@json.output@}@@@", |
1429 "@@@STEP_LOG_END@json.output@@@" | 1384 "@@@STEP_LOG_END@json.output@@@" |
1430 ] | 1385 ] |
1431 }, | 1386 }, |
1432 { | 1387 { |
1433 "cmd": [ | 1388 "cmd": [ |
1434 "python", | 1389 "python", |
1435 "-u", | 1390 "-u", |
1436 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1391 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
1437 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-3/0/file 2", | 1392 "[CWD]/swarming_temp_dir/outputs/ct-3/0/file 2", |
1438 "/path/to/tmp/json" | 1393 "/path/to/tmp/json" |
1439 ], | 1394 ], |
1440 "cwd": "[SLAVE_BUILD]", | |
1441 "name": "read output json (6)", | 1395 "name": "read output json (6)", |
1442 "~followup_annotations": [ | 1396 "~followup_annotations": [ |
1443 "@@@STEP_LOG_LINE@json.output@{@@@", | 1397 "@@@STEP_LOG_LINE@json.output@{@@@", |
1444 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", | 1398 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", |
1445 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", | 1399 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", |
1446 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", | 1400 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", |
1447 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", | 1401 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", |
1448 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", | 1402 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", |
1449 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", | 1403 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", |
1450 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 1404 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
1451 "@@@STEP_LOG_LINE@json.output@ \"benchmark_name\": \"rasterize_and_record
_micro_ct\", @@@", | 1405 "@@@STEP_LOG_LINE@json.output@ \"benchmark_name\": \"rasterize_and_record
_micro_ct\", @@@", |
1452 "@@@STEP_LOG_LINE@json.output@ \"charts\": {}, @@@", | 1406 "@@@STEP_LOG_LINE@json.output@ \"charts\": {}, @@@", |
1453 "@@@STEP_LOG_LINE@json.output@ \"format_version\": \"0.1\", @@@", | 1407 "@@@STEP_LOG_LINE@json.output@ \"format_version\": \"0.1\", @@@", |
1454 "@@@STEP_LOG_LINE@json.output@ \"next_version\": \"0.2\", @@@", | 1408 "@@@STEP_LOG_LINE@json.output@ \"next_version\": \"0.2\", @@@", |
1455 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", | 1409 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", |
1456 "@@@STEP_LOG_LINE@json.output@}@@@", | 1410 "@@@STEP_LOG_LINE@json.output@}@@@", |
1457 "@@@STEP_LOG_END@json.output@@@" | 1411 "@@@STEP_LOG_END@json.output@@@" |
1458 ] | 1412 ] |
1459 }, | 1413 }, |
1460 { | 1414 { |
1461 "cmd": [ | 1415 "cmd": [ |
1462 "python", | 1416 "python", |
1463 "-u", | 1417 "-u", |
1464 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 1418 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
1465 ], | 1419 ], |
1466 "cwd": "[SLAVE_BUILD]", | |
1467 "name": "perf dashboard post", | 1420 "name": "perf dashboard post", |
1468 "stdin": "{\"data\": {\"bot\": \"Linux CT Top1k RR Perf\", \"chart_data\": {
\"benchmark_description\": \"Measures rasterize and record performance for Clust
er Telemetry.\", \"benchmark_metadata\": {\"description\": \"Measures rasterize
and record performance for Cluster Telemetry.\", \"name\": \"rasterize_and_recor
d_micro_ct\", \"rerun_options\": [], \"type\": \"telemetry_benchmark\"}, \"bench
mark_name\": \"rasterize_and_record_micro_ct\", \"charts\": {\"num_webpages_repo
rted\": {\"summary\": {\"important\": true, \"name\": \"num_webpages_reported\",
\"std\": 0.0, \"type\": \"scalar\", \"units\": \"num\", \"value\": 5}}, \"viewp
ort_picture_size\": {\"http://www.amazon.com\": {\"important\": true, \"name\":
\"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_of_sca
lar_values\", \"units\": \"bytes\", \"values\": [2, 4]}, \"http://www.baidu.com\
": {\"important\": true, \"name\": \"viewport_picture_size\", \"page_id\": 0, \"
std\": 0.0, \"type\": \"list_of_scalar_values\", \"units\": \"bytes\", \"values\
": [20, 40]}, \"http://www.facebook.com\": {\"important\": true, \"name\": \"vie
wport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_of_scalar_v
alues\", \"units\": \"bytes\", \"values\": [208, 210]}, \"http://www.google.com\
": {\"important\": true, \"name\": \"viewport_picture_size\", \"page_id\": 0, \"
std\": 0.0, \"type\": \"list_of_scalar_values\", \"units\": \"bytes\", \"values\
": [20822, 20824]}, \"http://www.twitter.com\": {\"important\": true, \"name\":
\"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_of_sca
lar_values\", \"units\": \"bytes\", \"values\": [8, 10]}, \"summary\": {\"import
ant\": true, \"name\": \"viewport_picture_size\", \"std\": 0.0, \"type\": \"list
_of_scalar_values\", \"units\": \"bytes\", \"values\": [20823, 209, 3, 9, 30]}}}
, \"format_version\": \"0.1\", \"next_version\": \"0.2\", \"trace_rerun_options\
": []}, \"master\": \"ChromiumPerfFyi\", \"point_id\": 1337000001, \"supplementa
l\": {}, \"versions\": {\"chromium\": \"xy12z43\"}}, \"url\": \"https://chromepe
rf.appspot.com/add_point\"}", | 1421 "stdin": "{\"data\": {\"bot\": \"Linux CT Top1k RR Perf\", \"chart_data\": {
\"benchmark_description\": \"Measures rasterize and record performance for Clust
er Telemetry.\", \"benchmark_metadata\": {\"description\": \"Measures rasterize
and record performance for Cluster Telemetry.\", \"name\": \"rasterize_and_recor
d_micro_ct\", \"rerun_options\": [], \"type\": \"telemetry_benchmark\"}, \"bench
mark_name\": \"rasterize_and_record_micro_ct\", \"charts\": {\"num_webpages_repo
rted\": {\"summary\": {\"important\": true, \"name\": \"num_webpages_reported\",
\"std\": 0.0, \"type\": \"scalar\", \"units\": \"num\", \"value\": 5}}, \"viewp
ort_picture_size\": {\"http://www.amazon.com\": {\"important\": true, \"name\":
\"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_of_sca
lar_values\", \"units\": \"bytes\", \"values\": [2, 4]}, \"http://www.baidu.com\
": {\"important\": true, \"name\": \"viewport_picture_size\", \"page_id\": 0, \"
std\": 0.0, \"type\": \"list_of_scalar_values\", \"units\": \"bytes\", \"values\
": [20, 40]}, \"http://www.facebook.com\": {\"important\": true, \"name\": \"vie
wport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_of_scalar_v
alues\", \"units\": \"bytes\", \"values\": [208, 210]}, \"http://www.google.com\
": {\"important\": true, \"name\": \"viewport_picture_size\", \"page_id\": 0, \"
std\": 0.0, \"type\": \"list_of_scalar_values\", \"units\": \"bytes\", \"values\
": [20822, 20824]}, \"http://www.twitter.com\": {\"important\": true, \"name\":
\"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_of_sca
lar_values\", \"units\": \"bytes\", \"values\": [8, 10]}, \"summary\": {\"import
ant\": true, \"name\": \"viewport_picture_size\", \"std\": 0.0, \"type\": \"list
_of_scalar_values\", \"units\": \"bytes\", \"values\": [20823, 209, 3, 9, 30]}}}
, \"format_version\": \"0.1\", \"next_version\": \"0.2\", \"trace_rerun_options\
": []}, \"master\": \"ChromiumPerfFyi\", \"point_id\": 1337000001, \"supplementa
l\": {}, \"versions\": {\"chromium\": \"xy12z43\"}}, \"url\": \"https://chromepe
rf.appspot.com/add_point\"}", |
1469 "~followup_annotations": [ | 1422 "~followup_annotations": [ |
1470 "@@@SET_BUILD_PROPERTY@Number of webpages@5@@@" | 1423 "@@@SET_BUILD_PROPERTY@Number of webpages@5@@@" |
1471 ] | 1424 ] |
1472 }, | 1425 }, |
1473 { | 1426 { |
1474 "name": "$result", | 1427 "name": "$result", |
1475 "recipe_result": null, | 1428 "recipe_result": null, |
1476 "status_code": 0 | 1429 "status_code": 0 |
1477 } | 1430 } |
1478 ] | 1431 ] |
OLD | NEW |