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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_test.json

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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]/fake_checkout_tmp_1", 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
11 }, 11 },
12 { 12 {
13 "cmd": [ 13 "cmd": [
14 "git", 14 "git",
15 "checkout", 15 "checkout",
16 "master" 16 "master"
17 ], 17 ],
18 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 18 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
19 "name": "git checkout" 19 "name": "git checkout"
20 }, 20 },
21 { 21 {
22 "cmd": [],
23 "name": "config", 22 "name": "config",
24 "~followup_annotations": [ 23 "~followup_annotations": [
25 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", 24 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
26 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@", 25 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@",
27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@", 26 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@",
28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g olo.chromium.org\", @@@", 27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g olo.chromium.org\", @@@",
29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @ @@", 28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @ @@",
30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@", 29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@",
31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@", 30 "@@@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@ \"dummy_builds\": null, @@@", 31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": null, @@@",
33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@", 32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@",
34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_tests\": \"True\", @@ @", 33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_tests\": \"True\", @@ @",
35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@", 34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@",
36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@", 35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@",
37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@", 36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@",
38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even t_latency/mean_input_event_latency\", @@@", 37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even t_latency/mean_input_event_latency\", @@@",
39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"lin ux_perf_tester\", @@@", 38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"lin ux_perf_tester\", @@@",
40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@" , 39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@" ,
41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@", 40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@",
42 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", 41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@",
43 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", 42 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@",
44 "@@@STEP_LOG_END@Bisect job configuration@@@" 43 "@@@STEP_LOG_END@Bisect job configuration@@@"
45 ] 44 ]
46 }, 45 },
47 { 46 {
48 "cmd": [],
49 "name": "Resolving reference range" 47 "name": "Resolving reference range"
50 }, 48 },
51 { 49 {
52 "cmd": [ 50 "cmd": [
53 "python", 51 "python",
54 "-u", 52 "-u",
55 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", 53 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
56 "get_numbering", 54 "get_numbering",
57 "--params-file", 55 "--params-file",
58 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}", 56 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "stdout": "/path/to/tmp/", 120 "stdout": "/path/to/tmp/",
123 "~followup_annotations": [ 121 "~followup_annotations": [
124 "@@@STEP_NEST_LEVEL@1@@@", 122 "@@@STEP_NEST_LEVEL@1@@@",
125 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", 123 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
126 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", 124 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@",
127 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", 125 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
128 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" 126 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
129 ] 127 ]
130 }, 128 },
131 { 129 {
132 "cmd": [],
133 "name": "Expanding revision range" 130 "name": "Expanding revision range"
134 }, 131 },
135 { 132 {
136 "cmd": [ 133 "cmd": [
137 "python", 134 "python",
138 "-u", 135 "-u",
139 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y", 136 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y",
140 "a6298e4afedbf2cd461755ea6f45b0ad64222222", 137 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
141 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 138 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
142 "https://chromium.googlesource.com/chromium/src" 139 "https://chromium.googlesource.com/chromium/src"
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 294 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
298 "--", 295 "--",
299 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 296 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
300 "----", 297 "----",
301 "ls", 298 "ls",
302 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 299 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
303 ], 300 ],
304 "name": "gsutil ls (4)" 301 "name": "gsutil ls (4)"
305 }, 302 },
306 { 303 {
307 "cmd": [],
308 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", 304 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222",
309 "trigger_specs": [ 305 "trigger_specs": [
310 { 306 {
311 "builder_name": "linux_perf_tester", 307 "builder_name": "linux_perf_tester",
312 "properties": { 308 "properties": {
313 "bisect_config": { 309 "bisect_config": {
314 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 310 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
315 "metric": "mean_input_event_latency/mean_input_event_latency", 311 "metric": "mean_input_event_latency/mean_input_event_latency",
316 "repeat_count": 5, 312 "repeat_count": 5,
317 "test_type": "perf" 313 "test_type": "perf"
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 387 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
392 "--", 388 "--",
393 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 389 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
394 "----", 390 "----",
395 "ls", 391 "ls",
396 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 392 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
397 ], 393 ],
398 "name": "gsutil ls (6)" 394 "name": "gsutil ls (6)"
399 }, 395 },
400 { 396 {
401 "cmd": [],
402 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 397 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
403 "trigger_specs": [ 398 "trigger_specs": [
404 { 399 {
405 "builder_name": "linux_perf_tester", 400 "builder_name": "linux_perf_tester",
406 "properties": { 401 "properties": {
407 "bisect_config": { 402 "bisect_config": {
408 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 403 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
409 "metric": "mean_input_event_latency/mean_input_event_latency", 404 "metric": "mean_input_event_latency/mean_input_event_latency",
410 "repeat_count": 5, 405 "repeat_count": 5,
411 "test_type": "perf" 406 "test_type": "perf"
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 469 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
475 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 470 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
476 "stdout": "/path/to/tmp/" 471 "stdout": "/path/to/tmp/"
477 }, 472 },
478 { 473 {
479 "name": "$result", 474 "name": "$result",
480 "recipe_result": null, 475 "recipe_result": null,
481 "status_code": 0 476 "status_code": 0
482 } 477 }
483 ] 478 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698