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

Side by Side Diff: recipe_modules/step/example.expected/infra_failure.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 ],
(...skipping 10 matching lines...) Expand all
84 "cwd": "[SLAVE_BUILD]", 92 "cwd": "[SLAVE_BUILD]",
85 "name": "cleanup", 93 "name": "cleanup",
86 "~followup_annotations": [ 94 "~followup_annotations": [
87 "step returned non-zero exit code: 1", 95 "step returned non-zero exit code: 1",
88 "@@@STEP_EXCEPTION@@@" 96 "@@@STEP_EXCEPTION@@@"
89 ] 97 ]
90 }, 98 },
91 { 99 {
92 "cmd": [ 100 "cmd": [
93 "python", 101 "python",
94 "test-wrapper.py", 102 "-c",
95 "-v", 103 "import sys; print sys.argv",
96 "--",
97 "echo", 104 "echo",
98 "main", 105 "main",
99 "application" 106 "application"
100 ], 107 ],
101 "cwd": "[SLAVE_BUILD]", 108 "cwd": "[SLAVE_BUILD]",
102 "name": "application" 109 "name": "application"
103 },
104 {
105 "name": "$final_result",
106 "reason": "Warning, robots approaching!",
107 "status_code": 1
108 } 110 }
109 ] 111 ]
OLDNEW
« no previous file with comments | « recipe_modules/step/example.expected/defer_results.json ('k') | recipe_modules/step/example.expected/invalid_access.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698