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

Unified Diff: scripts/slave/recipes/bisect_test/example_bisect_results_staging.expected/failed_direction_test.json

Issue 2247373002: Refactor stages 1, 2 and test_api overhaul. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Relative intra-module imports. 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/recipes/bisect_test/example_bisect_results_staging.expected/failed_direction_test.json
diff --git a/scripts/slave/recipes/bisect_test/example_bisect_results_staging.expected/failed_direction_test.json b/scripts/slave/recipes/bisect_test/example_bisect_results_staging.expected/failed_direction_test.json
deleted file mode 100644
index a0704f722a470574efb2da4179a57babb568cdef..0000000000000000000000000000000000000000
--- a/scripts/slave/recipes/bisect_test/example_bisect_results_staging.expected/failed_direction_test.json
+++ /dev/null
@@ -1,149 +0,0 @@
-[
- {
- "cmd": [
- "git",
- "update-ref",
- "refs/heads/master",
- "refs/remotes/origin/master"
- ],
- "cwd": "[TMP_BASE]/bogus_tmp_1",
- "name": "git update-ref"
- },
- {
- "cmd": [
- "git",
- "checkout",
- "master"
- ],
- "cwd": "[TMP_BASE]/bogus_tmp_1",
- "name": "git checkout"
- },
- {
- "cmd": [],
- "name": "config",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.golo.chromium.org\", @@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"True\", @@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\", @@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\", @@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\", @@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_event_latency/mean_input_event_latency\", @@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\", @@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@",
- "@@@STEP_LOG_LINE@Bisect job configuration@}@@@",
- "@@@STEP_LOG_END@Bisect job configuration@@@"
- ]
- },
- {
- "cmd": [],
- "name": "Resolving reference range"
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
- "get_numbering",
- "--params-file",
- "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"numbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chromium/src\"}",
- "--attempts",
- "3"
- ],
- "name": "Resolving reference range.crrev get commit hash for refs/heads/master@{#314017}",
- "stdout": "/path/to/tmp/json",
- "~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"deadbeef\"@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
- "get_numbering",
- "--params-file",
- "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"numbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chromium/src\"}",
- "--attempts",
- "3"
- ],
- "name": "Resolving reference range.crrev get commit hash for refs/heads/master@{#314015}",
- "stdout": "/path/to/tmp/json",
- "~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"c001c0de\"@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::auto_bisect_staging]/resources/fetch_file.py",
- "DEPS",
- "--commit",
- "deadbeef"
- ],
- "name": "Resolving reference range.fetch file deadbeef:DEPS",
- "stdout": "/path/to/tmp/",
- "~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@",
- "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@",
- "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@",
- "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::auto_bisect_staging]/resources/fetch_file.py",
- "DEPS",
- "--commit",
- "c001c0de"
- ],
- "name": "Resolving reference range.fetch file c001c0de:DEPS",
- "stdout": "/path/to/tmp/",
- "~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
- "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@",
- "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
- "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
- ],
- "name": "Post bisect results",
- "stdin": "{\"data\": {\"aborted_reason\": \"The metric values for the initial \\\"good\\\" and \\\"bad\\\" revisions match the expected direction of improvement. Thus, likely represent an improvement and not a regression.\", \"bad_revision\": \"deadbeef\", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": null, \"buildbot_log_url\": \"http://build.chromium.org/p/chromium/builders//builds/\", \"change\": null, \"command\": \"src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", \"culprit_data\": null, \"good_revision\": \"c001c0de\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revision_data\": [], \"score\": 0, \"status\": \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": [\"This is a demo warning\"]}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
- "stdout": "/path/to/tmp/json",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@"
- ]
- },
- {
- "name": "$result",
- "recipe_result": null,
- "status_code": 0
- }
-]

Powered by Google App Engine
This is Rietveld 408576698