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

Side by Side Diff: third_party/recipe_engine/recipe_modules/step/example.expected/invalid_access.json

Issue 1241323004: Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Moved show_me_the_modules into recipe_engine Created 5 years, 4 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
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "echo", 4 "echo",
5 "Hello World" 5 "Hello World"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]", 7 "cwd": "[SLAVE_BUILD]",
8 "name": "hello" 8 "name": "hello"
9 }, 9 },
10 { 10 {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 ], 103 ],
104 "cwd": "[SLAVE_BUILD]", 104 "cwd": "[SLAVE_BUILD]",
105 "name": "no-op" 105 "name": "no-op"
106 }, 106 },
107 { 107 {
108 "name": "$final_result", 108 "name": "$final_result",
109 "reason": "Invalid Step Data Access: StepDataAttributeError('The recipe atte mpted to access missing step data \"json\" for step \"no-op\". Please examine th at step for errors.',)", 109 "reason": "Invalid Step Data Access: StepDataAttributeError('The recipe atte mpted to access missing step data \"json\" for step \"no-op\". Please examine th at step for errors.',)",
110 "status_code": -1 110 "status_code": -1
111 } 111 }
112 ] 112 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698