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

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

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

Powered by Google App Engine
This is Rietveld 408576698