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

Side by Side Diff: scripts/slave/recipes/dart/dart2js.expected/dart2js-linux-drt-be.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "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-drt-93-105-dev", 10 "dart2js-linux-drt-93-105-dev",
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 "xvfb-run", 87 "xvfb-run",
86 "-a", 88 "-a",
87 "--server-args=-screen 0 1024x768x24", 89 "--server-args=-screen 0 1024x768x24",
88 "python", 90 "python",
89 "-u", 91 "-u",
90 "./tools/test.py", 92 "./tools/test.py",
91 "--mode=release", 93 "--mode=release",
92 "--compiler=none", 94 "--compiler=none",
93 "--runtime=drt", 95 "--runtime=drt",
94 "--arch=ia32", 96 "--arch=ia32",
95 "--time", 97 "--time",
96 "--use-sdk", 98 "--use-sdk",
97 "--report", 99 "--report",
98 "--write-debug-log", 100 "--write-debug-log",
99 "--write-test-outcome-log", 101 "--write-test-outcome-log",
100 "--progress=buildbot", 102 "--progress=buildbot",
101 "-v", 103 "-v",
102 "--clear_browser_cache", 104 "--clear_browser_cache",
103 "--checked", 105 "--checked",
104 "try", 106 "try",
105 "--shards=105", 107 "--shards=105",
106 "--shard=93" 108 "--shard=93"
107 ], 109 ],
108 "cwd": "[CWD]/sdk", 110 "cwd": "[SLAVE_BUILD]/sdk",
109 "name": "none drt try tests" 111 "name": "none drt try tests"
110 }, 112 },
111 { 113 {
112 "cmd": [ 114 "cmd": [
113 "xvfb-run", 115 "xvfb-run",
114 "-a", 116 "-a",
115 "--server-args=-screen 0 1024x768x24", 117 "--server-args=-screen 0 1024x768x24",
116 "python", 118 "python",
117 "-u", 119 "-u",
118 "./tools/test.py", 120 "./tools/test.py",
119 "--mode=release", 121 "--mode=release",
120 "--arch=ia32", 122 "--arch=ia32",
121 "--compiler=dart2js", 123 "--compiler=dart2js",
122 "--dart2js-batch", 124 "--dart2js-batch",
123 "--runtime=drt", 125 "--runtime=drt",
124 "--progress=buildbot", 126 "--progress=buildbot",
125 "-v", 127 "-v",
126 "--clear_browser_cache", 128 "--clear_browser_cache",
127 "--report", 129 "--report",
128 "--time", 130 "--time",
129 "--failure-summary", 131 "--failure-summary",
130 "--write-debug-log", 132 "--write-debug-log",
131 "--write-test-outcome-log", 133 "--write-test-outcome-log",
132 "--copy-coredumps", 134 "--copy-coredumps",
133 "--shards=105", 135 "--shards=105",
134 "--shard=93", 136 "--shard=93",
135 "--append_logs" 137 "--append_logs"
136 ], 138 ],
137 "cwd": "[CWD]/sdk", 139 "cwd": "[SLAVE_BUILD]/sdk",
138 "name": "dart2js drt tests" 140 "name": "dart2js drt tests"
139 }, 141 },
140 { 142 {
141 "cmd": [ 143 "cmd": [
142 "xvfb-run", 144 "xvfb-run",
143 "-a", 145 "-a",
144 "--server-args=-screen 0 1024x768x24", 146 "--server-args=-screen 0 1024x768x24",
145 "python", 147 "python",
146 "-u", 148 "-u",
147 "./tools/test.py", 149 "./tools/test.py",
(...skipping 10 matching lines...) Expand all
158 "--failure-summary", 160 "--failure-summary",
159 "--write-debug-log", 161 "--write-debug-log",
160 "--write-test-outcome-log", 162 "--write-test-outcome-log",
161 "--copy-coredumps", 163 "--copy-coredumps",
162 "--shards=105", 164 "--shards=105",
163 "--shard=93", 165 "--shard=93",
164 "--append_logs", 166 "--append_logs",
165 "dart2js_extra", 167 "dart2js_extra",
166 "dart2js_native" 168 "dart2js_native"
167 ], 169 ],
168 "cwd": "[CWD]/sdk", 170 "cwd": "[SLAVE_BUILD]/sdk",
169 "name": "dart2js drt extra tests" 171 "name": "dart2js drt extra tests"
170 }, 172 },
171 { 173 {
172 "cmd": [ 174 "cmd": [
173 "xvfb-run", 175 "xvfb-run",
174 "-a", 176 "-a",
175 "--server-args=-screen 0 1024x768x24", 177 "--server-args=-screen 0 1024x768x24",
176 "python", 178 "python",
177 "-u", 179 "-u",
178 "./tools/test.py", 180 "./tools/test.py",
179 "--mode=release", 181 "--mode=release",
180 "--arch=ia32", 182 "--arch=ia32",
181 "--compiler=dart2js", 183 "--compiler=dart2js",
182 "--dart2js-batch", 184 "--dart2js-batch",
183 "--runtime=drt", 185 "--runtime=drt",
184 "--progress=buildbot", 186 "--progress=buildbot",
185 "-v", 187 "-v",
186 "--clear_browser_cache", 188 "--clear_browser_cache",
187 "--report", 189 "--report",
188 "--time", 190 "--time",
189 "--failure-summary", 191 "--failure-summary",
190 "--write-debug-log", 192 "--write-debug-log",
191 "--write-test-outcome-log", 193 "--write-test-outcome-log",
192 "--copy-coredumps", 194 "--copy-coredumps",
193 "--shards=105", 195 "--shards=105",
194 "--shard=93", 196 "--shard=93",
195 "--append_logs", 197 "--append_logs",
196 "try" 198 "try"
197 ], 199 ],
198 "cwd": "[CWD]/sdk", 200 "cwd": "[SLAVE_BUILD]/sdk",
199 "name": "dart2js drt try tests" 201 "name": "dart2js drt try tests"
200 }, 202 },
201 { 203 {
202 "cmd": [ 204 "cmd": [
203 "xvfb-run", 205 "xvfb-run",
204 "-a", 206 "-a",
205 "--server-args=-screen 0 1024x768x24", 207 "--server-args=-screen 0 1024x768x24",
206 "python", 208 "python",
207 "-u", 209 "-u",
208 "./tools/test.py", 210 "./tools/test.py",
209 "--mode=release", 211 "--mode=release",
210 "--arch=ia32", 212 "--arch=ia32",
211 "--compiler=dart2js", 213 "--compiler=dart2js",
212 "--dart2js-batch", 214 "--dart2js-batch",
213 "--runtime=drt", 215 "--runtime=drt",
214 "--progress=buildbot", 216 "--progress=buildbot",
215 "-v", 217 "-v",
216 "--clear_browser_cache", 218 "--clear_browser_cache",
217 "--report", 219 "--report",
218 "--time", 220 "--time",
219 "--failure-summary", 221 "--failure-summary",
220 "--write-debug-log", 222 "--write-debug-log",
221 "--write-test-outcome-log", 223 "--write-test-outcome-log",
222 "--copy-coredumps", 224 "--copy-coredumps",
223 "--shards=105", 225 "--shards=105",
224 "--shard=93", 226 "--shard=93",
225 "--checked", 227 "--checked",
226 "--append_logs" 228 "--append_logs"
227 ], 229 ],
228 "cwd": "[CWD]/sdk", 230 "cwd": "[SLAVE_BUILD]/sdk",
229 "name": "dart2js drt checked tests" 231 "name": "dart2js drt checked tests"
230 }, 232 },
231 { 233 {
232 "cmd": [ 234 "cmd": [
233 "xvfb-run", 235 "xvfb-run",
234 "-a", 236 "-a",
235 "--server-args=-screen 0 1024x768x24", 237 "--server-args=-screen 0 1024x768x24",
236 "python", 238 "python",
237 "-u", 239 "-u",
238 "./tools/test.py", 240 "./tools/test.py",
(...skipping 11 matching lines...) Expand all
250 "--write-debug-log", 252 "--write-debug-log",
251 "--write-test-outcome-log", 253 "--write-test-outcome-log",
252 "--copy-coredumps", 254 "--copy-coredumps",
253 "--shards=105", 255 "--shards=105",
254 "--shard=93", 256 "--shard=93",
255 "--checked", 257 "--checked",
256 "--append_logs", 258 "--append_logs",
257 "dart2js_extra", 259 "dart2js_extra",
258 "dart2js_native" 260 "dart2js_native"
259 ], 261 ],
260 "cwd": "[CWD]/sdk", 262 "cwd": "[SLAVE_BUILD]/sdk",
261 "name": "dart2js drt extra checked tests" 263 "name": "dart2js drt extra checked tests"
262 }, 264 },
263 { 265 {
264 "cmd": [ 266 "cmd": [
265 "xvfb-run", 267 "xvfb-run",
266 "-a", 268 "-a",
267 "--server-args=-screen 0 1024x768x24", 269 "--server-args=-screen 0 1024x768x24",
268 "python", 270 "python",
269 "-u", 271 "-u",
270 "./tools/test.py", 272 "./tools/test.py",
(...skipping 10 matching lines...) Expand all
281 "--failure-summary", 283 "--failure-summary",
282 "--write-debug-log", 284 "--write-debug-log",
283 "--write-test-outcome-log", 285 "--write-test-outcome-log",
284 "--copy-coredumps", 286 "--copy-coredumps",
285 "--shards=105", 287 "--shards=105",
286 "--shard=93", 288 "--shard=93",
287 "--checked", 289 "--checked",
288 "--append_logs", 290 "--append_logs",
289 "try" 291 "try"
290 ], 292 ],
291 "cwd": "[CWD]/sdk", 293 "cwd": "[SLAVE_BUILD]/sdk",
292 "name": "dart2js drt try checked tests" 294 "name": "dart2js drt try checked tests"
293 }, 295 },
294 { 296 {
295 "cmd": [ 297 "cmd": [
296 "python", 298 "python",
297 "-u", 299 "-u",
298 "[CWD]/sdk/tools/task_kill.py", 300 "[SLAVE_BUILD]/sdk/tools/task_kill.py",
299 "--kill_browsers=True" 301 "--kill_browsers=True"
300 ], 302 ],
301 "cwd": "[CWD]/sdk", 303 "cwd": "[SLAVE_BUILD]/sdk",
302 "name": "taskkill after testing" 304 "name": "taskkill after testing"
303 }, 305 },
304 { 306 {
305 "cmd": [ 307 "cmd": [
306 "cat", 308 "cat",
307 ".debug.log" 309 ".debug.log"
308 ], 310 ],
309 "cwd": "[CWD]/sdk", 311 "cwd": "[SLAVE_BUILD]/sdk",
310 "name": "debug log" 312 "name": "debug log"
311 }, 313 },
312 { 314 {
313 "name": "$result", 315 "name": "$result",
314 "recipe_result": null, 316 "recipe_result": null,
315 "status_code": 0 317 "status_code": 0
316 } 318 }
317 ] 319 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698