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

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

Issue 2183693002: Fix bisect depot url for catapult. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove trailing '/', whomp. Created 4 years, 4 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"
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 "name": "fetch file dcdcdc0ff1122212323134879ddceeb1240b0988:DEPS", 554 "name": "fetch file dcdcdc0ff1122212323134879ddceeb1240b0988:DEPS",
555 "stdout": "/path/to/tmp/" 555 "stdout": "/path/to/tmp/"
556 }, 556 },
557 { 557 {
558 "cmd": [ 558 "cmd": [
559 "python", 559 "python",
560 "-u", 560 "-u",
561 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y", 561 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y",
562 "001", 562 "001",
563 "004", 563 "004",
564 "https://chromium.googlesource.com/v8/v8.git" 564 "https://chromium.googlesource.com/v8/v8"
565 ], 565 ],
566 "name": "Expanding revision range for revision 004 on depot v8", 566 "name": "Expanding revision range for revision 004 on depot v8",
567 "stdout": "/path/to/tmp/json", 567 "stdout": "/path/to/tmp/json",
568 "~followup_annotations": [ 568 "~followup_annotations": [
569 "@@@STEP_LOG_LINE@json.output@[@@@", 569 "@@@STEP_LOG_LINE@json.output@[@@@",
570 "@@@STEP_LOG_LINE@json.output@ [@@@", 570 "@@@STEP_LOG_LINE@json.output@ [@@@",
571 "@@@STEP_LOG_LINE@json.output@ \"002\", @@@", 571 "@@@STEP_LOG_LINE@json.output@ \"002\", @@@",
572 "@@@STEP_LOG_LINE@json.output@ 0@@@", 572 "@@@STEP_LOG_LINE@json.output@ 0@@@",
573 "@@@STEP_LOG_LINE@json.output@ ], @@@", 573 "@@@STEP_LOG_LINE@json.output@ ], @@@",
574 "@@@STEP_LOG_LINE@json.output@ [@@@", 574 "@@@STEP_LOG_LINE@json.output@ [@@@",
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 "{\"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\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\" : \"dummyslave\"}" 913 "{\"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\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\" : \"dummyslave\"}"
914 ], 914 ],
915 "name": "Running Bisection" 915 "name": "Running Bisection"
916 }, 916 },
917 { 917 {
918 "name": "$result", 918 "name": "$result",
919 "recipe_result": null, 919 "recipe_result": null,
920 "status_code": 0 920 "status_code": 0
921 } 921 }
922 ] 922 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698