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

Side by Side Diff: scripts/slave/recipe_modules/python/example.expected/basic.json

Issue 1241323004: Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Roll to latest recipes-py Created 5 years, 3 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
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "import sys; sys.exit(0)"
7 ],
8 "cwd": "[SLAVE_BUILD]",
9 "name": "success",
10 "~followup_annotations": [
11 "@@@STEP_LOG_LINE@success@This step is a success@@@",
12 "@@@STEP_LOG_END@success@@@"
13 ]
14 },
15 {
16 "cmd": [
17 "python",
18 "-u",
19 "import sys; sys.exit(1)"
20 ],
21 "cwd": "[SLAVE_BUILD]",
22 "name": "failure",
23 "~followup_annotations": [
24 "step returned non-zero exit code: 1",
25 "@@@STEP_TEXT@This step is a failure :(@@@",
26 "@@@STEP_FAILURE@@@"
27 ]
28 }
29 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/python/example.py ('k') | scripts/slave/recipe_modules/raw_io/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698