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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.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, 5 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "name": "fetch file dcdcdc0ff1122212323134879ddceeb1240b0988:DEPS", 552 "name": "fetch file dcdcdc0ff1122212323134879ddceeb1240b0988:DEPS",
553 "stdout": "/path/to/tmp/" 553 "stdout": "/path/to/tmp/"
554 }, 554 },
555 { 555 {
556 "cmd": [ 556 "cmd": [
557 "python", 557 "python",
558 "-u", 558 "-u",
559 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y", 559 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y",
560 "001", 560 "001",
561 "004", 561 "004",
562 "https://chromium.googlesource.com/v8/v8.git" 562 "https://chromium.googlesource.com/v8/v8"
563 ], 563 ],
564 "name": "Expanding revision range for revision 004 on depot v8", 564 "name": "Expanding revision range for revision 004 on depot v8",
565 "stdout": "/path/to/tmp/json", 565 "stdout": "/path/to/tmp/json",
566 "~followup_annotations": [ 566 "~followup_annotations": [
567 "@@@STEP_LOG_LINE@json.output@[@@@", 567 "@@@STEP_LOG_LINE@json.output@[@@@",
568 "@@@STEP_LOG_LINE@json.output@ [@@@", 568 "@@@STEP_LOG_LINE@json.output@ [@@@",
569 "@@@STEP_LOG_LINE@json.output@ \"002\", @@@", 569 "@@@STEP_LOG_LINE@json.output@ \"002\", @@@",
570 "@@@STEP_LOG_LINE@json.output@ 0@@@", 570 "@@@STEP_LOG_LINE@json.output@ 0@@@",
571 "@@@STEP_LOG_LINE@json.output@ ], @@@", 571 "@@@STEP_LOG_LINE@json.output@ ], @@@",
572 "@@@STEP_LOG_LINE@json.output@ [@@@", 572 "@@@STEP_LOG_LINE@json.output@ [@@@",
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 "{\"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\": \ "linux_perf_tester\", \"repeat_count\": \"2\", \"skip_gclient_ops\": \"True\", \ "test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\" : \"dummyslave\"}" 911 "{\"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\": \ "linux_perf_tester\", \"repeat_count\": \"2\", \"skip_gclient_ops\": \"True\", \ "test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\" : \"dummyslave\"}"
912 ], 912 ],
913 "name": "Running Bisection" 913 "name": "Running Bisection"
914 }, 914 },
915 { 915 {
916 "name": "$result", 916 "name": "$result",
917 "recipe_result": null, 917 "recipe_result": null,
918 "status_code": 0 918 "status_code": 0
919 } 919 }
920 ] 920 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698