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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/missing_metric_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\": \"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\": \"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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 234 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
238 "--", 235 "--",
239 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 236 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
240 "----", 237 "----",
241 "ls", 238 "ls",
242 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip" 239 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
243 ], 240 ],
244 "name": "gsutil ls (3)" 241 "name": "gsutil ls (3)"
245 }, 242 },
246 { 243 {
247 "cmd": [],
248 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", 244 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222",
249 "trigger_specs": [ 245 "trigger_specs": [
250 { 246 {
251 "builder_name": "linux_perf_tester", 247 "builder_name": "linux_perf_tester",
252 "properties": { 248 "properties": {
253 "bisect_config": { 249 "bisect_config": {
254 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 250 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
255 "metric": "mean_input_event_latency/mean_input_event_latency", 251 "metric": "mean_input_event_latency/mean_input_event_latency",
256 "repeat_count": 5, 252 "repeat_count": 5,
257 "test_type": "perf" 253 "test_type": "perf"
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 316 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
321 "--", 317 "--",
322 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 318 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
323 "----", 319 "----",
324 "ls", 320 "ls",
325 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 321 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
326 ], 322 ],
327 "name": "gsutil ls (5)" 323 "name": "gsutil ls (5)"
328 }, 324 },
329 { 325 {
330 "cmd": [],
331 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 326 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
332 "trigger_specs": [ 327 "trigger_specs": [
333 { 328 {
334 "builder_name": "linux_perf_tester", 329 "builder_name": "linux_perf_tester",
335 "properties": { 330 "properties": {
336 "bisect_config": { 331 "bisect_config": {
337 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 332 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
338 "metric": "mean_input_event_latency/mean_input_event_latency", 333 "metric": "mean_input_event_latency/mean_input_event_latency",
339 "repeat_count": 5, 334 "repeat_count": 5,
340 "test_type": "perf" 335 "test_type": "perf"
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 ], 387 ],
393 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111", 388 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111",
394 "stdout": "/path/to/tmp/" 389 "stdout": "/path/to/tmp/"
395 }, 390 },
396 { 391 {
397 "name": "$result", 392 "name": "$result",
398 "recipe_result": null, 393 "recipe_result": null,
399 "status_code": 0 394 "status_code": 0
400 } 395 }
401 ] 396 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698