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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
8 "name": "taskkill" 9 "name": "taskkill"
9 }, 10 },
10 { 11 {
11 "cmd": [ 12 "cmd": [
12 "python", 13 "python",
13 "-u", 14 "-u",
14 "[BUILD]\\scripts\\slave\\bot_update.py", 15 "[BUILD]\\scripts\\slave\\bot_update.py",
15 "--master", 16 "--master",
16 "tryserver.chromium.win", 17 "tryserver.chromium.win",
17 "--builder", 18 "--builder",
(...skipping 10 matching lines...) Expand all
28 "12853011", 29 "12853011",
29 "--patchset", 30 "--patchset",
30 "1", 31 "1",
31 "--rietveld_server", 32 "--rietveld_server",
32 "https://codereview.chromium.org", 33 "https://codereview.chromium.org",
33 "--output_json", 34 "--output_json",
34 "/path/to/tmp/json", 35 "/path/to/tmp/json",
35 "--revision", 36 "--revision",
36 "src@HEAD" 37 "src@HEAD"
37 ], 38 ],
39 "cwd": "[SLAVE_BUILD]",
38 "name": "bot_update", 40 "name": "bot_update",
39 "~followup_annotations": [ 41 "~followup_annotations": [
40 "@@@STEP_TEXT@Some step text@@@", 42 "@@@STEP_TEXT@Some step text@@@",
41 "@@@STEP_LOG_LINE@json.output@{@@@", 43 "@@@STEP_LOG_LINE@json.output@{@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 45 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 46 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 47 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
46 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 48 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
47 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 49 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
74 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 76 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
75 ] 77 ]
76 }, 78 },
77 { 79 {
78 "cmd": [ 80 "cmd": [
79 "python", 81 "python",
80 "-u", 82 "-u",
81 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 83 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
82 "--version" 84 "--version"
83 ], 85 ],
86 "cwd": "[SLAVE_BUILD]",
84 "name": "swarming.py --version", 87 "name": "swarming.py --version",
85 "stdout": "/path/to/tmp/", 88 "stdout": "/path/to/tmp/",
86 "~followup_annotations": [ 89 "~followup_annotations": [
87 "@@@STEP_TEXT@0.4.10@@@" 90 "@@@STEP_TEXT@0.4.10@@@"
88 ] 91 ]
89 }, 92 },
90 { 93 {
91 "cmd": [ 94 "cmd": [
92 "python", 95 "python",
93 "-u", 96 "-u",
94 "[DEPOT_TOOLS]\\gclient.py", 97 "[DEPOT_TOOLS]\\gclient.py",
95 "runhooks" 98 "runhooks"
96 ], 99 ],
100 "cwd": "[SLAVE_BUILD]",
97 "env": { 101 "env": {
98 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te st_isolation_mode=prepare use_goma=1" 102 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te st_isolation_mode=prepare use_goma=1"
99 }, 103 },
100 "name": "gclient runhooks (with patch)" 104 "name": "gclient runhooks (with patch)"
101 }, 105 },
102 { 106 {
103 "cmd": [ 107 "cmd": [
104 "python", 108 "python",
105 "-u", 109 "-u",
106 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
107 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", 111 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json",
108 "/path/to/tmp/json" 112 "/path/to/tmp/json"
109 ], 113 ],
114 "cwd": "[SLAVE_BUILD]",
110 "name": "read test spec", 115 "name": "read test spec",
111 "~followup_annotations": [ 116 "~followup_annotations": [
112 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@", 117 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@",
113 "@@@STEP_LOG_LINE@json.output@{}@@@", 118 "@@@STEP_LOG_LINE@json.output@{}@@@",
114 "@@@STEP_LOG_END@json.output@@@" 119 "@@@STEP_LOG_END@json.output@@@"
115 ] 120 ]
116 }, 121 },
117 { 122 {
118 "cmd": [ 123 "cmd": [
119 "python", 124 "python",
120 "-u", 125 "-u",
121 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 126 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
122 "--output", 127 "--output",
123 "/path/to/tmp/json", 128 "/path/to/tmp/json",
124 "--", 129 "--",
125 "--build-config-fs", 130 "--build-config-fs",
126 "Release", 131 "Release",
127 "--paths", 132 "--paths",
128 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 133 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
129 "--properties", 134 "--properties",
130 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}" 135 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}"
131 ], 136 ],
137 "cwd": "[SLAVE_BUILD]",
132 "name": "get compile targets for scripts", 138 "name": "get compile targets for scripts",
133 "~followup_annotations": [ 139 "~followup_annotations": [
134 "@@@STEP_LOG_LINE@json.output@{}@@@", 140 "@@@STEP_LOG_LINE@json.output@{}@@@",
135 "@@@STEP_LOG_END@json.output@@@" 141 "@@@STEP_LOG_END@json.output@@@"
136 ] 142 ]
137 }, 143 },
138 { 144 {
139 "cmd": [ 145 "cmd": [
140 "[DEPOT_TOOLS]\\git.bat", 146 "[DEPOT_TOOLS]\\git.bat",
141 "diff", 147 "diff",
142 "--cached", 148 "--cached",
143 "--name-only" 149 "--name-only"
144 ], 150 ],
145 "cwd": "[SLAVE_BUILD]\\src", 151 "cwd": "[SLAVE_BUILD]\\src",
146 "name": "git diff to analyze patch", 152 "name": "git diff to analyze patch",
147 "stdout": "/path/to/tmp/", 153 "stdout": "/path/to/tmp/",
148 "~followup_annotations": [ 154 "~followup_annotations": [
149 "@@@STEP_LOG_LINE@files@foo.cc@@@", 155 "@@@STEP_LOG_LINE@files@foo.cc@@@",
150 "@@@STEP_LOG_END@files@@@" 156 "@@@STEP_LOG_END@files@@@"
151 ] 157 ]
152 }, 158 },
153 { 159 {
154 "cmd": [ 160 "cmd": [
155 "python", 161 "python",
156 "-u", 162 "-u",
157 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 163 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
158 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", 164 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json",
159 "/path/to/tmp/json" 165 "/path/to/tmp/json"
160 ], 166 ],
167 "cwd": "[SLAVE_BUILD]",
161 "name": "read filter exclusion spec", 168 "name": "read filter exclusion spec",
162 "~followup_annotations": [ 169 "~followup_annotations": [
163 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@ ", 170 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@ ",
164 "@@@STEP_LOG_LINE@json.output@{@@@", 171 "@@@STEP_LOG_LINE@json.output@{@@@",
165 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 172 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
166 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 173 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
167 "@@@STEP_LOG_LINE@json.output@ }, @@@", 174 "@@@STEP_LOG_LINE@json.output@ }, @@@",
168 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 175 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
169 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 176 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
170 "@@@STEP_LOG_LINE@json.output@ }, @@@", 177 "@@@STEP_LOG_LINE@json.output@ }, @@@",
171 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 178 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
172 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 179 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
173 "@@@STEP_LOG_LINE@json.output@ }@@@", 180 "@@@STEP_LOG_LINE@json.output@ }@@@",
174 "@@@STEP_LOG_LINE@json.output@}@@@", 181 "@@@STEP_LOG_LINE@json.output@}@@@",
175 "@@@STEP_LOG_END@json.output@@@" 182 "@@@STEP_LOG_END@json.output@@@"
176 ] 183 ]
177 }, 184 },
178 { 185 {
179 "cmd": [ 186 "cmd": [
180 "python", 187 "python",
181 "-u", 188 "-u",
182 "[SLAVE_BUILD]\\src\\build\\gyp_chromium", 189 "[SLAVE_BUILD]\\src\\build\\gyp_chromium",
183 "--analyzer", 190 "--analyzer",
184 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome \", \"content_gl_tests_run\", \"gl_tests_run\", \"mini_installer\", \"tab_captur e_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", 191 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome \", \"content_gl_tests_run\", \"gl_tests_run\", \"mini_installer\", \"tab_captur e_end2end_tests_run\", \"telemetry_gpu_test_run\"]}",
185 "/path/to/tmp/json" 192 "/path/to/tmp/json"
186 ], 193 ],
194 "cwd": "[SLAVE_BUILD]",
187 "env": { 195 "env": {
188 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te st_isolation_mode=prepare use_goma=1" 196 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te st_isolation_mode=prepare use_goma=1"
189 }, 197 },
190 "name": "analyze", 198 "name": "analyze",
191 "~followup_annotations": [ 199 "~followup_annotations": [
192 "@@@STEP_LOG_LINE@json.output@{@@@", 200 "@@@STEP_LOG_LINE@json.output@{@@@",
193 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 201 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
194 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", 202 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@",
195 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\"@@@", 203 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\"@@@",
196 "@@@STEP_LOG_LINE@json.output@ ], @@@", 204 "@@@STEP_LOG_LINE@json.output@ ], @@@",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "@@@STEP_LOG_LINE@analyze_details@}@@@", 243 "@@@STEP_LOG_LINE@analyze_details@}@@@",
236 "@@@STEP_LOG_END@analyze_details@@@" 244 "@@@STEP_LOG_END@analyze_details@@@"
237 ] 245 ]
238 }, 246 },
239 { 247 {
240 "cmd": [ 248 "cmd": [
241 "python", 249 "python",
242 "-u", 250 "-u",
243 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 251 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
244 ], 252 ],
253 "cwd": "[SLAVE_BUILD]",
245 "name": "cleanup_temp" 254 "name": "cleanup_temp"
246 }, 255 },
247 { 256 {
248 "cmd": [ 257 "cmd": [
249 "python", 258 "python",
250 "-u", 259 "-u",
251 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", 260 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
252 "--build-dir", 261 "--build-dir",
253 "[SLAVE_BUILD]\\src\\out\\Release", 262 "[SLAVE_BUILD]\\src\\out\\Release",
254 "--clean-isolated-files" 263 "--clean-isolated-files"
255 ], 264 ],
265 "cwd": "[SLAVE_BUILD]",
256 "name": "clean isolated files" 266 "name": "clean isolated files"
257 }, 267 },
258 { 268 {
259 "cmd": [ 269 "cmd": [
260 "python", 270 "python",
261 "-u", 271 "-u",
262 "[BUILD]\\scripts\\slave\\compile.py", 272 "[BUILD]\\scripts\\slave\\compile.py",
263 "--target", 273 "--target",
264 "Release", 274 "Release",
265 "--src-dir", 275 "--src-dir",
266 "[SLAVE_BUILD]\\src", 276 "[SLAVE_BUILD]\\src",
267 "--build-tool", 277 "--build-tool",
268 "ninja", 278 "ninja",
269 "--compiler", 279 "--compiler",
270 "goma", 280 "goma",
271 "--goma-dir", 281 "--goma-dir",
272 "[BUILD]\\goma", 282 "[BUILD]\\goma",
273 "--ninja-ensure-up-to-date", 283 "--ninja-ensure-up-to-date",
274 "--", 284 "--",
275 "angle_unittests_run", 285 "angle_unittests_run",
276 "crash_service" 286 "crash_service"
277 ], 287 ],
288 "cwd": "[SLAVE_BUILD]",
278 "name": "compile (with patch)" 289 "name": "compile (with patch)"
279 }, 290 },
280 { 291 {
281 "cmd": [ 292 "cmd": [
282 "python", 293 "python",
283 "-u", 294 "-u",
284 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 295 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
285 "--build-dir", 296 "--build-dir",
286 "[SLAVE_BUILD]\\src\\out\\Release", 297 "[SLAVE_BUILD]\\src\\out\\Release",
287 "--src-dir", 298 "--src-dir",
288 "[SLAVE_BUILD]\\src" 299 "[SLAVE_BUILD]\\src"
289 ], 300 ],
290 "cwd": "[SLAVE_BUILD]", 301 "cwd": "[SLAVE_BUILD]",
291 "name": "remove_build_metadata" 302 "name": "remove_build_metadata"
292 }, 303 },
293 { 304 {
294 "cmd": [ 305 "cmd": [
295 "python", 306 "python",
296 "-u", 307 "-u",
297 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", 308 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py",
298 "batcharchive", 309 "batcharchive",
299 "--dump-json", 310 "--dump-json",
300 "/path/to/tmp/json", 311 "/path/to/tmp/json",
301 "--isolate-server", 312 "--isolate-server",
302 "https://isolateserver.appspot.com", 313 "https://isolateserver.appspot.com",
303 "--verbose", 314 "--verbose",
304 "[SLAVE_BUILD]\\src\\out\\Release\\angle_unittests.isolated.gen.json" 315 "[SLAVE_BUILD]\\src\\out\\Release\\angle_unittests.isolated.gen.json"
305 ], 316 ],
317 "cwd": "[SLAVE_BUILD]",
306 "name": "isolate tests", 318 "name": "isolate tests",
307 "~followup_annotations": [ 319 "~followup_annotations": [
308 "@@@STEP_LOG_LINE@json.output@{@@@", 320 "@@@STEP_LOG_LINE@json.output@{@@@",
309 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\"@@@", 321 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\"@@@",
310 "@@@STEP_LOG_LINE@json.output@}@@@", 322 "@@@STEP_LOG_LINE@json.output@}@@@",
311 "@@@STEP_LOG_END@json.output@@@" 323 "@@@STEP_LOG_END@json.output@@@"
312 ] 324 ]
313 }, 325 },
314 { 326 {
315 "cmd": [ 327 "cmd": [
316 "python", 328 "python",
317 "-u", 329 "-u",
318 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", 330 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
319 "--target", 331 "--target",
320 "Release" 332 "Release"
321 ], 333 ],
334 "cwd": "[SLAVE_BUILD]",
322 "name": "start_crash_service" 335 "name": "start_crash_service"
323 }, 336 },
324 { 337 {
325 "cmd": [ 338 "cmd": [
326 "python", 339 "python",
327 "-u", 340 "-u",
328 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 341 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
329 "trigger", 342 "trigger",
330 "--swarming", 343 "--swarming",
331 "https://chromium-swarm.appspot.com", 344 "https://chromium-swarm.appspot.com",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 "--tag", 395 "--tag",
383 "rietveld:https://codereview.chromium.org/12853011/#ps1", 396 "rietveld:https://codereview.chromium.org/12853011/#ps1",
384 "--idempotent", 397 "--idempotent",
385 "--user", 398 "--user",
386 "commit-bot@chromium.org", 399 "commit-bot@chromium.org",
387 "[dummy hash for angle_unittests]", 400 "[dummy hash for angle_unittests]",
388 "--", 401 "--",
389 "--use-gpu-in-tests", 402 "--use-gpu-in-tests",
390 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" 403 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
391 ], 404 ],
405 "cwd": "[SLAVE_BUILD]",
392 "name": "[trigger] angle_unittests on NVIDIA GPU on Windows (with patch) on Windows", 406 "name": "[trigger] angle_unittests on NVIDIA GPU on Windows (with patch) on Windows",
393 "~followup_annotations": [ 407 "~followup_annotations": [
394 "@@@STEP_LOG_LINE@json.output@{@@@", 408 "@@@STEP_LOG_LINE@json.output@{@@@",
395 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"angle_unittests on N VIDIA GPU on Windows (with patch)/Windows/[dummy has/win_chromium_rel_ng/571\", @@@", 409 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"angle_unittests on N VIDIA GPU on Windows (with patch)/Windows/[dummy has/win_chromium_rel_ng/571\", @@@",
396 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 410 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
397 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests on NVIDIA GPU on Windo ws (with patch)/Windows/[dummy has/win_chromium_rel_ng/571\": {@@@", 411 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests on NVIDIA GPU on Windo ws (with patch)/Windows/[dummy has/win_chromium_rel_ng/571\": {@@@",
398 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 412 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
399 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 413 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
400 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 414 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
401 "@@@STEP_LOG_LINE@json.output@ }@@@", 415 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 18 matching lines...) Expand all
420 "--", 434 "--",
421 "collect", 435 "collect",
422 "--swarming", 436 "--swarming",
423 "https://chromium-swarm.appspot.com", 437 "https://chromium-swarm.appspot.com",
424 "--decorate", 438 "--decorate",
425 "--print-status-updates", 439 "--print-status-updates",
426 "--shards", 440 "--shards",
427 "1", 441 "1",
428 "angle_unittests on NVIDIA GPU on Windows (with patch)/Windows/[dummy has/ win_chromium_rel_ng/571" 442 "angle_unittests on NVIDIA GPU on Windows (with patch)/Windows/[dummy has/ win_chromium_rel_ng/571"
429 ], 443 ],
444 "cwd": "[SLAVE_BUILD]",
430 "name": "angle_unittests on NVIDIA GPU on Windows (with patch) on Windows" 445 "name": "angle_unittests on NVIDIA GPU on Windows (with patch) on Windows"
431 }, 446 },
432 { 447 {
433 "cmd": [ 448 "cmd": [
434 "python", 449 "python",
435 "-u", 450 "-u",
436 "[BUILD]\\scripts\\slave\\process_dumps.py", 451 "[BUILD]\\scripts\\slave\\process_dumps.py",
437 "--target", 452 "--target",
438 "Release" 453 "Release"
439 ], 454 ],
455 "cwd": "[SLAVE_BUILD]",
440 "name": "process_dumps" 456 "name": "process_dumps"
441 } 457 }
442 ] 458 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698