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

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

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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 | Annotate | Revision Log
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]/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]/fake_checkout_tmp_1",
19 "name": "git checkout" 19 "name": "git checkout"
20 }, 20 },
21 { 21 {
22 "cmd": [], 22 "cmd": [],
23 "cwd": "[SLAVE_BUILD]",
24 "name": "config", 23 "name": "config",
25 "~followup_annotations": [ 24 "~followup_annotations": [
26 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", 25 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@", 26 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@",
28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@", 27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@",
29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g olo.chromium.org\", @@@", 28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g olo.chromium.org\", @@@",
30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @ @@", 29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @ @@",
31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@", 30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@",
32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@", 31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@",
33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @ @@", 32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @ @@",
(...skipping 10 matching lines...) Expand all
44 "@@@STEP_LOG_END@Bisect job configuration@@@", 43 "@@@STEP_LOG_END@Bisect job configuration@@@",
45 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_BAD_CONFIG\"]@@@" 44 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_BAD_CONFIG\"]@@@"
46 ] 45 ]
47 }, 46 },
48 { 47 {
49 "cmd": [ 48 "cmd": [
50 "python", 49 "python",
51 "-u", 50 "-u",
52 "import sys; sys.exit(1)" 51 "import sys; sys.exit(1)"
53 ], 52 ],
54 "cwd": "[SLAVE_BUILD]",
55 "name": "Recipe failed. Reason: Invalid value 'not a valid revision' for \"g ood_revision\".", 53 "name": "Recipe failed. Reason: Invalid value 'not a valid revision' for \"g ood_revision\".",
56 "~followup_annotations": [ 54 "~followup_annotations": [
57 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", 55 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@",
58 "@@@STEP_LOG_END@python.inline@@@" 56 "@@@STEP_LOG_END@python.inline@@@"
59 ] 57 ]
60 }, 58 },
61 { 59 {
62 "name": "$result", 60 "name": "$result",
63 "reason": "Invalid value 'not a valid revision' for \"good_revision\".", 61 "reason": "Invalid value 'not a valid revision' for \"good_revision\".",
64 "status_code": 1 62 "status_code": 1
65 } 63 }
66 ] 64 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698