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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/windows_bisector.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\": \"True\", @ @@", 31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @ @@",
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\": \"chr omium_rel_win7\", @@@", 38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"chr omium_rel_win7\", @@@",
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "~followup_annotations": [ 122 "~followup_annotations": [
125 "@@@STEP_NEST_LEVEL@1@@@", 123 "@@@STEP_NEST_LEVEL@1@@@",
126 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", 124 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
127 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", 125 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@",
128 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@angle: None@@@", 126 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@angle: None@@@",
129 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", 127 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
130 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" 128 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
131 ] 129 ]
132 }, 130 },
133 { 131 {
134 "cmd": [],
135 "name": "Expanding revision range" 132 "name": "Expanding revision range"
136 }, 133 },
137 { 134 {
138 "cmd": [ 135 "cmd": [
139 "python", 136 "python",
140 "-u", 137 "-u",
141 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y", 138 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y",
142 "a6298e4afedbf2cd461755ea6f45b0ad64222222", 139 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
143 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 140 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
144 "https://chromium.googlesource.com/chromium/src" 141 "https://chromium.googlesource.com/chromium/src"
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 240 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
244 "--", 241 "--",
245 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 242 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
246 "----", 243 "----",
247 "ls", 244 "ls",
248 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222.zip" 245 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222.zip"
249 ], 246 ],
250 "name": "gsutil ls (3)" 247 "name": "gsutil ls (3)"
251 }, 248 },
252 { 249 {
253 "cmd": [],
254 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", 250 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222",
255 "trigger_specs": [ 251 "trigger_specs": [
256 { 252 {
257 "builder_name": "chromium_rel_win7", 253 "builder_name": "chromium_rel_win7",
258 "properties": { 254 "properties": {
259 "bisect_config": { 255 "bisect_config": {
260 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 256 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
261 "metric": "mean_input_event_latency/mean_input_event_latency", 257 "metric": "mean_input_event_latency/mean_input_event_latency",
262 "repeat_count": 5, 258 "repeat_count": 5,
263 "test_type": "perf" 259 "test_type": "perf"
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 319 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
324 "--", 320 "--",
325 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 321 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
326 "----", 322 "----",
327 "ls", 323 "ls",
328 "gs://chrome-perf/Win Builder/full-build-win32_00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111.zip" 324 "gs://chrome-perf/Win Builder/full-build-win32_00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111.zip"
329 ], 325 ],
330 "name": "gsutil ls (5)" 326 "name": "gsutil ls (5)"
331 }, 327 },
332 { 328 {
333 "cmd": [],
334 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 329 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
335 "trigger_specs": [ 330 "trigger_specs": [
336 { 331 {
337 "builder_name": "chromium_rel_win7", 332 "builder_name": "chromium_rel_win7",
338 "properties": { 333 "properties": {
339 "bisect_config": { 334 "bisect_config": {
340 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 335 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
341 "metric": "mean_input_event_latency/mean_input_event_latency", 336 "metric": "mean_input_event_latency/mean_input_event_latency",
342 "repeat_count": 5, 337 "repeat_count": 5,
343 "test_type": "perf" 338 "test_type": "perf"
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 436 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
442 "--", 437 "--",
443 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 438 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
444 "----", 439 "----",
445 "ls", 440 "ls",
446 "gs://chrome-perf/Win Builder/full-build-win32_dcdcdc0ff1122212323134879dd ceeb1240b0988.zip" 441 "gs://chrome-perf/Win Builder/full-build-win32_dcdcdc0ff1122212323134879dd ceeb1240b0988.zip"
447 ], 442 ],
448 "name": "gsutil ls (8)" 443 "name": "gsutil ls (8)"
449 }, 444 },
450 { 445 {
451 "cmd": [],
452 "name": "Triggering test job for dcdcdc0ff1122212323134879ddceeb1240b0988", 446 "name": "Triggering test job for dcdcdc0ff1122212323134879ddceeb1240b0988",
453 "trigger_specs": [ 447 "trigger_specs": [
454 { 448 {
455 "builder_name": "chromium_rel_win7", 449 "builder_name": "chromium_rel_win7",
456 "properties": { 450 "properties": {
457 "bisect_config": { 451 "bisect_config": {
458 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 452 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
459 "metric": "mean_input_event_latency/mean_input_event_latency", 453 "metric": "mean_input_event_latency/mean_input_event_latency",
460 "repeat_count": 5, 454 "repeat_count": 5,
461 "test_type": "perf" 455 "test_type": "perf"
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 "git", 660 "git",
667 "footers", 661 "footers",
668 "--position", 662 "--position",
669 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 663 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
670 ], 664 ],
671 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 665 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
672 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222", 666 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
673 "stdout": "/path/to/tmp/" 667 "stdout": "/path/to/tmp/"
674 }, 668 },
675 { 669 {
676 "cmd": [],
677 "name": "Wiggling revision chromium@a6298e4afe,v8@003" 670 "name": "Wiggling revision chromium@a6298e4afe,v8@003"
678 }, 671 },
679 { 672 {
680 "cmd": [ 673 "cmd": [
681 "python", 674 "python",
682 "-u", 675 "-u",
683 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 676 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
684 "--", 677 "--",
685 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 678 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
686 "----", 679 "----",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 821 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
829 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 822 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
830 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 823 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
831 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 824 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
832 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 825 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
833 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 826 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
834 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 827 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
835 ] 828 ]
836 }, 829 },
837 { 830 {
838 "cmd": [],
839 "name": "ensure_goma" 831 "name": "ensure_goma"
840 }, 832 },
841 { 833 {
842 "cmd": [ 834 "cmd": [
843 "python", 835 "python",
844 "-u", 836 "-u",
845 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 837 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
846 "--platform", 838 "--platform",
847 "linux-amd64", 839 "linux-amd64",
848 "--dest-directory", 840 "--dest-directory",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 "cmd": [ 940 "cmd": [
949 "python", 941 "python",
950 "-u", 942 "-u",
951 "[TMP_BASE]/fake_checkout_tmp_1/tools/prepare-bisect-perf-regression.py", 943 "[TMP_BASE]/fake_checkout_tmp_1/tools/prepare-bisect-perf-regression.py",
952 "-w", 944 "-w",
953 "[CACHE]/bisect" 945 "[CACHE]/bisect"
954 ], 946 ],
955 "name": "Preparing for Bisection" 947 "name": "Preparing for Bisection"
956 }, 948 },
957 { 949 {
958 "cmd": [],
959 "name": "ensure_goma (2)" 950 "name": "ensure_goma (2)"
960 }, 951 },
961 { 952 {
962 "cmd": [ 953 "cmd": [
963 "python", 954 "python",
964 "-u", 955 "-u",
965 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 956 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
966 "--platform", 957 "--platform",
967 "linux-amd64", 958 "linux-amd64",
968 "--dest-directory", 959 "--dest-directory",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"byp ass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --br owser=release smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \" dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314 015\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \ "chromium_rel_win7\", \"repeat_count\": \"2\", \"skip_gclient_ops\": \"True\", \ "test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\" : 123456, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect :example\", \"slavename\": \"dummyslave\"}" 1034 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"byp ass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --br owser=release smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \" dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314 015\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \ "chromium_rel_win7\", \"repeat_count\": \"2\", \"skip_gclient_ops\": \"True\", \ "test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"buildnumber\" : 123456, \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect :example\", \"slavename\": \"dummyslave\"}"
1044 ], 1035 ],
1045 "name": "Running Bisection" 1036 "name": "Running Bisection"
1046 }, 1037 },
1047 { 1038 {
1048 "name": "$result", 1039 "name": "$result",
1049 "recipe_result": null, 1040 "recipe_result": null,
1050 "status_code": 0 1041 "status_code": 0
1051 } 1042 }
1052 ] 1043 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698