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

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

Issue 1344583003: Recipe package system. (Closed) Base URL: git@github.com:luci/recipes-py.git@master
Patch Set: Recompiled proto 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
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "cmd": [ 54 "cmd": [
55 "echo", 55 "echo",
56 "goodbye" 56 "goodbye"
57 ], 57 ],
58 "cwd": "[SLAVE_BUILD]", 58 "cwd": "[SLAVE_BUILD]",
59 "name": "goodbye (2)" 59 "name": "goodbye (2)"
60 }, 60 },
61 { 61 {
62 "cmd": [ 62 "cmd": [
63 "echo", 63 "echo",
64 "warning"
65 ],
66 "cwd": "[SLAVE_BUILD]",
67 "name": "warning"
68 },
69 {
70 "cmd": [
71 "echo",
64 "testa" 72 "testa"
65 ], 73 ],
66 "cwd": "[SLAVE_BUILD]", 74 "cwd": "[SLAVE_BUILD]",
67 "name": "testa" 75 "name": "testa"
68 }, 76 },
69 { 77 {
70 "cmd": [ 78 "cmd": [
71 "echo", 79 "echo",
72 "testb" 80 "testb"
73 ], 81 ],
74 "cwd": "[SLAVE_BUILD]", 82 "cwd": "[SLAVE_BUILD]",
75 "name": "testb" 83 "name": "testb"
76 }, 84 },
77 { 85 {
78 "cmd": [ 86 "cmd": [
79 "echo", 87 "echo",
80 "cleaning", 88 "cleaning",
81 "up", 89 "up",
82 "build" 90 "build"
83 ], 91 ],
84 "cwd": "[SLAVE_BUILD]", 92 "cwd": "[SLAVE_BUILD]",
85 "name": "cleanup" 93 "name": "cleanup"
86 }, 94 },
87 { 95 {
88 "cmd": [ 96 "cmd": [
89 "python", 97 "python",
90 "test-wrapper.py", 98 "-c",
91 "-v", 99 "import sys; print sys.argv",
92 "--",
93 "echo", 100 "echo",
94 "main", 101 "main",
95 "application" 102 "application"
96 ], 103 ],
97 "cwd": "[SLAVE_BUILD]", 104 "cwd": "[SLAVE_BUILD]",
98 "name": "application" 105 "name": "application"
99 }, 106 },
100 { 107 {
101 "cmd": [ 108 "cmd": [
102 "echo", 109 "echo",
103 "I", 110 "I",
104 "do", 111 "do",
105 "nothing" 112 "nothing"
106 ], 113 ],
107 "cwd": "[SLAVE_BUILD]", 114 "cwd": "[SLAVE_BUILD]",
108 "name": "no-op" 115 "name": "no-op"
109 }, 116 },
110 { 117 {
111 "name": "$final_result", 118 "name": "$final_result",
112 "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.',)", 119 "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.',)",
113 "status_code": -1 120 "status_code": -1
114 } 121 }
115 ] 122 ]
OLDNEW
« no previous file with comments | « recipe_modules/step/example.expected/infra_failure.json ('k') | recipe_modules/step/example.expected/warning.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698