Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url' : 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn://svn-mirror.golo.ch romium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/nati ve_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo) s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_fil e': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://svn-mirror.golo.chrom ium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_prof ile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, ' src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/dat a/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/ test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin': None, ' src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data /esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None, 'src/d ata/mozilla_js_tests': None, 'src/data/selenium_core': None, 'src/data/tab_switc hing': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder ': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugin s': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome -internal/trunk/src-internal'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url' : 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn://svn-mirror.golo.ch romium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/nati ve_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo) s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_fil e': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://svn-mirror.golo.chrom ium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_prof ile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, ' src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/dat a/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/ test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin': None, ' src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data /esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None, 'src/d ata/mozilla_js_tests': None, 'src/data/selenium_core': None, 'src/data/tab_switc hing': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder ': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugin s': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome -internal/trunk/src-internal'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", | 18 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--issue", | 21 "--issue", |
| 22 "12853011", | 22 "12345", |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "20001", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://codereview.chromium.org", | 26 "True", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "src@HEAD", | 30 "src@HEAD", |
| 31 "--output_manifest" | 31 "--output_manifest" |
| 32 ], | 32 ], |
| 33 "env": { | 33 "env": { |
| 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 35 }, | 35 }, |
| 36 "name": "bot_update", | 36 "name": "bot_update", |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 222 "-u", | 222 "-u", |
| 223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 224 "--show-path", | 224 "--show-path", |
| 225 "python", | 225 "python", |
| 226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 227 ], | 227 ], |
| 228 "name": "cleanup_temp" | 228 "name": "cleanup_temp" |
| 229 }, | 229 }, |
| 230 { | 230 { |
| 231 "cmd": [ | 231 "cmd": [ |
| 232 "/opt/infra-tools/buildbucket", | |
| 233 "put", | |
| 234 "--host", | |
| 235 "cr-buildbucket.appspot.com", | |
| 236 "--service-account-json", | |
| 237 "/creds/service_accounts/service-account-chromium_bisect.json", | |
| 238 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"57b122e4ab4c4b32865a0a441e4badd0\", \"parameters_json\": \"{\\\"buildername\\ \": \\\"linux_perf_bisect_builder\\\", \\\"properties\\\": {\\\"build_archive_ur l\\\": \\\"gs://chrome-perf-tryjob/Linux Builder/full-build-linuxNone.zip\\\", \ \\"clobber\\\": true, \\\"issue\\\": \\\"12345\\\", \\\"parent_got_revision\\\": \\\"None\\\", \\\"patch_storage\\\": \\\"rietveld\\\", \\\"patchset\\\": \\\"20 001\\\", \\\"rietveld\\\": true}}\", \"tags\": [\"master:tryserver.chromium.perf \", \"user_agent:recipe\"]}" | |
|
prasadv
2016/06/22 21:56:23
" \\\"gs://chrome-perf-tryjob/Linux Builder/full-b
Ziqi Xiong
2016/06/23 20:58:58
Done.
| |
| 239 ], | |
| 240 "name": "buildbucket.put", | |
| 241 "stdout": "/path/to/tmp/json", | |
| 242 "~followup_annotations": [ | |
| 243 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 244 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@", | |
| 245 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 246 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", | |
| 247 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@", | |
| 248 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@", | |
| 249 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@", | |
| 250 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9016911228971028736\", @@@ ", | |
| 251 "@@@STEP_LOG_LINE@json.output@ \"parameters_json\": \"{\\\"This_has _been\\\": \\\"removed\\\"}\", @@@", | |
| 252 "@@@STEP_LOG_LINE@json.output@ \"result_details_json\": \"null\", @ @@", | |
| 253 "@@@STEP_LOG_LINE@json.output@ \"status\": \"SCHEDULED\", @@@", | |
| 254 "@@@STEP_LOG_LINE@json.output@ \"status_changed_ts\": \"14592003698 35930\", @@@", | |
| 255 "@@@STEP_LOG_LINE@json.output@ \"updated_ts\": \"1459200369835940\" , @@@", | |
| 256 "@@@STEP_LOG_LINE@json.output@ \"utcnow_ts\": \"1459200369962370\"@ @@", | |
| 257 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 258 "@@@STEP_LOG_LINE@json.output@ \"etag\": \"\\\"8uCIh8TRuYs4vPN3iWmly9 SJMqw\\\"\", @@@", | |
| 259 "@@@STEP_LOG_LINE@json.output@ \"kind\": \"buildbucket#resourcesItem\ "@@@", | |
| 260 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 261 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 262 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 263 "@@@STEP_LOG_END@json.output@@@" | |
| 264 ] | |
| 265 }, | |
| 266 { | |
| 267 "cmd": [ | |
| 268 "/opt/infra-tools/buildbucket", | |
| 269 "get", | |
| 270 "--host", | |
| 271 "cr-buildbucket.appspot.com", | |
| 272 "9016911228971028736" | |
| 273 ], | |
| 274 "name": "buildbucket.get", | |
| 275 "stdout": "/path/to/tmp/json", | |
| 276 "~followup_annotations": [ | |
| 277 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 278 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium.pe rf\", @@@", | |
| 279 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@", | |
| 280 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", | |
| 281 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@", | |
| 282 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19:32 :37 2016\", @@@", | |
| 283 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 201 6\", @@@", | |
| 284 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/try server.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@", | |
| 285 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 2016 \"@@@", | |
| 286 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 287 "@@@STEP_LOG_END@json.output@@@" | |
| 288 ] | |
| 289 }, | |
| 290 { | |
| 291 "cmd": [ | |
| 232 "python", | 292 "python", |
| 233 "-u", | 293 "-u", |
| 234 "\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", | 294 "\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", |
| 235 "[SLAVE_BUILD]/src/out/Release" | 295 "[SLAVE_BUILD]/src/out/Release" |
| 236 ], | 296 ], |
| 237 "name": "rmtree build directory", | 297 "name": "rmtree build directory", |
| 238 "~followup_annotations": [ | 298 "~followup_annotations": [ |
| 239 "@@@STEP_LOG_LINE@python.inline@@@@", | 299 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 240 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 300 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 241 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", | 301 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", |
| 242 "@@@STEP_LOG_LINE@python.inline@@@@", | 302 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 243 "@@@STEP_LOG_LINE@python.inline@@@@", | 303 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 244 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 304 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 245 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", | 305 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", |
| 246 "@@@STEP_LOG_END@python.inline@@@" | 306 "@@@STEP_LOG_END@python.inline@@@" |
| 247 ] | 307 ] |
| 248 }, | 308 }, |
| 249 { | 309 { |
| 250 "cmd": [ | 310 "cmd": [ |
| 251 "python", | 311 "python", |
| 252 "-u", | 312 "-u", |
| 253 "[SLAVE_BUILD]/src/tools/mb/mb.py", | |
| 254 "gen", | |
| 255 "-m", | |
| 256 "tryserver.chromium.perf", | |
| 257 "-b", | |
| 258 "linux_perf_bisect", | |
| 259 "--config-file", | |
| 260 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | |
| 261 "--goma-dir", | |
| 262 "[CACHE]/cipd/goma", | |
| 263 "//out/Release" | |
| 264 ], | |
| 265 "env": { | |
| 266 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" | |
| 267 }, | |
| 268 "name": "generate_build_files (with patch)" | |
| 269 }, | |
| 270 { | |
| 271 "cmd": [ | |
| 272 "python", | |
| 273 "-u", | |
| 274 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 313 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 275 "--show-path", | 314 "--show-path", |
| 276 "python", | 315 "python", |
| 277 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 316 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", |
| 278 "--gsutil-py-path", | |
| 279 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | |
| 280 "--ninja-path", | |
| 281 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | |
| 282 "--target", | 317 "--target", |
| 283 "Release", | 318 "Release", |
| 284 "--src-dir", | 319 "--build-archive-url", |
| 285 "[SLAVE_BUILD]/src", | 320 "gs://chrome-perf-tryjob/Linux Builder/full-build-linuxNone.zip", |
| 286 "--goma-cache-dir", | 321 "--master-name", |
| 287 "[GOMA_CACHE]", | 322 "tryserver.chromium.perf", |
| 288 "--build-tool", | 323 "--build-number", |
| 289 "ninja", | 324 "571" |
| 290 "--compiler", | |
| 291 "goma", | |
| 292 "--goma-jsonstatus", | |
| 293 "/path/to/tmp/json", | |
| 294 "--goma-service-account-json-file", | |
| 295 "/creds/service_accounts/service-account-goma-client.json", | |
| 296 "--mode", | |
| 297 "official", | |
| 298 "--goma-dir", | |
| 299 "[CACHE]/cipd/goma", | |
| 300 "--goma-hermetic", | |
| 301 "fallback", | |
| 302 "--goma-fail-fast", | |
| 303 "--goma-disable-local-fallback", | |
| 304 "--", | |
| 305 "chromium_builder_perf" | |
| 306 ], | 325 ], |
| 307 "env": { | 326 "name": "extract build" |
| 308 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" | |
| 309 }, | |
| 310 "name": "compile (with patch)", | |
| 311 "~followup_annotations": [ | |
| 312 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 313 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 314 ] | |
| 315 }, | 327 }, |
| 316 { | 328 { |
| 317 "cmd": [ | 329 "cmd": [ |
| 318 "python", | 330 "python", |
| 319 "-u", | 331 "-u", |
| 320 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 332 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 321 "--target", | 333 "--target", |
| 322 "Release", | 334 "Release", |
| 323 "--xvfb", | 335 "--xvfb", |
| 324 "--factory-properties", | 336 "--factory-properties", |
| 325 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\ ": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium. org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\" , \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam e\"}", | 337 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf\", \"patch_project \": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset\": \"20001\", \"pr oject\": \"chrome\", \"recipe\": \"bisection/desktop_bisect\", \"repository\": \ "\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietv eld\": true, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", |
| 326 "--build-properties", | 338 "--build-properties", |
| 327 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\ ": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium. org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\" , \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam e\"}", | 339 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf\", \"patch_project \": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset\": \"20001\", \"pr oject\": \"chrome\", \"recipe\": \"bisection/desktop_bisect\", \"repository\": \ "\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietv eld\": true, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", |
| 328 "--step-name=Performance Test (With Patch) 1 of 1", | 340 "--step-name=Performance Test (With Patch) 1 of 1", |
| 329 "--builder-name=linux_perf_bisect", | 341 "--builder-name=linux_perf_bisect", |
| 330 "--slave-name=TestSlavename", | 342 "--slave-name=TestSlavename", |
| 331 "--build-number=571", | 343 "--build-number=571", |
| 332 "--run-python-script", | 344 "--run-python-script", |
| 333 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 345 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", |
| 334 "-v", | 346 "-v", |
| 335 "--browser=release", | 347 "--browser=release", |
| 336 "sunspider", | 348 "sunspider", |
| 337 "--reset-results", | 349 "--reset-results", |
| 338 "--upload-results", | 350 "--upload-results", |
| 339 "--results-label=Patch" | 351 "--results-label=Patch" |
| 340 ], | 352 ], |
| 341 "name": "Performance Test (With Patch) 1 of 1", | 353 "name": "Performance Test (With Patch) 1 of 1", |
| 342 "stderr": "/path/to/tmp/", | 354 "stderr": "/path/to/tmp/", |
| 343 "stdout": "/path/to/tmp/", | 355 "stdout": "/path/to/tmp/", |
| 344 "~followup_annotations": [ | 356 "~followup_annotations": [ |
| 345 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573] ms@@@", | |
| 346 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", | |
| 347 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", | |
| 348 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_failed= 0 count@@@", | |
| 349 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_errored= 0 count@@@", | |
| 350 "@@@STEP_LOG_LINE@Captured Output@@@@", | |
| 351 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis .com/chromium-telemetry/html-results/results-with_patch@@@", | |
| 352 "@@@STEP_LOG_END@Captured Output@@@" | 357 "@@@STEP_LOG_END@Captured Output@@@" |
| 353 ] | 358 ] |
| 354 }, | 359 }, |
| 355 { | 360 { |
| 356 "cmd": [ | 361 "cmd": [ |
| 357 "python", | 362 "python", |
| 358 "-u", | 363 "-u", |
| 359 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 364 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 360 "--master", | 365 "--master", |
| 361 "tryserver.chromium.perf", | 366 "tryserver.chromium.perf", |
| 362 "--builder", | 367 "--builder", |
| 363 "linux_perf_bisect", | 368 "linux_perf_bisect", |
| 364 "--slave", | 369 "--slave", |
| 365 "TestSlavename", | 370 "TestSlavename", |
| 366 "--spec", | 371 "--spec", |
| 367 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url' : 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn://svn-mirror.golo.ch romium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/nati ve_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo) s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_fil e': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://svn-mirror.golo.chrom ium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_prof ile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, ' src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/dat a/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/ test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin': None, ' src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data /esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None, 'src/d ata/mozilla_js_tests': None, 'src/data/selenium_core': None, 'src/data/tab_switc hing': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder ': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugin s': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome -internal/trunk/src-internal'}]", | 372 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url' : 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn://svn-mirror.golo.ch romium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/nati ve_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo) s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_fil e': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://svn-mirror.golo.chrom ium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_prof ile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, ' src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/dat a/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/ test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin': None, ' src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data /esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None, 'src/d ata/mozilla_js_tests': None, 'src/data/selenium_core': None, 'src/data/tab_switc hing': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder ': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugin s': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome -internal/trunk/src-internal'}]", |
| 368 "--root", | 373 "--root", |
| 369 "src", | 374 "src", |
| 370 "--revision_mapping_file", | 375 "--revision_mapping_file", |
| 371 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", | 376 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", |
| 372 "--git-cache-dir", | 377 "--git-cache-dir", |
| 373 "[GIT_CACHE]", | 378 "[GIT_CACHE]", |
| 374 "--rietveld_server", | 379 "--rietveld_server", |
| 375 "https://codereview.chromium.org", | 380 "True", |
| 376 "--output_json", | 381 "--output_json", |
| 377 "/path/to/tmp/json", | 382 "/path/to/tmp/json", |
| 378 "--revision", | 383 "--revision", |
| 379 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 384 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 380 "--force", | 385 "--force", |
| 381 "--output_manifest" | 386 "--output_manifest" |
| 382 ], | 387 ], |
| 383 "env": { | 388 "env": { |
| 384 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 389 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 385 }, | 390 }, |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 467 "-u", | 472 "-u", |
| 468 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 473 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 469 "--show-path", | 474 "--show-path", |
| 470 "python", | 475 "python", |
| 471 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 476 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 472 ], | 477 ], |
| 473 "name": "cleanup_temp (2)" | 478 "name": "cleanup_temp (2)" |
| 474 }, | 479 }, |
| 475 { | 480 { |
| 476 "cmd": [ | 481 "cmd": [ |
| 482 "/opt/infra-tools/buildbucket", | |
| 483 "put", | |
| 484 "--host", | |
| 485 "cr-buildbucket.appspot.com", | |
| 486 "--service-account-json", | |
| 487 "/creds/service_accounts/service-account-chromium_bisect.json", | |
| 488 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"a3bc63df0f75472793774f2f9b555b8d\", \"parameters_json\": \"{\\\"buildername\\ \": \\\"linux_perf_bisect_builder\\\", \\\"properties\\\": {\\\"build_archive_ur l\\\": \\\"gs://chrome-perf/Linux Builder/full-build-linuxNone.zip\\\", \\\"clob ber\\\": true, \\\"parent_got_revision\\\": \\\"None\\\"}}\", \"tags\": [\"maste r:tryserver.chromium.perf\", \"user_agent:recipe\"]}" | |
|
prasadv
2016/06/22 21:56:23
"\\\"gs://chrome-perf/Linux Builder/full-build-lin
Ziqi Xiong
2016/06/23 20:58:58
Done.
| |
| 489 ], | |
| 490 "name": "buildbucket.put (2)", | |
|
prasadv
2016/06/22 21:56:23
I think we before posting build request, we should
Ziqi Xiong
2016/06/23 20:58:58
Done.
| |
| 491 "stdout": "/path/to/tmp/json", | |
| 492 "~followup_annotations": [ | |
| 493 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 494 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@", | |
| 495 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 496 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", | |
| 497 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@", | |
| 498 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@", | |
| 499 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@", | |
| 500 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9016911228971028736\", @@@ ", | |
| 501 "@@@STEP_LOG_LINE@json.output@ \"parameters_json\": \"{\\\"This_has _been\\\": \\\"removed\\\"}\", @@@", | |
| 502 "@@@STEP_LOG_LINE@json.output@ \"result_details_json\": \"null\", @ @@", | |
| 503 "@@@STEP_LOG_LINE@json.output@ \"status\": \"SCHEDULED\", @@@", | |
| 504 "@@@STEP_LOG_LINE@json.output@ \"status_changed_ts\": \"14592003698 35930\", @@@", | |
| 505 "@@@STEP_LOG_LINE@json.output@ \"updated_ts\": \"1459200369835940\" , @@@", | |
| 506 "@@@STEP_LOG_LINE@json.output@ \"utcnow_ts\": \"1459200369962370\"@ @@", | |
| 507 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 508 "@@@STEP_LOG_LINE@json.output@ \"etag\": \"\\\"8uCIh8TRuYs4vPN3iWmly9 SJMqw\\\"\", @@@", | |
| 509 "@@@STEP_LOG_LINE@json.output@ \"kind\": \"buildbucket#resourcesItem\ "@@@", | |
| 510 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 511 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 512 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 513 "@@@STEP_LOG_END@json.output@@@" | |
| 514 ] | |
| 515 }, | |
| 516 { | |
| 517 "cmd": [ | |
| 518 "/opt/infra-tools/buildbucket", | |
| 519 "get", | |
| 520 "--host", | |
| 521 "cr-buildbucket.appspot.com", | |
| 522 "9016911228971028736" | |
| 523 ], | |
| 524 "name": "buildbucket.get (2)", | |
| 525 "stdout": "/path/to/tmp/json", | |
| 526 "~followup_annotations": [ | |
| 527 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 528 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium.pe rf\", @@@", | |
| 529 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@", | |
| 530 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", | |
| 531 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@", | |
| 532 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19:32 :37 2016\", @@@", | |
| 533 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 201 6\", @@@", | |
| 534 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/try server.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@", | |
| 535 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 2016 \"@@@", | |
| 536 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 537 "@@@STEP_LOG_END@json.output@@@" | |
| 538 ] | |
| 539 }, | |
| 540 { | |
| 541 "cmd": [ | |
| 477 "python", | 542 "python", |
| 478 "-u", | 543 "-u", |
| 479 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 544 "\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", |
| 480 "gen", | 545 "[SLAVE_BUILD]/src/out/Release" |
| 481 "-m", | |
| 482 "tryserver.chromium.perf", | |
| 483 "-b", | |
| 484 "linux_perf_bisect", | |
| 485 "--config-file", | |
| 486 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | |
| 487 "--goma-dir", | |
| 488 "[CACHE]/cipd/goma", | |
| 489 "//out/Release" | |
| 490 ], | 546 ], |
| 491 "env": { | 547 "name": "rmtree build directory (2)", |
| 492 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" | 548 "~followup_annotations": [ |
| 493 }, | 549 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 494 "name": "generate_build_files Without Patch" | 550 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 551 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", | |
| 552 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 553 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 554 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | |
| 555 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", | |
| 556 "@@@STEP_LOG_END@python.inline@@@" | |
| 557 ] | |
| 495 }, | 558 }, |
| 496 { | 559 { |
| 497 "cmd": [ | 560 "cmd": [ |
| 498 "python", | 561 "python", |
| 499 "-u", | 562 "-u", |
| 500 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 563 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 501 "--show-path", | 564 "--show-path", |
| 502 "python", | 565 "python", |
| 503 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 566 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", |
| 504 "--gsutil-py-path", | |
| 505 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | |
| 506 "--ninja-path", | |
| 507 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | |
| 508 "--target", | 567 "--target", |
| 509 "Release", | 568 "Release", |
| 510 "--src-dir", | 569 "--build-archive-url", |
| 511 "[SLAVE_BUILD]/src", | 570 "gs://chrome-perf/Linux Builder/full-build-linuxNone.zip", |
| 512 "--goma-cache-dir", | 571 "--master-name", |
| 513 "[GOMA_CACHE]", | 572 "tryserver.chromium.perf", |
| 514 "--build-tool", | 573 "--build-number", |
| 515 "ninja", | 574 "571" |
| 516 "--compiler", | |
| 517 "goma", | |
| 518 "--goma-jsonstatus", | |
| 519 "/path/to/tmp/json", | |
| 520 "--goma-service-account-json-file", | |
| 521 "/creds/service_accounts/service-account-goma-client.json", | |
| 522 "--mode", | |
| 523 "official", | |
| 524 "--goma-dir", | |
| 525 "[CACHE]/cipd/goma", | |
| 526 "--goma-hermetic", | |
| 527 "fallback", | |
| 528 "--goma-fail-fast", | |
| 529 "--goma-disable-local-fallback", | |
| 530 "--", | |
| 531 "chromium_builder_perf" | |
| 532 ], | 575 ], |
| 533 "env": { | 576 "name": "extract build (2)" |
| 534 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" | |
| 535 }, | |
| 536 "name": "compile Without Patch", | |
| 537 "~followup_annotations": [ | |
| 538 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 539 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 540 ] | |
| 541 }, | 577 }, |
| 542 { | 578 { |
| 543 "cmd": [ | 579 "cmd": [ |
| 544 "python", | 580 "python", |
| 545 "-u", | 581 "-u", |
| 546 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 582 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 547 "--target", | 583 "--target", |
| 548 "Release", | 584 "Release", |
| 549 "--xvfb", | 585 "--xvfb", |
| 550 "--factory-properties", | 586 "--factory-properties", |
| 551 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\ ": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium. org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\" , \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam e\"}", | 587 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf\", \"patch_project \": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset\": \"20001\", \"pr oject\": \"chrome\", \"recipe\": \"bisection/desktop_bisect\", \"repository\": \ "\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietv eld\": true, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", |
| 552 "--build-properties", | 588 "--build-properties", |
| 553 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\ ": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium. org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\" , \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam e\"}", | 589 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf\", \"patch_project \": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset\": \"20001\", \"pr oject\": \"chrome\", \"recipe\": \"bisection/desktop_bisect\", \"repository\": \ "\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietv eld\": true, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", |
| 554 "--step-name=Performance Test (Without Patch) 1 of 1", | 590 "--step-name=Performance Test (Without Patch) 1 of 1", |
| 555 "--builder-name=linux_perf_bisect", | 591 "--builder-name=linux_perf_bisect", |
| 556 "--slave-name=TestSlavename", | 592 "--slave-name=TestSlavename", |
| 557 "--build-number=571", | 593 "--build-number=571", |
| 558 "--run-python-script", | 594 "--run-python-script", |
| 559 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 595 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", |
| 560 "-v", | 596 "-v", |
| 561 "--browser=release", | 597 "--browser=release", |
| 562 "sunspider", | 598 "sunspider", |
| 563 "--upload-results", | 599 "--upload-results", |
| 564 "--results-label=TOT" | 600 "--results-label=TOT" |
| 565 ], | 601 ], |
| 566 "name": "Performance Test (Without Patch) 1 of 1", | 602 "name": "Performance Test (Without Patch) 1 of 1", |
| 567 "stderr": "/path/to/tmp/", | 603 "stderr": "/path/to/tmp/", |
| 568 "stdout": "/path/to/tmp/", | 604 "stdout": "/path/to/tmp/", |
| 569 "~followup_annotations": [ | 605 "~followup_annotations": [ |
| 570 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573] ms@@@", | |
| 571 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", | |
| 572 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", | |
| 573 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_failed= 0 count@@@", | |
| 574 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_errored= 0 count@@@", | |
| 575 "@@@STEP_LOG_LINE@Captured Output@@@@", | |
| 576 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis .com/chromium-telemetry/html-results/results-without_patch@@@", | |
| 577 "@@@STEP_LOG_END@Captured Output@@@" | 606 "@@@STEP_LOG_END@Captured Output@@@" |
| 578 ] | 607 ] |
| 579 }, | 608 }, |
| 580 { | 609 { |
| 581 "cmd": [], | 610 "cmd": [], |
| 582 "name": "Results", | 611 "name": "Results" |
| 583 "~followup_annotations": [ | |
| 584 "@@@STEP_TEXT@No values from test with patch, or none from test without pa tch.", | |
| 585 "Output with patch:", | |
| 586 "*RESULT dummy: dummy= [5.83,6.013,5.573]ms", | |
| 587 "Avg dummy: 5.907711ms", | |
| 588 "Sd dummy: 0.255921ms", | |
| 589 "RESULT telemetry_page_measurement_results: num_failed= 0 count", | |
| 590 "RESULT telemetry_page_measurement_results: num_errored= 0 count", | |
| 591 "View online at http://storage.googleapis.com/chromium-telemetry/html-resu lts/results-with_patch", | |
| 592 "Output without patch:", | |
| 593 "*RESULT dummy: dummy= [5.83,6.013,5.573]ms", | |
| 594 "Avg dummy: 5.907711ms", | |
| 595 "Sd dummy: 0.255921ms", | |
| 596 "RESULT telemetry_page_measurement_results: num_failed= 0 count", | |
| 597 "RESULT telemetry_page_measurement_results: num_errored= 0 count", | |
| 598 "View online at http://storage.googleapis.com/chromium-telemetry/html-resu lts/results-without_patch", | |
| 599 "@@@", | |
| 600 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@" | |
| 601 ] | |
| 602 }, | 612 }, |
| 603 { | 613 { |
| 604 "cmd": [ | 614 "cmd": [ |
| 605 "python", | 615 "python", |
| 606 "-u", | 616 "-u", |
| 607 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 617 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 608 ], | 618 ], |
| 609 "name": "Post bisect results", | 619 "name": "Post bisect results", |
|
prasadv
2016/06/22 21:56:23
This step is not required. we don't post this for
| |
| 610 "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\"}", | 620 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_ url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"cloud_link \": \"\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release sunsp ider\", \"metric\": null, \"profiler_links\": [], \"status\": \"completed\", \"t ry_job_id\": null}, \"url\": \"https://chromeperf.appspot.com/post_bisect_result s\"}", |
| 611 "stdout": "/path/to/tmp/json", | 621 "stdout": "/path/to/tmp/json", |
| 612 "~followup_annotations": [ | 622 "~followup_annotations": [ |
| 613 "@@@STEP_LOG_LINE@json.output@{@@@", | 623 "@@@STEP_TEXT@Failed to upload result to Perf Dashboard. Error response: N one@@@", |
| 614 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 624 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 615 "@@@STEP_LOG_LINE@json.output@}@@@", | 625 "@@@STEP_LOG_END@json.output (invalid)@@@", |
| 616 "@@@STEP_LOG_END@json.output@@@" | 626 "@@@STEP_FAILURE@@@" |
| 617 ] | 627 ] |
| 618 }, | 628 }, |
| 619 { | 629 { |
| 620 "name": "$result", | 630 "name": "$result", |
| 621 "recipe_result": null, | 631 "reason": "Failed to upload result to Perf Dashboard. Error response: None", |
| 622 "status_code": 0 | 632 "status_code": 1 |
| 623 } | 633 } |
| 624 ] | 634 ] |
| OLD | NEW |