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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.json

Issue 2227783002: auto_bisect: fix path for checking DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux_perf_bisect", 7 "[BUILDER_CACHE]/linux_perf_bisect",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "env": { 197 "env": {
198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
199 "GYP_CHROMIUM_NO_ACTION": "1", 199 "GYP_CHROMIUM_NO_ACTION": "1",
200 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 200 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
202 }, 202 },
203 "name": "gclient runhooks (with patch)" 203 "name": "gclient runhooks (with patch)"
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python",
208 "-u",
209 "\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",
210 "[BUILDER_CACHE]/linux_perf_bisect",
211 "511"
212 ],
213 "name": "makedirs checkout path (2)",
214 "~followup_annotations": [
215 "@@@STEP_LOG_LINE@python.inline@@@@",
216 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
217 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
218 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
219 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
220 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
221 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
222 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
223 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
224 "@@@STEP_LOG_END@python.inline@@@"
225 ]
226 },
227 {
228 "cmd": [
207 "git", 229 "git",
208 "diff", 230 "diff",
209 "--cached", 231 "--cached",
210 "--name-only" 232 "--name-only"
211 ], 233 ],
212 "cwd": "[BUILDER_CACHE]/linux_perf_bisect/src", 234 "cwd": "[BUILDER_CACHE]/linux_perf_bisect/src",
213 "name": "git diff to analyze patch", 235 "name": "git diff to analyze patch",
214 "stdout": "/path/to/tmp/", 236 "stdout": "/path/to/tmp/",
215 "~followup_annotations": [ 237 "~followup_annotations": [
216 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@", 238 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@",
217 "@@@STEP_LOG_END@files@@@" 239 "@@@STEP_LOG_END@files@@@"
218 ] 240 ]
219 }, 241 },
220 { 242 {
221 "cmd": [], 243 "cmd": [],
244 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
222 "name": "***PERF TRYJOB***" 245 "name": "***PERF TRYJOB***"
223 }, 246 },
224 { 247 {
225 "cmd": [ 248 "cmd": [
226 "python", 249 "python",
227 "-u", 250 "-u",
228 "RECIPE_MODULE[build::perf_try]/resources/load_config_to_json.py", 251 "RECIPE_MODULE[build::perf_try]/resources/load_config_to_json.py",
229 "--source", 252 "--source",
230 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/run-perf-test.cfg", 253 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/run-perf-test.cfg",
231 "--output_json", 254 "--output_json",
232 "/path/to/tmp/json" 255 "/path/to/tmp/json"
233 ], 256 ],
257 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
234 "name": "load config", 258 "name": "load config",
235 "~followup_annotations": [ 259 "~followup_annotations": [
236 "@@@STEP_LOG_LINE@json.output@{@@@", 260 "@@@STEP_LOG_LINE@json.output@{@@@",
237 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark -v --browser=release sunspider\", @@@", 261 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark -v --browser=release sunspider\", @@@",
238 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@", 262 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@",
239 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@", 263 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@",
240 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@", 264 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@",
241 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@", 265 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@",
242 "@@@STEP_LOG_LINE@json.output@}@@@", 266 "@@@STEP_LOG_LINE@json.output@}@@@",
243 "@@@STEP_LOG_END@json.output@@@" 267 "@@@STEP_LOG_END@json.output@@@"
244 ] 268 ]
245 }, 269 },
246 { 270 {
247 "cmd": [ 271 "cmd": [
248 "python", 272 "python",
249 "-u", 273 "-u",
250 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 274 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
251 "--show-path", 275 "--show-path",
252 "python", 276 "python",
253 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 277 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
254 ], 278 ],
279 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
255 "name": "cleanup_temp" 280 "name": "cleanup_temp"
256 }, 281 },
257 { 282 {
258 "cmd": [ 283 "cmd": [
259 "/opt/infra-tools/buildbucket", 284 "/opt/infra-tools/buildbucket",
260 "put", 285 "put",
261 "--host", 286 "--host",
262 "cr-buildbucket.appspot.com", 287 "cr-buildbucket.appspot.com",
263 "--service-account-json", 288 "--service-account-json",
264 "/creds/service_accounts/service-account-chromium-bisect.json", 289 "/creds/service_accounts/service-account-chromium-bisect.json",
265 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"123456\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect _builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-pe rf-tryjob/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86ddfd4ebd0fe58cb9 _123456.zip\\\", \\\"clobber\\\": true, \\\"issue\\\": \\\"12345\\\", \\\"parent _got_revision\\\": \\\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\\\", \\\"patch_s torage\\\": \\\"rietveld\\\", \\\"patchset\\\": \\\"20001\\\", \\\"rietveld\\\": \\\"https://codereview.chromium.org\\\"}}\", \"tags\": [\"builder:linux_perf_bi sect_builder\", \"master:tryserver.chromium.perf\", \"user_agent:recipe\"]}" 290 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"123456\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect _builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-pe rf-tryjob/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86ddfd4ebd0fe58cb9 _123456.zip\\\", \\\"clobber\\\": true, \\\"issue\\\": \\\"12345\\\", \\\"parent _got_revision\\\": \\\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\\\", \\\"patch_s torage\\\": \\\"rietveld\\\", \\\"patchset\\\": \\\"20001\\\", \\\"rietveld\\\": \\\"https://codereview.chromium.org\\\"}}\", \"tags\": [\"builder:linux_perf_bi sect_builder\", \"master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
266 ], 291 ],
292 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
267 "name": "buildbucket.put", 293 "name": "buildbucket.put",
268 "stdout": "/path/to/tmp/json", 294 "stdout": "/path/to/tmp/json",
269 "~followup_annotations": [ 295 "~followup_annotations": [
270 "@@@STEP_LOG_LINE@json.output@{@@@", 296 "@@@STEP_LOG_LINE@json.output@{@@@",
271 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@", 297 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@",
272 "@@@STEP_LOG_LINE@json.output@ {@@@", 298 "@@@STEP_LOG_LINE@json.output@ {@@@",
273 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 299 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
274 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@", 300 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@",
275 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@", 301 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@",
276 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@", 302 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@",
(...skipping 14 matching lines...) Expand all
291 ] 317 ]
292 }, 318 },
293 { 319 {
294 "cmd": [ 320 "cmd": [
295 "/opt/infra-tools/buildbucket", 321 "/opt/infra-tools/buildbucket",
296 "get", 322 "get",
297 "--host", 323 "--host",
298 "cr-buildbucket.appspot.com", 324 "cr-buildbucket.appspot.com",
299 "9016911228971028736" 325 "9016911228971028736"
300 ], 326 ],
327 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
301 "name": "buildbucket.get", 328 "name": "buildbucket.get",
302 "stdout": "/path/to/tmp/json", 329 "stdout": "/path/to/tmp/json",
303 "~followup_annotations": [ 330 "~followup_annotations": [
304 "@@@STEP_LOG_LINE@json.output@{@@@", 331 "@@@STEP_LOG_LINE@json.output@{@@@",
305 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 332 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
306 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@", 333 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@",
307 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@", 334 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@",
308 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", 335 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
309 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@", 336 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@",
310 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@", 337 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@",
311 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@", 338 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@",
312 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@", 339 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@",
313 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@", 340 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@",
314 "@@@STEP_LOG_LINE@json.output@ }@@@", 341 "@@@STEP_LOG_LINE@json.output@ }@@@",
315 "@@@STEP_LOG_LINE@json.output@}@@@", 342 "@@@STEP_LOG_LINE@json.output@}@@@",
316 "@@@STEP_LOG_END@json.output@@@" 343 "@@@STEP_LOG_END@json.output@@@"
317 ] 344 ]
318 }, 345 },
319 { 346 {
320 "cmd": [ 347 "cmd": [
321 "python", 348 "python",
322 "-u", 349 "-u",
323 "\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", 350 "\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",
324 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release" 351 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release"
325 ], 352 ],
353 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
326 "name": "rmtree build directory", 354 "name": "rmtree build directory",
327 "~followup_annotations": [ 355 "~followup_annotations": [
328 "@@@STEP_LOG_LINE@python.inline@@@@", 356 "@@@STEP_LOG_LINE@python.inline@@@@",
329 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 357 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
330 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 358 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
331 "@@@STEP_LOG_LINE@python.inline@@@@", 359 "@@@STEP_LOG_LINE@python.inline@@@@",
332 "@@@STEP_LOG_LINE@python.inline@@@@", 360 "@@@STEP_LOG_LINE@python.inline@@@@",
333 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 361 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
334 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 362 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
335 "@@@STEP_LOG_END@python.inline@@@" 363 "@@@STEP_LOG_END@python.inline@@@"
(...skipping 13 matching lines...) Expand all
349 "Release", 377 "Release",
350 "--src-dir", 378 "--src-dir",
351 "[BUILDER_CACHE]/linux_perf_bisect/src", 379 "[BUILDER_CACHE]/linux_perf_bisect/src",
352 "--build-archive-url", 380 "--build-archive-url",
353 "gs://chrome-perf-tryjob/Linux Builder/full-build-linuxf27fede2220bcd326ae e3e86ddfd4ebd0fe58cb9_123456.zip", 381 "gs://chrome-perf-tryjob/Linux Builder/full-build-linuxf27fede2220bcd326ae e3e86ddfd4ebd0fe58cb9_123456.zip",
354 "--master-name", 382 "--master-name",
355 "tryserver.chromium.perf", 383 "tryserver.chromium.perf",
356 "--build-number", 384 "--build-number",
357 "571" 385 "571"
358 ], 386 ],
387 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
359 "name": "extract build" 388 "name": "extract build"
360 }, 389 },
361 { 390 {
362 "cmd": [ 391 "cmd": [
363 "python", 392 "python",
364 "-u", 393 "-u",
365 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 394 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
366 "--target", 395 "--target",
367 "Release", 396 "Release",
368 "--xvfb", 397 "--xvfb",
369 "--factory-properties", 398 "--factory-properties",
370 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", 399 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}",
371 "--build-properties", 400 "--build-properties",
372 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", 401 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}",
373 "--step-name=Performance Test (With Patch) 1 of 1", 402 "--step-name=Performance Test (With Patch) 1 of 1",
374 "--builder-name=linux_perf_bisect", 403 "--builder-name=linux_perf_bisect",
375 "--slave-name=TestSlavename", 404 "--slave-name=TestSlavename",
376 "--build-number=571", 405 "--build-number=571",
377 "--run-python-script", 406 "--run-python-script",
378 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark", 407 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark",
379 "-v", 408 "-v",
380 "--browser=release", 409 "--browser=release",
381 "sunspider", 410 "sunspider",
382 "--reset-results", 411 "--reset-results",
383 "--upload-results", 412 "--upload-results",
384 "--results-label=Patch" 413 "--results-label=Patch"
385 ], 414 ],
415 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
386 "name": "Performance Test (With Patch) 1 of 1", 416 "name": "Performance Test (With Patch) 1 of 1",
387 "stderr": "/path/to/tmp/", 417 "stderr": "/path/to/tmp/",
388 "stdout": "/path/to/tmp/", 418 "stdout": "/path/to/tmp/",
389 "~followup_annotations": [ 419 "~followup_annotations": [
390 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573] ms@@@", 420 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573] ms@@@",
391 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", 421 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@",
392 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", 422 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@",
393 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_failed= 0 count@@@", 423 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_failed= 0 count@@@",
394 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_errored= 0 count@@@", 424 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_errored= 0 count@@@",
395 "@@@STEP_LOG_LINE@Captured Output@@@@", 425 "@@@STEP_LOG_LINE@Captured Output@@@@",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "cmd": [ 541 "cmd": [
512 "python", 542 "python",
513 "-u", 543 "-u",
514 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 544 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
515 "--", 545 "--",
516 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 546 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
517 "----", 547 "----",
518 "ls", 548 "ls",
519 "gs://chrome-perf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86dd fd4ebd0fe58cb9.zip" 549 "gs://chrome-perf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86dd fd4ebd0fe58cb9.zip"
520 ], 550 ],
551 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
521 "name": "gsutil exists", 552 "name": "gsutil exists",
522 "~followup_annotations": [ 553 "~followup_annotations": [
523 "step returned non-zero exit code: 1", 554 "step returned non-zero exit code: 1",
524 "@@@STEP_EXCEPTION@@@" 555 "@@@STEP_EXCEPTION@@@"
525 ] 556 ]
526 }, 557 },
527 { 558 {
528 "cmd": [ 559 "cmd": [
529 "python", 560 "python",
530 "-u", 561 "-u",
531 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 562 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
532 "--show-path", 563 "--show-path",
533 "python", 564 "python",
534 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 565 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
535 ], 566 ],
567 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
536 "name": "cleanup_temp (2)" 568 "name": "cleanup_temp (2)"
537 }, 569 },
538 { 570 {
539 "cmd": [ 571 "cmd": [
540 "/opt/infra-tools/buildbucket", 572 "/opt/infra-tools/buildbucket",
541 "put", 573 "put",
542 "--host", 574 "--host",
543 "cr-buildbucket.appspot.com", 575 "cr-buildbucket.appspot.com",
544 "--service-account-json", 576 "--service-account-json",
545 "/creds/service_accounts/service-account-chromium-bisect.json", 577 "/creds/service_accounts/service-account-chromium-bisect.json",
546 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"123456\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect _builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-pe rf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86ddfd4ebd0fe58cb9.zip\\\ ", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"f27fede2220bcd326aee3 e86ddfd4ebd0fe58cb9\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \ "master:tryserver.chromium.perf\", \"user_agent:recipe\"]}" 578 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"123456\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect _builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-pe rf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86ddfd4ebd0fe58cb9.zip\\\ ", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"f27fede2220bcd326aee3 e86ddfd4ebd0fe58cb9\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \ "master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
547 ], 579 ],
580 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
548 "name": "buildbucket.put (2)", 581 "name": "buildbucket.put (2)",
549 "stdout": "/path/to/tmp/json", 582 "stdout": "/path/to/tmp/json",
550 "~followup_annotations": [ 583 "~followup_annotations": [
551 "@@@STEP_LOG_LINE@json.output@{@@@", 584 "@@@STEP_LOG_LINE@json.output@{@@@",
552 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@", 585 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@",
553 "@@@STEP_LOG_LINE@json.output@ {@@@", 586 "@@@STEP_LOG_LINE@json.output@ {@@@",
554 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 587 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
555 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@", 588 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@",
556 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@", 589 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@",
557 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@", 590 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@",
(...skipping 14 matching lines...) Expand all
572 ] 605 ]
573 }, 606 },
574 { 607 {
575 "cmd": [ 608 "cmd": [
576 "/opt/infra-tools/buildbucket", 609 "/opt/infra-tools/buildbucket",
577 "get", 610 "get",
578 "--host", 611 "--host",
579 "cr-buildbucket.appspot.com", 612 "cr-buildbucket.appspot.com",
580 "9016911228971028736" 613 "9016911228971028736"
581 ], 614 ],
615 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
582 "name": "buildbucket.get (2)", 616 "name": "buildbucket.get (2)",
583 "stdout": "/path/to/tmp/json", 617 "stdout": "/path/to/tmp/json",
584 "~followup_annotations": [ 618 "~followup_annotations": [
585 "@@@STEP_LOG_LINE@json.output@{@@@", 619 "@@@STEP_LOG_LINE@json.output@{@@@",
586 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 620 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
587 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@", 621 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@",
588 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@", 622 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@",
589 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", 623 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
590 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@", 624 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@",
591 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@", 625 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@",
592 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@", 626 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@",
593 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@", 627 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@",
594 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@", 628 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@",
595 "@@@STEP_LOG_LINE@json.output@ }@@@", 629 "@@@STEP_LOG_LINE@json.output@ }@@@",
596 "@@@STEP_LOG_LINE@json.output@}@@@", 630 "@@@STEP_LOG_LINE@json.output@}@@@",
597 "@@@STEP_LOG_END@json.output@@@" 631 "@@@STEP_LOG_END@json.output@@@"
598 ] 632 ]
599 }, 633 },
600 { 634 {
601 "cmd": [ 635 "cmd": [
602 "python", 636 "python",
603 "-u", 637 "-u",
604 "\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", 638 "\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",
605 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release" 639 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release"
606 ], 640 ],
641 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
607 "name": "rmtree build directory (2)", 642 "name": "rmtree build directory (2)",
608 "~followup_annotations": [ 643 "~followup_annotations": [
609 "@@@STEP_LOG_LINE@python.inline@@@@", 644 "@@@STEP_LOG_LINE@python.inline@@@@",
610 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 645 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
611 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 646 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
612 "@@@STEP_LOG_LINE@python.inline@@@@", 647 "@@@STEP_LOG_LINE@python.inline@@@@",
613 "@@@STEP_LOG_LINE@python.inline@@@@", 648 "@@@STEP_LOG_LINE@python.inline@@@@",
614 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 649 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
615 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 650 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
616 "@@@STEP_LOG_END@python.inline@@@" 651 "@@@STEP_LOG_END@python.inline@@@"
(...skipping 13 matching lines...) Expand all
630 "Release", 665 "Release",
631 "--src-dir", 666 "--src-dir",
632 "[BUILDER_CACHE]/linux_perf_bisect/src", 667 "[BUILDER_CACHE]/linux_perf_bisect/src",
633 "--build-archive-url", 668 "--build-archive-url",
634 "gs://chrome-perf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86dd fd4ebd0fe58cb9.zip", 669 "gs://chrome-perf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86dd fd4ebd0fe58cb9.zip",
635 "--master-name", 670 "--master-name",
636 "tryserver.chromium.perf", 671 "tryserver.chromium.perf",
637 "--build-number", 672 "--build-number",
638 "571" 673 "571"
639 ], 674 ],
675 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
640 "name": "extract build (2)" 676 "name": "extract build (2)"
641 }, 677 },
642 { 678 {
643 "cmd": [ 679 "cmd": [
644 "python", 680 "python",
645 "-u", 681 "-u",
646 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 682 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
647 "--target", 683 "--target",
648 "Release", 684 "Release",
649 "--xvfb", 685 "--xvfb",
650 "--factory-properties", 686 "--factory-properties",
651 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", 687 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}",
652 "--build-properties", 688 "--build-properties",
653 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", 689 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}",
654 "--step-name=Performance Test (Without Patch) 1 of 1", 690 "--step-name=Performance Test (Without Patch) 1 of 1",
655 "--builder-name=linux_perf_bisect", 691 "--builder-name=linux_perf_bisect",
656 "--slave-name=TestSlavename", 692 "--slave-name=TestSlavename",
657 "--build-number=571", 693 "--build-number=571",
658 "--run-python-script", 694 "--run-python-script",
659 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark", 695 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark",
660 "-v", 696 "-v",
661 "--browser=release", 697 "--browser=release",
662 "sunspider", 698 "sunspider",
663 "--upload-results", 699 "--upload-results",
664 "--results-label=TOT" 700 "--results-label=TOT"
665 ], 701 ],
702 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
666 "name": "Performance Test (Without Patch) 1 of 1", 703 "name": "Performance Test (Without Patch) 1 of 1",
667 "stderr": "/path/to/tmp/", 704 "stderr": "/path/to/tmp/",
668 "stdout": "/path/to/tmp/", 705 "stdout": "/path/to/tmp/",
669 "~followup_annotations": [ 706 "~followup_annotations": [
670 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573] ms@@@", 707 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573] ms@@@",
671 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", 708 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@",
672 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", 709 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@",
673 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_failed= 0 count@@@", 710 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_failed= 0 count@@@",
674 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_errored= 0 count@@@", 711 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_errored= 0 count@@@",
675 "@@@STEP_LOG_LINE@Captured Output@@@@", 712 "@@@STEP_LOG_LINE@Captured Output@@@@",
676 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis .com/chromium-telemetry/html-results/results-without_patch@@@", 713 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis .com/chromium-telemetry/html-results/results-without_patch@@@",
677 "@@@STEP_LOG_END@Captured Output@@@" 714 "@@@STEP_LOG_END@Captured Output@@@"
678 ] 715 ]
679 }, 716 },
680 { 717 {
681 "cmd": [], 718 "cmd": [],
719 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
682 "name": "Results", 720 "name": "Results",
683 "~followup_annotations": [ 721 "~followup_annotations": [
684 "@@@STEP_TEXT@No values from test with patch, or none from test without pa tch.", 722 "@@@STEP_TEXT@No values from test with patch, or none from test without pa tch.",
685 "Output with patch:", 723 "Output with patch:",
686 "*RESULT dummy: dummy= [5.83,6.013,5.573]ms", 724 "*RESULT dummy: dummy= [5.83,6.013,5.573]ms",
687 "Avg dummy: 5.907711ms", 725 "Avg dummy: 5.907711ms",
688 "Sd dummy: 0.255921ms", 726 "Sd dummy: 0.255921ms",
689 "RESULT telemetry_page_measurement_results: num_failed= 0 count", 727 "RESULT telemetry_page_measurement_results: num_failed= 0 count",
690 "RESULT telemetry_page_measurement_results: num_errored= 0 count", 728 "RESULT telemetry_page_measurement_results: num_errored= 0 count",
691 "", 729 "",
(...skipping 11 matching lines...) Expand all
703 "@@@", 741 "@@@",
704 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@" 742 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@"
705 ] 743 ]
706 }, 744 },
707 { 745 {
708 "cmd": [ 746 "cmd": [
709 "python", 747 "python",
710 "-u", 748 "-u",
711 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" 749 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
712 ], 750 ],
751 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
713 "name": "Post bisect results", 752 "name": "Post bisect results",
714 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_ url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"cloud_link \": \"http://storage.googleapis.com/chromium-telemetry/html-results/results-with out_patch\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release su nspider\", \"metric\": null, \"status\": \"completed\", \"try_job_id\": null, \" warnings\": [\"No values from test with patch, or none from test without patch.\ \n Output with patch:\\n*RESULT dummy: dummy= [5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\nRESULT telemetry_page_measurement_results: num_failed= 0 count\\nRESULT telemetry_page_measurement_results: num_errored= 0 count\\n\\nView online at http://storage.googleapis.com/chromium-telemetry/html- results/results-with_patch\\n\\n\\nOutput without patch:\\n*RESULT dummy: dummy= [5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\nRESULT t elemetry_page_measurement_results: num_failed= 0 count\\nRESULT telemetry_page_m easurement_results: num_errored= 0 count\\n\\nView online at http://storage.goog leapis.com/chromium-telemetry/html-results/results-without_patch\\n\"]}, \"url\" : \"https://chromeperf.appspot.com/post_bisect_results\"}", 753 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_ url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"cloud_link \": \"http://storage.googleapis.com/chromium-telemetry/html-results/results-with out_patch\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release su nspider\", \"metric\": null, \"status\": \"completed\", \"try_job_id\": null, \" warnings\": [\"No values from test with patch, or none from test without patch.\ \n Output with patch:\\n*RESULT dummy: dummy= [5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\nRESULT telemetry_page_measurement_results: num_failed= 0 count\\nRESULT telemetry_page_measurement_results: num_errored= 0 count\\n\\nView online at http://storage.googleapis.com/chromium-telemetry/html- results/results-with_patch\\n\\n\\nOutput without patch:\\n*RESULT dummy: dummy= [5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\nRESULT t elemetry_page_measurement_results: num_failed= 0 count\\nRESULT telemetry_page_m easurement_results: num_errored= 0 count\\n\\nView online at http://storage.goog leapis.com/chromium-telemetry/html-results/results-without_patch\\n\"]}, \"url\" : \"https://chromeperf.appspot.com/post_bisect_results\"}",
715 "stdout": "/path/to/tmp/json", 754 "stdout": "/path/to/tmp/json",
716 "~followup_annotations": [ 755 "~followup_annotations": [
717 "@@@STEP_LOG_LINE@json.output@{@@@", 756 "@@@STEP_LOG_LINE@json.output@{@@@",
718 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", 757 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
719 "@@@STEP_LOG_LINE@json.output@}@@@", 758 "@@@STEP_LOG_LINE@json.output@}@@@",
720 "@@@STEP_LOG_END@json.output@@@" 759 "@@@STEP_LOG_END@json.output@@@"
721 ] 760 ]
722 }, 761 },
723 { 762 {
724 "name": "$result", 763 "name": "$result",
725 "recipe_result": null, 764 "recipe_result": null,
726 "status_code": 0 765 "status_code": 0
727 } 766 }
728 ] 767 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698