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

Unified Diff: scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json

Issue 2441143002: Make bisect not break when buildbucket.get fails. (Closed)
Patch Set: Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json
diff --git a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_repro.json b/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json
similarity index 73%
copy from scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_repro.json
copy to scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json
index d6a4bd753e1286979e77e31163bd6e686d7b4187..43055468bdc1580b1a9493e0a85d6038318005f9 100644
--- a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_repro.json
+++ b/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_buildbucket_get.json
@@ -405,6 +405,42 @@
"cwd": "[SLAVE_BUILD]",
"name": "Gathering reference values.gsutil ls",
"~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "step returned non-zero exit code: 1"
+ ]
+ },
+ {
+ "cmd": [
+ "/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\": \"dummy\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect_builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip\\\", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"a6298e4afedbf2cd461755ea6f45b0ad64222222\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \"master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.buildbucket.put",
+ "stdout": "/path/to/tmp/json",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"id\": \"1201331270\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@ ]@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build",
+ "~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
@@ -412,6 +448,83 @@
"cmd": [
"python",
"-u",
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
+ "--",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "----",
+ "ls",
+ "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.gsutil ls",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "step returned non-zero exit code: 1"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.sleeping",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@import time@@@",
+ "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
+ "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "/opt/infra-tools/buildbucket",
+ "get",
+ "--host",
+ "cr-buildbucket.appspot.com",
+ "--service-account-json",
+ "/creds/service_accounts/service-account-chromium-bisect.json",
+ "1201331270"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.buildbucket.get",
+ "stdout": "/path/to/tmp/json",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
+ "--",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "----",
+ "ls",
+ "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.gsutil ls (2)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec",
"cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': False, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}, {'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.git', 'managed': False, 'name': 'src-internal', 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'catapult', 'url': 'https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git'}]",
@@ -682,20 +795,646 @@
},
{
"cmd": [
- "python",
- "-u",
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[TMP_BASE]/perf-test-output_tmp_2/results-valueset.json",
- "/path/to/tmp/json"
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[TMP_BASE]/perf-test-output_tmp_2/results-valueset.json",
+ "/path/to/tmp/json"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "Gathering reference values.Reading valueset results (2)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
+ "--target",
+ "Release",
+ "--xvfb",
+ "--factory-properties",
+ "{\"bisect_config\": {\"bad_revision\": \"314016\", \"bug_id\": \"-1\", \"bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect_staging:example\", \"slavename\": \"dummyslave\"}",
+ "--build-properties",
+ "{\"bisect_config\": {\"bad_revision\": \"314016\", \"bug_id\": \"-1\", \"bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect_staging:example\", \"slavename\": \"dummyslave\"}",
+ "--step-name=Performance Test 3 of 5",
+ "--builder-name=linux_perf_bisect",
+ "--slave-name=dummyslave",
+ "--build-number=571",
+ "--run-python-script",
+ "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
+ "-v",
+ "--browser=release",
+ "--output-format=valueset",
+ "smoothness.tough_scrolling_cases",
+ "--output-dir=[TMP_BASE]/perf-test-output_tmp_3"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "Gathering reference values.Performance Test 3 of 5",
+ "stderr": "/path/to/tmp/",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
+ "@@@STEP_LOG_END@Captured Output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "benchmark text",
+ "[TMP_BASE]/perf-test-output_tmp_3/results.txt"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "Gathering reference values.write buildbot output to disk (3)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[TMP_BASE]/perf-test-output_tmp_3/results-valueset.json",
+ "/path/to/tmp/json"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "Gathering reference values.Reading valueset results (3)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
+ "--target",
+ "Release",
+ "--xvfb",
+ "--factory-properties",
+ "{\"bisect_config\": {\"bad_revision\": \"314016\", \"bug_id\": \"-1\", \"bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect_staging:example\", \"slavename\": \"dummyslave\"}",
+ "--build-properties",
+ "{\"bisect_config\": {\"bad_revision\": \"314016\", \"bug_id\": \"-1\", \"bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect_staging:example\", \"slavename\": \"dummyslave\"}",
+ "--step-name=Performance Test 4 of 5",
+ "--builder-name=linux_perf_bisect",
+ "--slave-name=dummyslave",
+ "--build-number=571",
+ "--run-python-script",
+ "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
+ "-v",
+ "--browser=release",
+ "--output-format=valueset",
+ "smoothness.tough_scrolling_cases",
+ "--output-dir=[TMP_BASE]/perf-test-output_tmp_4"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "Gathering reference values.Performance Test 4 of 5",
+ "stderr": "/path/to/tmp/",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
+ "@@@STEP_LOG_END@Captured Output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "benchmark text",
+ "[TMP_BASE]/perf-test-output_tmp_4/results.txt"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "Gathering reference values.write buildbot output to disk (4)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[TMP_BASE]/perf-test-output_tmp_4/results-valueset.json",
+ "/path/to/tmp/json"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "Gathering reference values.Reading valueset results (4)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
+ "--target",
+ "Release",
+ "--xvfb",
+ "--factory-properties",
+ "{\"bisect_config\": {\"bad_revision\": \"314016\", \"bug_id\": \"-1\", \"bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect_staging:example\", \"slavename\": \"dummyslave\"}",
+ "--build-properties",
+ "{\"bisect_config\": {\"bad_revision\": \"314016\", \"bug_id\": \"-1\", \"bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect_staging:example\", \"slavename\": \"dummyslave\"}",
+ "--step-name=Performance Test 5 of 5",
+ "--builder-name=linux_perf_bisect",
+ "--slave-name=dummyslave",
+ "--build-number=571",
+ "--run-python-script",
+ "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
+ "-v",
+ "--browser=release",
+ "--output-format=valueset",
+ "smoothness.tough_scrolling_cases",
+ "--output-dir=[TMP_BASE]/perf-test-output_tmp_5"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "Gathering reference values.Performance Test 5 of 5",
+ "stderr": "/path/to/tmp/",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
+ "@@@STEP_LOG_END@Captured Output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "benchmark text",
+ "[TMP_BASE]/perf-test-output_tmp_5/results.txt"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "Gathering reference values.write buildbot output to disk (5)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[TMP_BASE]/perf-test-output_tmp_5/results-valueset.json",
+ "/path/to/tmp/json"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
+ },
+ "name": "Gathering reference values.Reading valueset results (5)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
+ "--",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "----",
+ "ls",
+ "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.gsutil ls (2)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "step returned non-zero exit code: 1"
+ ]
+ },
+ {
+ "cmd": [
+ "/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\": \"dummy\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect_builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip\\\", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"dcdcdc0ff1122212323134879ddceeb1240b0988\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \"master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.buildbucket.put (2)",
+ "stdout": "/path/to/tmp/json",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"id\": \"1201331270\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@ ]@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build (2)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
+ "--",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "----",
+ "ls",
+ "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.gsutil ls (3)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "step returned non-zero exit code: 1"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.sleeping (2)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@import time@@@",
+ "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
+ "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "/opt/infra-tools/buildbucket",
+ "get",
+ "--host",
+ "cr-buildbucket.appspot.com",
+ "--service-account-json",
+ "/creds/service_accounts/service-account-chromium-bisect.json",
+ "1201331270"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.buildbucket.get (2)",
+ "stdout": "/path/to/tmp/json",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "step returned non-zero exit code: 1",
+ "@@@STEP_LOG_LINE@json.output@\"ERROR\"@@@",
+ "@@@STEP_LOG_END@json.output@@@",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
+ "--",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "----",
+ "ls",
+ "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.gsutil ls (4)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "step returned non-zero exit code: 1"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.sleeping (3)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@import time@@@",
+ "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
+ "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "/opt/infra-tools/buildbucket",
+ "get",
+ "--host",
+ "cr-buildbucket.appspot.com",
+ "--service-account-json",
+ "/creds/service_accounts/service-account-chromium-bisect.json",
+ "1201331270"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.buildbucket.get (3)",
+ "stdout": "/path/to/tmp/json",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
+ "--",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "----",
+ "ls",
+ "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.gsutil ls (5)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "step returned non-zero exit code: 1"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.sleeping (4)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@import time@@@",
+ "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
+ "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "/opt/infra-tools/buildbucket",
+ "get",
+ "--host",
+ "cr-buildbucket.appspot.com",
+ "--service-account-json",
+ "/creds/service_accounts/service-account-chromium-bisect.json",
+ "1201331270"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.buildbucket.get (4)",
+ "stdout": "/path/to/tmp/json",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
+ "--",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "----",
+ "ls",
+ "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.gsutil ls (6)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "step returned non-zero exit code: 1"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.sleeping (5)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@import time@@@",
+ "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
+ "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "/opt/infra-tools/buildbucket",
+ "get",
+ "--host",
+ "cr-buildbucket.appspot.com",
+ "--service-account-json",
+ "/creds/service_accounts/service-account-chromium-bisect.json",
+ "1201331270"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.buildbucket.get (5)",
+ "stdout": "/path/to/tmp/json",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
+ "--",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "----",
+ "ls",
+ "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.gsutil ls (7)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "step returned non-zero exit code: 1"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.sleeping (6)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@import time@@@",
+ "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
+ "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "/opt/infra-tools/buildbucket",
+ "get",
+ "--host",
+ "cr-buildbucket.appspot.com",
+ "--service-account-json",
+ "/creds/service_accounts/service-account-chromium-bisect.json",
+ "1201331270"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.buildbucket.get (6)",
+ "stdout": "/path/to/tmp/json",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
+ "--",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "----",
+ "ls",
+ "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.gsutil ls (8)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "step returned non-zero exit code: 1"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.sleeping (7)",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@import time@@@",
+ "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
+ "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "/opt/infra-tools/buildbucket",
+ "get",
+ "--host",
+ "cr-buildbucket.appspot.com",
+ "--service-account-json",
+ "/creds/service_accounts/service-account-chromium-bisect.json",
+ "1201331270"
],
- "env": {
- "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
- },
- "name": "Gathering reference values.Reading valueset results (2)",
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.buildbucket.get (7)",
+ "stdout": "/path/to/tmp/json",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_NEST_LEVEL@2@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
@@ -704,70 +1443,58 @@
"cmd": [
"python",
"-u",
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
- "--target",
- "Release",
- "--xvfb",
- "--factory-properties",
- "{\"bisect_config\": {\"bad_revision\": \"314016\", \"bug_id\": \"-1\", \"bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect_staging:example\", \"slavename\": \"dummyslave\"}",
- "--build-properties",
- "{\"bisect_config\": {\"bad_revision\": \"314016\", \"bug_id\": \"-1\", \"bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect_staging:example\", \"slavename\": \"dummyslave\"}",
- "--step-name=Performance Test 3 of 5",
- "--builder-name=linux_perf_bisect",
- "--slave-name=dummyslave",
- "--build-number=571",
- "--run-python-script",
- "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
- "-v",
- "--browser=release",
- "--output-format=valueset",
- "smoothness.tough_scrolling_cases",
- "--output-dir=[TMP_BASE]/perf-test-output_tmp_3"
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
+ "--",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "----",
+ "ls",
+ "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip"
],
- "env": {
- "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
- },
- "name": "Gathering reference values.Performance Test 3 of 5",
- "stderr": "/path/to/tmp/",
- "stdout": "/path/to/tmp/",
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.gsutil ls (9)",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
- "@@@STEP_LOG_END@Captured Output@@@"
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "step returned non-zero exit code: 1"
]
},
{
"cmd": [
"python",
"-u",
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "benchmark text",
- "[TMP_BASE]/perf-test-output_tmp_3/results.txt"
+ "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
],
- "env": {
- "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
- },
- "name": "Gathering reference values.write buildbot output to disk (3)",
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.sleeping (8)",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@"
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@import time@@@",
+ "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
+ "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
]
},
{
"cmd": [
- "python",
- "-u",
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[TMP_BASE]/perf-test-output_tmp_3/results-valueset.json",
- "/path/to/tmp/json"
+ "/opt/infra-tools/buildbucket",
+ "get",
+ "--host",
+ "cr-buildbucket.appspot.com",
+ "--service-account-json",
+ "/creds/service_accounts/service-account-chromium-bisect.json",
+ "1201331270"
],
- "env": {
- "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
- },
- "name": "Gathering reference values.Reading valueset results (3)",
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.buildbucket.get (8)",
+ "stdout": "/path/to/tmp/json",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_NEST_LEVEL@2@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
@@ -776,70 +1503,58 @@
"cmd": [
"python",
"-u",
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
- "--target",
- "Release",
- "--xvfb",
- "--factory-properties",
- "{\"bisect_config\": {\"bad_revision\": \"314016\", \"bug_id\": \"-1\", \"bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect_staging:example\", \"slavename\": \"dummyslave\"}",
- "--build-properties",
- "{\"bisect_config\": {\"bad_revision\": \"314016\", \"bug_id\": \"-1\", \"bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect_staging:example\", \"slavename\": \"dummyslave\"}",
- "--step-name=Performance Test 4 of 5",
- "--builder-name=linux_perf_bisect",
- "--slave-name=dummyslave",
- "--build-number=571",
- "--run-python-script",
- "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
- "-v",
- "--browser=release",
- "--output-format=valueset",
- "smoothness.tough_scrolling_cases",
- "--output-dir=[TMP_BASE]/perf-test-output_tmp_4"
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
+ "--",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "----",
+ "ls",
+ "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip"
],
- "env": {
- "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
- },
- "name": "Gathering reference values.Performance Test 4 of 5",
- "stderr": "/path/to/tmp/",
- "stdout": "/path/to/tmp/",
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.gsutil ls (10)",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
- "@@@STEP_LOG_END@Captured Output@@@"
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "step returned non-zero exit code: 1"
]
},
{
"cmd": [
"python",
"-u",
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "benchmark text",
- "[TMP_BASE]/perf-test-output_tmp_4/results.txt"
+ "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
],
- "env": {
- "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
- },
- "name": "Gathering reference values.write buildbot output to disk (4)",
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.sleeping (9)",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@"
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@import time@@@",
+ "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
+ "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
]
},
{
"cmd": [
- "python",
- "-u",
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[TMP_BASE]/perf-test-output_tmp_4/results-valueset.json",
- "/path/to/tmp/json"
+ "/opt/infra-tools/buildbucket",
+ "get",
+ "--host",
+ "cr-buildbucket.appspot.com",
+ "--service-account-json",
+ "/creds/service_accounts/service-account-chromium-bisect.json",
+ "1201331270"
],
- "env": {
- "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
- },
- "name": "Gathering reference values.Reading valueset results (4)",
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.buildbucket.get (9)",
+ "stdout": "/path/to/tmp/json",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_NEST_LEVEL@2@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
@@ -848,70 +1563,58 @@
"cmd": [
"python",
"-u",
- "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
- "--target",
- "Release",
- "--xvfb",
- "--factory-properties",
- "{\"bisect_config\": {\"bad_revision\": \"314016\", \"bug_id\": \"-1\", \"bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect_staging:example\", \"slavename\": \"dummyslave\"}",
- "--build-properties",
- "{\"bisect_config\": {\"bad_revision\": \"314016\", \"bug_id\": \"-1\", \"bypass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect_staging:example\", \"slavename\": \"dummyslave\"}",
- "--step-name=Performance Test 5 of 5",
- "--builder-name=linux_perf_bisect",
- "--slave-name=dummyslave",
- "--build-number=571",
- "--run-python-script",
- "[SLAVE_BUILD]/src/tools/perf/run_benchmark",
- "-v",
- "--browser=release",
- "--output-format=valueset",
- "smoothness.tough_scrolling_cases",
- "--output-dir=[TMP_BASE]/perf-test-output_tmp_5"
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
+ "--",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "----",
+ "ls",
+ "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip"
],
- "env": {
- "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
- },
- "name": "Gathering reference values.Performance Test 5 of 5",
- "stderr": "/path/to/tmp/",
- "stdout": "/path/to/tmp/",
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.gsutil ls (11)",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
- "@@@STEP_LOG_END@Captured Output@@@"
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "step returned non-zero exit code: 1"
]
},
{
"cmd": [
"python",
"-u",
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "benchmark text",
- "[TMP_BASE]/perf-test-output_tmp_5/results.txt"
+ "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
],
- "env": {
- "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
- },
- "name": "Gathering reference values.write buildbot output to disk (5)",
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.sleeping (10)",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@"
+ "@@@STEP_NEST_LEVEL@2@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@import time@@@",
+ "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
+ "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
]
},
{
"cmd": [
- "python",
- "-u",
- "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[TMP_BASE]/perf-test-output_tmp_5/results-valueset.json",
- "/path/to/tmp/json"
+ "/opt/infra-tools/buildbucket",
+ "get",
+ "--host",
+ "cr-buildbucket.appspot.com",
+ "--service-account-json",
+ "/creds/service_accounts/service-account-chromium-bisect.json",
+ "1201331270"
],
- "env": {
- "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
- },
- "name": "Gathering reference values.Reading valueset results (5)",
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Gathering reference values.Waiting for build.buildbucket.get (10)",
+ "stdout": "/path/to/tmp/json",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
+ "@@@STEP_NEST_LEVEL@2@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"dummy\": \"dict\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
@@ -928,9 +1631,9 @@
"gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip"
],
"cwd": "[SLAVE_BUILD]",
- "name": "Gathering reference values.gsutil ls (2)",
+ "name": "Gathering reference values.Waiting for build.gsutil ls (12)",
"~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@"
+ "@@@STEP_NEST_LEVEL@2@@@"
]
},
{
@@ -1113,7 +1816,7 @@
"stdout": "/path/to/tmp/",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
+ "@@@STEP_LOG_LINE@Captured Output@mock output@@@",
"@@@STEP_LOG_END@Captured Output@@@"
]
},
@@ -1122,7 +1825,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "benchmark text",
+ "mock output",
"[TMP_BASE]/perf-test-output_tmp_6/results.txt"
],
"env": {
@@ -1185,7 +1888,7 @@
"stdout": "/path/to/tmp/",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
+ "@@@STEP_LOG_LINE@Captured Output@mock output@@@",
"@@@STEP_LOG_END@Captured Output@@@"
]
},
@@ -1194,7 +1897,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "benchmark text",
+ "mock output",
"[TMP_BASE]/perf-test-output_tmp_7/results.txt"
],
"env": {
@@ -1257,7 +1960,7 @@
"stdout": "/path/to/tmp/",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
+ "@@@STEP_LOG_LINE@Captured Output@mock output@@@",
"@@@STEP_LOG_END@Captured Output@@@"
]
},
@@ -1266,7 +1969,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "benchmark text",
+ "mock output",
"[TMP_BASE]/perf-test-output_tmp_8/results.txt"
],
"env": {
@@ -1329,7 +2032,7 @@
"stdout": "/path/to/tmp/",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
+ "@@@STEP_LOG_LINE@Captured Output@mock output@@@",
"@@@STEP_LOG_END@Captured Output@@@"
]
},
@@ -1338,7 +2041,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "benchmark text",
+ "mock output",
"[TMP_BASE]/perf-test-output_tmp_9/results.txt"
],
"env": {
@@ -1401,7 +2104,7 @@
"stdout": "/path/to/tmp/",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_LOG_LINE@Captured Output@benchmark text@@@",
+ "@@@STEP_LOG_LINE@Captured Output@mock output@@@",
"@@@STEP_LOG_END@Captured Output@@@"
]
},
@@ -1410,7 +2113,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "benchmark text",
+ "mock output",
"[TMP_BASE]/perf-test-output_tmp_10/results.txt"
],
"env": {
@@ -1467,15 +2170,9 @@
"@@@STEP_LOG_LINE@json.output@ 23, @@@",
"@@@STEP_LOG_LINE@json.output@ 1@@@",
"@@@STEP_LOG_LINE@json.output@ ], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"sampleB\": [@@@",
- "@@@STEP_LOG_LINE@json.output@ 19, @@@",
- "@@@STEP_LOG_LINE@json.output@ 20, @@@",
- "@@@STEP_LOG_LINE@json.output@ 23, @@@",
- "@@@STEP_LOG_LINE@json.output@ 1@@@",
- "@@@STEP_LOG_LINE@json.output@ ]@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"sampleB\": []@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_LO_INIT_CONF\"]@@@"
+ "@@@STEP_LOG_END@json.output@@@"
]
},
{
@@ -1490,6 +2187,26 @@
"stdout": "/path/to/tmp/"
},
{
+ "cmd": [],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Check bisect finished on revision chromium@a6298e4afe"
+ },
+ {
+ "cmd": [
+ "git",
+ "show",
+ "--name-only",
+ "--pretty=format:",
+ "dcdcdc0ff1122212323134879ddceeb1240b0988"
+ ],
+ "cwd": "[SLAVE_BUILD]/src",
+ "name": "Check bisect finished on revision chromium@a6298e4afe.Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
+ },
+ {
"cmd": [
"git",
"footers",
@@ -1506,13 +2223,13 @@
"name": "Debug Info",
"~followup_annotations": [
"@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@a6298e4afe, mean_value=15.75, std_dev=17.284386017443605)@@@",
- "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@dcdcdc0ff1, mean_value=15.75, std_dev=17.284386017443605)@@@",
+ "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@dcdcdc0ff1, mean_value=None, std_dev=None)@@@",
"@@@STEP_LOG_LINE@Debug Info@@@@",
"@@@STEP_LOG_LINE@Debug Info@Revision Values @@@",
"@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[19, 20, 23, 1]@@@",
- "@@@STEP_LOG_LINE@Debug Info@chromium@dcdcdc0ff1[19, 20, 23, 1]@@@",
+ "@@@STEP_LOG_LINE@Debug Info@chromium@dcdcdc0ff1[] @@@",
"@@@STEP_LOG_LINE@Debug Info@LKGR values: [19, 20, 23, 1]@@@",
- "@@@STEP_LOG_LINE@Debug Info@FKBR values: [19, 20, 23, 1]@@@",
+ "@@@STEP_LOG_LINE@Debug Info@FKBR values: []@@@",
"@@@STEP_LOG_END@Debug Info@@@"
]
},
@@ -1520,11 +2237,27 @@
"cmd": [
"python",
"-u",
+ "RECIPE_MODULE[build::auto_bisect_staging]/resources/fetch_revision_info.py",
+ "dcdcdc0ff1122212323134879ddceeb1240b0988",
+ "chromium"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Reading culprit cl information.",
+ "stdout": "/path/to/tmp/json",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
],
"cwd": "[SLAVE_BUILD]",
"name": "Post bisect results",
- "stdin": "{\"data\": {\"aborted_reason\": \"The metric values for the initial \\\"good\\\" and \\\"bad\\\" revisions do not represent a clear regression.\", \"bad_revision\": \"dcdcdc0ff1122212323134879ddceeb1240b0988\", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": \"-1\", \"buildbot_log_url\": \"http://build.chromium.org/p/chromium/builders/linux_perf_bisect/builds/571\", \"change\": null, \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"culprit_data\": null, \"good_revision\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revision_data\": [{\"commit_hash\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 15.75, \"result\": \"good\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev\": 17.284386017443605, \"values\": [19, 20, 23, 1]}, {\"commit_hash\": \"dcdcdc0ff1122212323134879ddceeb1240b0988\", \"depot_name\": \"chromium\", \"mean_value\": 15.75, \"result\": \"bad\", \"revision_string\": \"chromium@dcdcdc0ff1\", \"std_dev\": 17.284386017443605, \"values\": [19, 20, 23, 1]}], \"status\": \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": [\"Bisect failed to reproduce the regression with enough confidence.\"]}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
+ "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"dcdcdc0ff1122212323134879ddceeb1240b0988\", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": \"-1\", \"buildbot_log_url\": \"http://build.chromium.org/p/chromium/builders/linux_perf_bisect/builds/571\", \"change\": \"100.00%\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"culprit_data\": null, \"good_revision\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revision_data\": [{\"commit_hash\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 15.75, \"result\": \"good\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev\": 17.284386017443605, \"values\": [19, 20, 23, 1]}, {\"commit_hash\": \"dcdcdc0ff1122212323134879ddceeb1240b0988\", \"depot_name\": \"chromium\", \"mean_value\": null, \"result\": \"bad\", \"revision_string\": \"chromium@dcdcdc0ff1\", \"std_dev\": null, \"values\": [0, 0, 0, 0, 0]}], \"status\": \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
"stdout": "/path/to/tmp/json",
"~followup_annotations": [
"@@@STEP_TEXT@Failed to upload result to Perf Dashboard. Error response: None@@@",
@@ -1537,11 +2270,27 @@
"cmd": [
"python",
"-u",
+ "RECIPE_MODULE[build::auto_bisect_staging]/resources/fetch_revision_info.py",
+ "dcdcdc0ff1122212323134879ddceeb1240b0988",
+ "chromium"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Reading culprit cl information. (2)",
+ "stdout": "/path/to/tmp/json",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
],
"cwd": "[SLAVE_BUILD]",
"name": "Post bisect results (2)",
- "stdin": "{\"data\": {\"aborted_reason\": \"The metric values for the initial \\\"good\\\" and \\\"bad\\\" revisions do not represent a clear regression.\", \"bad_revision\": \"dcdcdc0ff1122212323134879ddceeb1240b0988\", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": \"-1\", \"buildbot_log_url\": \"http://build.chromium.org/p/chromium/builders/linux_perf_bisect/builds/571\", \"change\": null, \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"culprit_data\": null, \"good_revision\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revision_data\": [{\"commit_hash\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 15.75, \"result\": \"good\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev\": 17.284386017443605, \"values\": [19, 20, 23, 1]}, {\"commit_hash\": \"dcdcdc0ff1122212323134879ddceeb1240b0988\", \"depot_name\": \"chromium\", \"mean_value\": 15.75, \"result\": \"bad\", \"revision_string\": \"chromium@dcdcdc0ff1\", \"std_dev\": 17.284386017443605, \"values\": [19, 20, 23, 1]}], \"status\": \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": [\"Bisect failed to reproduce the regression with enough confidence.\"]}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
+ "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"dcdcdc0ff1122212323134879ddceeb1240b0988\", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": \"-1\", \"buildbot_log_url\": \"http://build.chromium.org/p/chromium/builders/linux_perf_bisect/builds/571\", \"change\": \"100.00%\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release --output-format=valueset smoothness.tough_scrolling_cases\", \"culprit_data\": null, \"good_revision\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revision_data\": [{\"commit_hash\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 15.75, \"result\": \"good\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev\": 17.284386017443605, \"values\": [19, 20, 23, 1]}, {\"commit_hash\": \"dcdcdc0ff1122212323134879ddceeb1240b0988\", \"depot_name\": \"chromium\", \"mean_value\": null, \"result\": \"bad\", \"revision_string\": \"chromium@dcdcdc0ff1\", \"std_dev\": null, \"values\": [0, 0, 0, 0, 0]}], \"status\": \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
"stdout": "/path/to/tmp/json",
"~followup_annotations": [
"@@@STEP_TEXT@Failed to upload result to Perf Dashboard. Error response: None@@@",

Powered by Google App Engine
This is Rietveld 408576698