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

Side by Side Diff: scripts/slave/recipe_modules/generator_script/example.expected/presentation.json

Issue 1347263002: Revert of Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 "presentation.py",
7 "--output-json",
8 "/path/to/tmp/json"
9 ],
10 "cwd": "[SLAVE_BUILD]",
11 "name": "gen step(presentation.py)",
12 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@json.output@[@@@",
14 "@@@STEP_LOG_LINE@json.output@ {@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"cmd\": [@@@",
16 "@@@STEP_LOG_LINE@json.output@ \"echo\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"mock step presentation\"@@@",
18 "@@@STEP_LOG_LINE@json.output@ ], @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"name\": \"mock.step.presentation\", @@ @",
20 "@@@STEP_LOG_LINE@json.output@ \"outputs_presentation_json\": true@@@",
21 "@@@STEP_LOG_LINE@json.output@ }@@@",
22 "@@@STEP_LOG_LINE@json.output@]@@@",
23 "@@@STEP_LOG_END@json.output@@@"
24 ]
25 },
26 {
27 "cmd": [
28 "echo",
29 "mock step presentation",
30 "--presentation-json",
31 "/path/to/tmp/json"
32 ],
33 "name": "mock.step.presentation",
34 "~followup_annotations": [
35 "@@@STEP_TEXT@mock step text@@@"
36 ]
37 }
38 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698