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

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

Issue 1644173002: Revert of depot_tools: import bot_update gclient git rietveld tryserver recipe modules (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 10 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
(Empty)
1 [
2 {
3 "cmd": [
4 "[DEPOT_TOOLS]\\git.bat",
5 "diff",
6 "--cached",
7 "--name-only"
8 ],
9 "cwd": "[SLAVE_BUILD]",
10 "name": "git diff to analyze patch",
11 "stdout": "/path/to/tmp/",
12 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@files@foo.cc@@@",
14 "@@@STEP_LOG_END@files@@@"
15 ]
16 },
17 {
18 "cmd": [
19 "python",
20 "-u",
21 "import sys; sys.exit(1)"
22 ],
23 "cwd": "[SLAVE_BUILD]",
24 "name": "fail",
25 "~followup_annotations": [
26 "step returned non-zero exit code: 1",
27 "@@@STEP_TEXT@foo@@@",
28 "@@@STEP_FAILURE@@@",
29 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@"
30 ]
31 },
32 {
33 "name": "$result",
34 "reason": "Step('fail') failed with return_code 1",
35 "status_code": 1
36 }
37 ]
OLDNEW
« no previous file with comments | « recipe_modules/tryserver/example.expected/with_svn_patch.json ('k') | recipe_modules/tryserver/test_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698