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

Side by Side Diff: recipe_modules/tryserver/example.expected/with_gerrit_patch_deprecated.json

Issue 2439373002: bot_update: understand new Gerrit patch properties. (Closed)
Patch Set: lint Created 4 years, 1 month 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
« no previous file with comments | « recipe_modules/tryserver/example.expected/with_gerrit_patch.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "git",
5 "-u",
6 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
7 "--verbose"
8 ],
9 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
10 "name": "ensure git tooling on windows",
11 "timeout": 300
12 },
13 {
14 "cmd": [
15 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
16 "diff", 5 "diff",
17 "--cached", 6 "--cached",
18 "--name-only" 7 "--name-only"
19 ], 8 ],
20 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
21 "name": "git diff to analyze patch", 10 "name": "git diff to analyze patch",
22 "stdout": "/path/to/tmp/", 11 "stdout": "/path/to/tmp/",
23 "~followup_annotations": [ 12 "~followup_annotations": [
24 "@@@STEP_LOG_LINE@files@foo.cc@@@", 13 "@@@STEP_LOG_LINE@files@foo.cc@@@",
25 "@@@STEP_LOG_END@files@@@" 14 "@@@STEP_LOG_END@files@@@",
15 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@",
16 "@@@SET_BUILD_PROPERTY@subproject_tag@\"v8\"@@@"
26 ] 17 ]
27 }, 18 },
28 { 19 {
29 "cmd": [ 20 "cmd": [
30 "python", 21 "python",
31 "-u", 22 "-u",
32 "import sys; sys.exit(1)" 23 "import sys; sys.exit(1)"
33 ], 24 ],
34 "name": "fail", 25 "name": "fail",
35 "~followup_annotations": [ 26 "~followup_annotations": [
36 "step returned non-zero exit code: 1", 27 "step returned non-zero exit code: 1",
37 "@@@STEP_TEXT@foo@@@", 28 "@@@STEP_TEXT@foo@@@",
38 "@@@STEP_FAILURE@@@", 29 "@@@STEP_FAILURE@@@",
39 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@" 30 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@"
40 ] 31 ]
41 }, 32 },
42 { 33 {
43 "name": "$result", 34 "name": "$result",
44 "reason": "Step('fail') failed with return_code 1", 35 "reason": "Step('fail') failed with return_code 1",
45 "recipe_result": null, 36 "recipe_result": null,
46 "status_code": 1 37 "status_code": 1
47 } 38 }
48 ] 39 ]
OLDNEW
« no previous file with comments | « recipe_modules/tryserver/example.expected/with_gerrit_patch.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698