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

Side by Side Diff: scripts/slave/recipes/bisect_test/example_bisect_results.expected/deps_culprit_test.json

Issue 1758603004: Checking for failure in requested builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Updating expectations after rebase and sync. Yet again. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "update-ref", 5 "update-ref",
6 "refs/heads/master", 6 "refs/heads/master",
7 "refs/remotes/origin/master" 7 "refs/remotes/origin/master"
8 ], 8 ],
9 "cwd": "[TMP_BASE]/bogus_tmp_1", 9 "cwd": "[TMP_BASE]/bogus_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
(...skipping 13 matching lines...) Expand all
24 "name": "config", 24 "name": "config",
25 "~followup_annotations": [ 25 "~followup_annotations": [
26 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", 26 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@", 27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@",
28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"\", @@@", 28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"\", @@@",
29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g olo.chromium.org\", @@@", 29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g olo.chromium.org\", @@@",
30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @ @@", 30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @ @@",
31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@", 31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@",
32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@", 32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@",
33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @ @@", 33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @ @@",
34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@",
34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@", 35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@",
35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@", 36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@",
36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@", 37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@",
37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even t_latency/mean_input_event_latency\", @@@", 38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even t_latency/mean_input_event_latency\", @@@",
38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@" , 39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@" ,
39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@", 40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@",
40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\", @@@" , 41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\", @@@" ,
41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"truncate_percent\": \"0\"@@ @", 42 "@@@STEP_LOG_LINE@Bisect job configuration@ \"truncate_percent\": \"0\"@@ @",
42 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", 43 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@",
43 "@@@STEP_LOG_END@Bisect job configuration@@@" 44 "@@@STEP_LOG_END@Bisect job configuration@@@"
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "@@@STEP_LOG_LINE@json.output@}@@@", 159 "@@@STEP_LOG_LINE@json.output@}@@@",
159 "@@@STEP_LOG_END@json.output@@@" 160 "@@@STEP_LOG_END@json.output@@@"
160 ] 161 ]
161 }, 162 },
162 { 163 {
163 "name": "$result", 164 "name": "$result",
164 "recipe_result": null, 165 "recipe_result": null,
165 "status_code": 0 166 "status_code": 0
166 } 167 }
167 ] 168 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698