Chromium Code Reviews| Index: scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json |
| diff --git a/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json b/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json |
| index feb7ff0e9b2410877a7f03a0c84760b204528abe..84ce42c0f6823fc35904281423fc26410357e895 100644 |
| --- a/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json |
| +++ b/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_fyi_perf_bisect.json |
| @@ -386,467 +386,62 @@ |
| }, |
| { |
| "cmd": [ |
| - "python", |
| - "-u", |
| - "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfor base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endswith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
| - "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", |
| - "[SLAVE_BUILD]/src/out/Release/test_logs", |
| - "[SLAVE_BUILD]/src/out/build_product.zip", |
| - "[SLAVE_BUILD]/src" |
| - ], |
| - "name": "clean local files (2)", |
| - "~followup_annotations": [ |
| - "@@@STEP_LOG_LINE@python.inline@@@@", |
| - "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| - "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| - "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| - "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| - "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| - "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| - "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| - "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv[4]):@@@", |
| - "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| - "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| - "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@", |
| - "@@@STEP_LOG_END@python.inline@@@" |
| - ] |
| - }, |
| - { |
| - "cmd": [ |
| - "python", |
| - "-u", |
| - "\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.RemoveDirectory(sys.argv[1])\n", |
| - "[SLAVE_BUILD]/src/out/Release" |
| - ], |
| - "name": "rmtree build directory", |
| - "~followup_annotations": [ |
| - "@@@STEP_LOG_LINE@python.inline@@@@", |
| - "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| - "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", |
| - "@@@STEP_LOG_LINE@python.inline@@@@", |
| - "@@@STEP_LOG_LINE@python.inline@@@@", |
| - "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| - "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[1])@@@", |
| - "@@@STEP_LOG_END@python.inline@@@" |
| - ] |
| - }, |
| - { |
| - "cmd": [ |
| - "python", |
| - "-u", |
| - "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| - "gen", |
| - "-m", |
| - "tryserver.chromium.perf", |
| - "-b", |
| - "android_fyi_perf_bisect", |
| - "--config-file", |
| - "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| - "--goma-dir", |
| - "[BUILD]/goma", |
| - "//out/Release" |
| - ], |
| - "env": { |
| - "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json" |
| - }, |
| - "name": "generate_build_files (with patch)" |
| - }, |
| - { |
| - "cmd": [ |
| - "python", |
| - "-u", |
| - "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| - "--show-path", |
| - "python", |
| - "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| - "--gsutil-py-path", |
| - "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| - "--ninja-path", |
| - "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| - "--target", |
| - "Release", |
| - "--src-dir", |
| - "[SLAVE_BUILD]/src", |
| - "--goma-cache-dir", |
| - "[GOMA_CACHE]", |
| - "--build-tool", |
| - "ninja", |
| - "--compiler", |
| - "goma", |
| - "--goma-jsonstatus", |
| - "/path/to/tmp/json", |
| - "--goma-service-account-json-file", |
| - "/creds/service_accounts/service-account-goma-client.json", |
| - "--goma-dir", |
| - "[BUILD]/goma", |
| - "--goma-fail-fast", |
| - "--goma-disable-local-fallback", |
| - "--" |
| - ], |
| - "env": { |
| - "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json", |
| - "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s" |
| - }, |
| - "name": "compile (with patch)", |
| - "~followup_annotations": [ |
| - "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| - "@@@STEP_LOG_END@json.output (invalid)@@@" |
| - ] |
| - }, |
| - { |
| - "cmd": [ |
| - "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| - "ChromePublic.apk", |
| - "-v", |
| - "--blacklist-file", |
| - "[SLAVE_BUILD]/src/out/bad_devices.json", |
| - "--release" |
| - ], |
| - "env": { |
| - "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json", |
| - "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s" |
| - }, |
| - "name": "install ChromePublic.apk" |
| - }, |
| - { |
| - "cmd": [ |
| - "python", |
| - "-u", |
| - "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| - "--target", |
| - "Release", |
| - "--test-platform", |
| - "android", |
| - "--xvfb", |
| - "--factory-properties", |
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"android_fyi_perf_bisect\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisection/android_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| - "--build-properties", |
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"android_fyi_perf_bisect\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisection/android_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| - "--step-name=Performance Test (With Patch) 1 of 1", |
| - "--builder-name=android_fyi_perf_bisect", |
| - "--slave-name=TestSlavename", |
| - "--build-number=571", |
| - "--run-python-script", |
| - "[SLAVE_BUILD]/src/tools/perf/run_benchmark", |
| - "-v", |
| - "--browser=android-chrome", |
| - "sunspider", |
| - "--reset-results", |
| - "--upload-results", |
| - "--results-label=Patch" |
| - ], |
| - "env": { |
| - "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
| - }, |
| - "name": "Performance Test (With Patch) 1 of 1", |
| - "stderr": "/path/to/tmp/", |
| - "stdout": "/path/to/tmp/", |
| - "~followup_annotations": [ |
| - "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]ms@@@", |
| - "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", |
| - "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", |
| - "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_results: num_failed= 0 count@@@", |
| - "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_results: num_errored= 0 count@@@", |
| - "@@@STEP_LOG_LINE@Captured Output@@@@", |
| - "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis.com/chromium-telemetry/html-results/results-with_patch@@@", |
| - "@@@STEP_LOG_END@Captured Output@@@" |
| - ] |
| - }, |
| - { |
| - "cmd": [ |
| - "python", |
| - "-u", |
| - "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| - "--master", |
| - "tryserver.chromium.perf", |
| - "--builder", |
| - "android_fyi_perf_bisect", |
| - "--slave", |
| - "TestSlavename", |
| - "--spec", |
| - "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn://svn-mirror.golo.chromium.org/llvm-project', '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.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/data/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/data/mozilla_js_tests': None, 'src/data/selenium_core': None, 'src/data/tab_switching': 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/plugins': 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'}]\ntarget_os = ['android']", |
| - "--root", |
| - "src", |
| - "--revision_mapping_file", |
| - "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_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_revision\", \"src/v8\": \"got_v8_revision\"}", |
| - "--git-cache-dir", |
| - "[GIT_CACHE]", |
| - "--rietveld_server", |
| - "https://codereview.chromium.org", |
| - "--output_json", |
| - "/path/to/tmp/json", |
| - "--revision", |
| - "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| - "--force", |
| - "--output_manifest" |
| + "/opt/infra-tools/buildbucket", |
| + "put", |
| + "--host", |
| + "cr-buildbucket.appspot.com", |
| + "--service-account-json", |
| + "/creds/service_accounts/service-account-chromium_bisect.json", |
| + "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"6fe740d8c810436c8526ed29b98f7170\", \"parameters_json\": \"{\\\"buildername\\\": \\\"android_perf_bisect_builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-perf-tryjob/android_perf_rel/full-build-linux_None.zip\\\", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"None\\\"}}\", \"tags\": [\"master:tryserver.chromium.perf\", \"user_agent:recipe\"]}" |
| ], |
| - "env": { |
| - "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| - }, |
| - "name": "bot_update (without patch)", |
| + "name": "buildbucket.put", |
| + "stdout": "/path/to/tmp/json", |
| "~followup_annotations": [ |
| - "@@@STEP_TEXT@Some step text@@@", |
| "@@@STEP_LOG_LINE@json.output@{@@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@", |
| - "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src.git\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@", |
| - "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src/buildtools.git\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b2809876916353cb994259692140934\"@@@", |
| - "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src/native_client.git\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e269b7982aeeefc1b9b50\"@@@", |
| - "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src/third_party/angle.git\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\"@@@", |
| - "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src/third_party/webrtc.git\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d9268596da93418c623137f4\"@@@", |
| - "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src/tools/swarming_client.git\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\"@@@", |
| - "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src/v8.git\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a35f03975671d43e399\"@@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@", |
| + "@@@STEP_LOG_LINE@json.output@ {@@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@example.com\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"id\": \"9016911228971028736\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"parameters_json\": \"{\\\"This_has_been\\\": \\\"removed\\\"}\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"result_details_json\": \"null\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"status\": \"SCHEDULED\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"status_changed_ts\": \"1459200369835930\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"updated_ts\": \"1459200369835940\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"utcnow_ts\": \"1459200369962370\"@@@", |
| + "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"etag\": \"\\\"8uCIh8TRuYs4vPN3iWmly9SJMqw\\\"\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"kind\": \"buildbucket#resourcesItem\"@@@", |
| "@@@STEP_LOG_LINE@json.output@ }@@@", |
| - "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/master@{#297276}\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328b2809876916353cb994259692140934\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/heads/master@{#182578}\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e8253980d76e269b7982aeeefc1b9b50\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/master@{#274981}\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#170242}\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"refs/heads/master@{#276089}\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c132c3a35f03975671d43e399\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c623137f4\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"@@@", |
| - "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
| - "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| + "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| "@@@STEP_LOG_LINE@json.output@}@@@", |
| "@@@STEP_LOG_END@json.output@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| - "python", |
| - "-u", |
| - "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| - "runhooks" |
| + "/opt/infra-tools/buildbucket", |
| + "get", |
| + "--host", |
| + "cr-buildbucket.appspot.com", |
| + "9016911228971028736" |
| ], |
| - "cwd": "[SLAVE_BUILD]/src", |
| - "env": { |
| - "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json", |
| - "GYP_CHROMIUM_NO_ACTION": "1", |
| - "GYP_CROSSCOMPILE": "1", |
| - "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", |
| - "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| - }, |
| - "name": "gclient runhooks (without patch)" |
| - }, |
| - { |
| - "cmd": [ |
| - "python", |
| - "-u", |
| - "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfor base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endswith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
| - "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", |
| - "[SLAVE_BUILD]/src/out/Release/test_logs", |
| - "[SLAVE_BUILD]/src/out/build_product.zip", |
| - "[SLAVE_BUILD]/src" |
| - ], |
| - "name": "clean local files (3)", |
| - "~followup_annotations": [ |
| - "@@@STEP_LOG_LINE@python.inline@@@@", |
| - "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| - "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| - "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| - "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| - "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| - "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| - "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| - "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv[4]):@@@", |
| - "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| - "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| - "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@", |
| - "@@@STEP_LOG_END@python.inline@@@" |
| - ] |
| - }, |
| - { |
| - "cmd": [ |
| - "python", |
| - "-u", |
| - "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| - "gen", |
| - "-m", |
| - "tryserver.chromium.perf", |
| - "-b", |
| - "android_fyi_perf_bisect", |
| - "--config-file", |
| - "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| - "--goma-dir", |
| - "[BUILD]/goma", |
| - "//out/Release" |
| - ], |
| - "env": { |
| - "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json" |
| - }, |
| - "name": "generate_build_files Without Patch" |
| - }, |
| - { |
| - "cmd": [ |
| - "python", |
| - "-u", |
| - "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| - "--show-path", |
| - "python", |
| - "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| - "--gsutil-py-path", |
| - "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| - "--ninja-path", |
| - "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| - "--target", |
| - "Release", |
| - "--src-dir", |
| - "[SLAVE_BUILD]/src", |
| - "--goma-cache-dir", |
| - "[GOMA_CACHE]", |
| - "--build-tool", |
| - "ninja", |
| - "--compiler", |
| - "goma", |
| - "--goma-jsonstatus", |
| - "/path/to/tmp/json", |
| - "--goma-service-account-json-file", |
| - "/creds/service_accounts/service-account-goma-client.json", |
| - "--goma-dir", |
| - "[BUILD]/goma", |
| - "--goma-fail-fast", |
| - "--goma-disable-local-fallback", |
| - "--" |
| - ], |
| - "env": { |
| - "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json", |
| - "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s" |
| - }, |
| - "name": "compile Without Patch", |
| - "~followup_annotations": [ |
| - "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| - "@@@STEP_LOG_END@json.output (invalid)@@@" |
| - ] |
| - }, |
|
RobertoCN
2016/06/21 22:39:43
up until here the diff seems to make sense, the st
|
| - { |
| - "cmd": [ |
| - "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| - "ChromePublic.apk", |
| - "-v", |
| - "--blacklist-file", |
| - "[SLAVE_BUILD]/src/out/bad_devices.json", |
| - "--release" |
| - ], |
| - "env": { |
| - "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json", |
| - "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s" |
| - }, |
| - "name": "install ChromePublic.apk (2)" |
| - }, |
| - { |
| - "cmd": [ |
| - "python", |
| - "-u", |
| - "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| - "--target", |
| - "Release", |
| - "--test-platform", |
| - "android", |
| - "--xvfb", |
| - "--factory-properties", |
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"android_fyi_perf_bisect\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisection/android_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| - "--build-properties", |
| - "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"branch\": \"\", \"buildername\": \"android_fyi_perf_bisect\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisection/android_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| - "--step-name=Performance Test (Without Patch) 1 of 1", |
| - "--builder-name=android_fyi_perf_bisect", |
| - "--slave-name=TestSlavename", |
| - "--build-number=571", |
| - "--run-python-script", |
| - "[SLAVE_BUILD]/src/tools/perf/run_benchmark", |
| - "-v", |
| - "--browser=android-chrome", |
| - "sunspider", |
| - "--upload-results", |
| - "--results-label=TOT" |
| - ], |
| - "env": { |
| - "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
| - }, |
| - "name": "Performance Test (Without Patch) 1 of 1", |
| - "stderr": "/path/to/tmp/", |
| - "stdout": "/path/to/tmp/", |
| - "~followup_annotations": [ |
| - "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]ms@@@", |
| - "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", |
| - "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", |
| - "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_results: num_failed= 0 count@@@", |
| - "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_results: num_errored= 0 count@@@", |
| - "@@@STEP_LOG_LINE@Captured Output@@@@", |
| - "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis.com/chromium-telemetry/html-results/results-without_patch@@@", |
| - "@@@STEP_LOG_END@Captured Output@@@" |
| - ] |
| - }, |
| - { |
| - "cmd": [], |
| - "name": "Results", |
| - "~followup_annotations": [ |
| - "@@@STEP_TEXT@No values from test with patch, or none from test without patch.", |
| - "Output with patch:", |
| - "*RESULT dummy: dummy= [5.83,6.013,5.573]ms", |
| - "Avg dummy: 5.907711ms", |
| - "Sd dummy: 0.255921ms", |
| - "RESULT telemetry_page_measurement_results: num_failed= 0 count", |
| - "RESULT telemetry_page_measurement_results: num_errored= 0 count", |
| - "View online at http://storage.googleapis.com/chromium-telemetry/html-results/results-with_patch", |
| - "Output without patch:", |
| - "*RESULT dummy: dummy= [5.83,6.013,5.573]ms", |
| - "Avg dummy: 5.907711ms", |
| - "Sd dummy: 0.255921ms", |
| - "RESULT telemetry_page_measurement_results: num_failed= 0 count", |
| - "RESULT telemetry_page_measurement_results: num_errored= 0 count", |
| - "View online at http://storage.googleapis.com/chromium-telemetry/html-results/results-without_patch", |
| - "@@@", |
| - "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetry/html-results/results-without_patch@@@" |
| - ] |
| - }, |
| - { |
| - "cmd": [ |
| - "python", |
| - "-u", |
| - "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| - ], |
| - "name": "Post bisect results", |
| - "stdin": "{\"data\": {\"bisect_bot\": \"android_fyi_perf_bisect\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/android_fyi_perf_bisect/builds/571\", \"cloud_link\": \"http://storage.googleapis.com/chromium-telemetry/html-results/results-without_patch\", \"command\": \"src/tools/perf/run_benchmark -v --browser=android-chrome sunspider\", \"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 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-without_patch\\n\"]}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}", |
| + "name": "buildbucket.get", |
| "stdout": "/path/to/tmp/json", |
| "~followup_annotations": [ |
| - "@@@STEP_TEXT@Failed to upload result to Perf Dashboard. Error response: None@@@", |
| - "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| - "@@@STEP_LOG_END@json.output (invalid)@@@", |
| - "@@@STEP_FAILURE@@@" |
| + "@@@STEP_LOG_LINE@json.output@{@@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium.perf\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19:32:37 2016\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2016\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/tryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@", |
| + "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 2016\"@@@", |
| + "@@@STEP_LOG_LINE@json.output@}@@@", |
| + "@@@STEP_LOG_END@json.output@@@" |
| ] |
| }, |
| { |
| @@ -945,7 +540,7 @@ |
| }, |
| { |
| "name": "$result", |
| - "reason": "Failed to upload result to Perf Dashboard. Error response: None", |
| + "reason": "Build 9016911228971028736 fails", |
| "status_code": 1 |
| } |
| ] |