OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.dart", | 8 "client.dart", |
9 "--builder", | 9 "--builder", |
10 "dart2js-linux-jsshell-hostchecked-csp-3-5-be", | 10 "dart2js-linux-jsshell-hostchecked-csp-3-5-be", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': False, 'name': 'sdk', 'url': 'https://chromium.googlesource.c
om/external/github.com/dart-lang/sdk.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'sdk', 'url': 'https://chromium.googlesource.com/external/github.
com/dart-lang/sdk.git'}]", |
15 "--root", | 15 "--root", |
16 "sdk", | 16 "sdk", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{}", | 18 "{}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "sdk@HEAD", | 24 "sdk@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"HEAD\"@@@", |
38 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"sdk\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"sdk\", @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"sdk\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"sdk\", @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
45 "@@@STEP_LOG_LINE@json.output@}@@@", | 46 "@@@STEP_LOG_LINE@json.output@}@@@", |
46 "@@@STEP_LOG_END@json.output@@@" | 47 "@@@STEP_LOG_END@json.output@@@" |
47 ] | 48 ] |
48 }, | 49 }, |
49 { | 50 { |
50 "cmd": [ | 51 "cmd": [ |
51 "python", | 52 "python", |
52 "-u", | 53 "-u", |
53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
54 "runhooks" | 55 "runhooks" |
55 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", |
56 "env": { | 58 "env": { |
57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
58 }, | 60 }, |
59 "name": "gclient runhooks" | 61 "name": "gclient runhooks" |
60 }, | 62 }, |
61 { | 63 { |
62 "cmd": [ | 64 "cmd": [ |
63 "python", | 65 "python", |
64 "-u", | 66 "-u", |
65 "[CWD]/sdk/tools/task_kill.py", | 67 "[SLAVE_BUILD]/sdk/tools/task_kill.py", |
66 "--kill_browsers=True" | 68 "--kill_browsers=True" |
67 ], | 69 ], |
68 "cwd": "[CWD]/sdk", | 70 "cwd": "[SLAVE_BUILD]/sdk", |
69 "name": "taskkill before building" | 71 "name": "taskkill before building" |
70 }, | 72 }, |
71 { | 73 { |
72 "cmd": [ | 74 "cmd": [ |
73 "python", | 75 "python", |
74 "-u", | 76 "-u", |
75 "[CWD]/sdk/tools/build.py", | 77 "[SLAVE_BUILD]/sdk/tools/build.py", |
76 "-mrelease", | 78 "-mrelease", |
77 "--arch=ia32", | 79 "--arch=ia32", |
78 "dart2js_bot" | 80 "dart2js_bot" |
79 ], | 81 ], |
80 "cwd": "[CWD]/sdk", | 82 "cwd": "[SLAVE_BUILD]/sdk", |
81 "name": "build dart" | 83 "name": "build dart" |
82 }, | 84 }, |
83 { | 85 { |
84 "cmd": [ | 86 "cmd": [ |
85 "python", | 87 "python", |
86 "-u", | 88 "-u", |
87 "[CWD]/sdk/tools/test.py", | 89 "[SLAVE_BUILD]/sdk/tools/test.py", |
88 "--mode=release", | 90 "--mode=release", |
89 "--compiler=none", | 91 "--compiler=none", |
90 "--runtime=vm", | 92 "--runtime=vm", |
91 "--arch=ia32", | 93 "--arch=ia32", |
92 "--time", | 94 "--time", |
93 "--use-sdk", | 95 "--use-sdk", |
94 "--report", | 96 "--report", |
95 "--write-debug-log", | 97 "--write-debug-log", |
96 "--write-test-outcome-log", | 98 "--write-test-outcome-log", |
97 "--progress=buildbot", | 99 "--progress=buildbot", |
98 "-v", | 100 "-v", |
99 "--clear_browser_cache", | 101 "--clear_browser_cache", |
100 "--shards=5", | 102 "--shards=5", |
101 "--shard=3", | 103 "--shard=3", |
102 "--checked", | 104 "--checked", |
103 "dart2js", | 105 "dart2js", |
104 "try" | 106 "try" |
105 ], | 107 ], |
106 "cwd": "[CWD]/sdk", | 108 "cwd": "[SLAVE_BUILD]/sdk", |
107 "name": "dart2js unit tests" | 109 "name": "dart2js unit tests" |
108 }, | 110 }, |
109 { | 111 { |
110 "cmd": [ | 112 "cmd": [ |
111 "python", | 113 "python", |
112 "-u", | 114 "-u", |
113 "[CWD]/sdk/tools/test.py", | 115 "[SLAVE_BUILD]/sdk/tools/test.py", |
114 "--mode=release", | 116 "--mode=release", |
115 "--arch=ia32", | 117 "--arch=ia32", |
116 "--compiler=dart2js", | 118 "--compiler=dart2js", |
117 "--dart2js-batch", | 119 "--dart2js-batch", |
118 "--runtime=jsshell", | 120 "--runtime=jsshell", |
119 "--progress=buildbot", | 121 "--progress=buildbot", |
120 "-v", | 122 "-v", |
121 "--clear_browser_cache", | 123 "--clear_browser_cache", |
122 "--report", | 124 "--report", |
123 "--time", | 125 "--time", |
124 "--failure-summary", | 126 "--failure-summary", |
125 "--write-debug-log", | 127 "--write-debug-log", |
126 "--write-test-outcome-log", | 128 "--write-test-outcome-log", |
127 "--copy-coredumps", | 129 "--copy-coredumps", |
128 "--host-checked", | 130 "--host-checked", |
129 "--csp", | 131 "--csp", |
130 "--shards=5", | 132 "--shards=5", |
131 "--shard=3", | 133 "--shard=3", |
132 "--append_logs" | 134 "--append_logs" |
133 ], | 135 ], |
134 "cwd": "[CWD]/sdk", | 136 "cwd": "[SLAVE_BUILD]/sdk", |
135 "name": "dart2js jsshell tests" | 137 "name": "dart2js jsshell tests" |
136 }, | 138 }, |
137 { | 139 { |
138 "cmd": [ | 140 "cmd": [ |
139 "python", | 141 "python", |
140 "-u", | 142 "-u", |
141 "[CWD]/sdk/tools/test.py", | 143 "[SLAVE_BUILD]/sdk/tools/test.py", |
142 "--mode=release", | 144 "--mode=release", |
143 "--arch=ia32", | 145 "--arch=ia32", |
144 "--compiler=dart2js", | 146 "--compiler=dart2js", |
145 "--dart2js-batch", | 147 "--dart2js-batch", |
146 "--runtime=jsshell", | 148 "--runtime=jsshell", |
147 "--progress=buildbot", | 149 "--progress=buildbot", |
148 "-v", | 150 "-v", |
149 "--clear_browser_cache", | 151 "--clear_browser_cache", |
150 "--report", | 152 "--report", |
151 "--time", | 153 "--time", |
152 "--failure-summary", | 154 "--failure-summary", |
153 "--write-debug-log", | 155 "--write-debug-log", |
154 "--write-test-outcome-log", | 156 "--write-test-outcome-log", |
155 "--copy-coredumps", | 157 "--copy-coredumps", |
156 "--host-checked", | 158 "--host-checked", |
157 "--csp", | 159 "--csp", |
158 "--shards=5", | 160 "--shards=5", |
159 "--shard=3", | 161 "--shard=3", |
160 "--append_logs", | 162 "--append_logs", |
161 "dart2js_extra", | 163 "dart2js_extra", |
162 "dart2js_native" | 164 "dart2js_native" |
163 ], | 165 ], |
164 "cwd": "[CWD]/sdk", | 166 "cwd": "[SLAVE_BUILD]/sdk", |
165 "name": "dart2js jsshell extra tests" | 167 "name": "dart2js jsshell extra tests" |
166 }, | 168 }, |
167 { | 169 { |
168 "cmd": [ | 170 "cmd": [ |
169 "python", | 171 "python", |
170 "-u", | 172 "-u", |
171 "[CWD]/sdk/tools/test.py", | 173 "[SLAVE_BUILD]/sdk/tools/test.py", |
172 "--mode=release", | 174 "--mode=release", |
173 "--arch=ia32", | 175 "--arch=ia32", |
174 "--compiler=dart2js", | 176 "--compiler=dart2js", |
175 "--dart2js-batch", | 177 "--dart2js-batch", |
176 "--runtime=jsshell", | 178 "--runtime=jsshell", |
177 "--progress=buildbot", | 179 "--progress=buildbot", |
178 "-v", | 180 "-v", |
179 "--clear_browser_cache", | 181 "--clear_browser_cache", |
180 "--report", | 182 "--report", |
181 "--time", | 183 "--time", |
182 "--failure-summary", | 184 "--failure-summary", |
183 "--write-debug-log", | 185 "--write-debug-log", |
184 "--write-test-outcome-log", | 186 "--write-test-outcome-log", |
185 "--copy-coredumps", | 187 "--copy-coredumps", |
186 "--host-checked", | 188 "--host-checked", |
187 "--csp", | 189 "--csp", |
188 "--shards=5", | 190 "--shards=5", |
189 "--shard=3", | 191 "--shard=3", |
190 "--append_logs", | 192 "--append_logs", |
191 "try" | 193 "try" |
192 ], | 194 ], |
193 "cwd": "[CWD]/sdk", | 195 "cwd": "[SLAVE_BUILD]/sdk", |
194 "name": "dart2js jsshell try tests" | 196 "name": "dart2js jsshell try tests" |
195 }, | 197 }, |
196 { | 198 { |
197 "cmd": [ | 199 "cmd": [ |
198 "python", | 200 "python", |
199 "-u", | 201 "-u", |
200 "[CWD]/sdk/tools/task_kill.py", | 202 "[SLAVE_BUILD]/sdk/tools/task_kill.py", |
201 "--kill_browsers=True" | 203 "--kill_browsers=True" |
202 ], | 204 ], |
203 "cwd": "[CWD]/sdk", | 205 "cwd": "[SLAVE_BUILD]/sdk", |
204 "name": "taskkill after testing" | 206 "name": "taskkill after testing" |
205 }, | 207 }, |
206 { | 208 { |
207 "cmd": [ | 209 "cmd": [ |
208 "cat", | 210 "cat", |
209 ".debug.log" | 211 ".debug.log" |
210 ], | 212 ], |
211 "cwd": "[CWD]/sdk", | 213 "cwd": "[SLAVE_BUILD]/sdk", |
212 "name": "debug log" | 214 "name": "debug log" |
213 }, | 215 }, |
214 { | 216 { |
215 "name": "$result", | 217 "name": "$result", |
216 "recipe_result": null, | 218 "recipe_result": null, |
217 "status_code": 0 | 219 "status_code": 0 |
218 } | 220 } |
219 ] | 221 ] |
OLD | NEW |