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

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

Issue 1915833003: tryserver recipe_module: Add get_tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.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": [
4 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
5 ],
6 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
7 "name": "ensure git tooling on windows"
8 },
9 {
10 "cmd": [
11 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
12 "diff",
13 "--cached",
14 "--name-only"
15 ],
16 "cwd": "[SLAVE_BUILD]",
17 "name": "git diff to analyze patch",
18 "stdout": "/path/to/tmp/",
19 "~followup_annotations": [
20 "@@@STEP_LOG_LINE@files@foo.cc@@@",
21 "@@@STEP_LOG_END@files@@@"
22 ]
23 },
24 {
25 "cmd": [
26 "python",
27 "-u",
28 "import sys; sys.exit(1)"
29 ],
30 "cwd": "[SLAVE_BUILD]",
31 "name": "fail",
32 "~followup_annotations": [
33 "step returned non-zero exit code: 1",
34 "@@@STEP_TEXT@foo@@@",
35 "@@@STEP_FAILURE@@@",
36 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@"
37 ]
38 },
39 {
40 "name": "$result", 3 "name": "$result",
41 "reason": "Step('fail') failed with return_code 1", 4 "reason": "Cannot get tags from gerrit yet.",
42 "status_code": 1 5 "status_code": 1
43 } 6 }
44 ] 7 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698