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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/delayed_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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 455 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
459 "--", 456 "--",
460 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 457 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
461 "----", 458 "----",
462 "ls", 459 "ls",
463 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 460 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
464 ], 461 ],
465 "name": "gsutil ls (7)" 462 "name": "gsutil ls (7)"
466 }, 463 },
467 { 464 {
468 "cmd": [],
469 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", 465 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222",
470 "trigger_specs": [ 466 "trigger_specs": [
471 { 467 {
472 "builder_name": "linux_perf_tester", 468 "builder_name": "linux_perf_tester",
473 "properties": { 469 "properties": {
474 "bisect_config": { 470 "bisect_config": {
475 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 471 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
476 "metric": "mean_input_event_latency/mean_input_event_latency", 472 "metric": "mean_input_event_latency/mean_input_event_latency",
477 "repeat_count": 5, 473 "repeat_count": 5,
478 "test_type": "perf" 474 "test_type": "perf"
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 548 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
553 "--", 549 "--",
554 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 550 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
555 "----", 551 "----",
556 "ls", 552 "ls",
557 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 553 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
558 ], 554 ],
559 "name": "gsutil ls (9)" 555 "name": "gsutil ls (9)"
560 }, 556 },
561 { 557 {
562 "cmd": [],
563 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 558 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
564 "trigger_specs": [ 559 "trigger_specs": [
565 { 560 {
566 "builder_name": "linux_perf_tester", 561 "builder_name": "linux_perf_tester",
567 "properties": { 562 "properties": {
568 "bisect_config": { 563 "bisect_config": {
569 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 564 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
570 "metric": "mean_input_event_latency/mean_input_event_latency", 565 "metric": "mean_input_event_latency/mean_input_event_latency",
571 "repeat_count": 5, 566 "repeat_count": 5,
572 "test_type": "perf" 567 "test_type": "perf"
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 630 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
636 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 631 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
637 "stdout": "/path/to/tmp/" 632 "stdout": "/path/to/tmp/"
638 }, 633 },
639 { 634 {
640 "name": "$result", 635 "name": "$result",
641 "recipe_result": null, 636 "recipe_result": null,
642 "status_code": 0 637 "status_code": 0
643 } 638 }
644 ] 639 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698