OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.webkit", | 8 "chromium.webkit", |
9 "--builder", | 9 "--builder", |
10 "WebKit Linux Oilpan Leak", | 10 "WebKit Linux Oilpan Leak", |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 "name": "get compile targets for scripts", | 136 "name": "get compile targets for scripts", |
137 "~followup_annotations": [ | 137 "~followup_annotations": [ |
138 "@@@STEP_LOG_LINE@json.output@{}@@@", | 138 "@@@STEP_LOG_LINE@json.output@{}@@@", |
139 "@@@STEP_LOG_END@json.output@@@" | 139 "@@@STEP_LOG_END@json.output@@@" |
140 ] | 140 ] |
141 }, | 141 }, |
142 { | 142 { |
143 "cmd": [ | 143 "cmd": [ |
144 "python", | 144 "python", |
145 "-u", | 145 "-u", |
| 146 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 147 "--build-dir", |
| 148 "[SLAVE_BUILD]/src/out/Release", |
| 149 "--output-json", |
| 150 "/path/to/tmp/json" |
| 151 ], |
| 152 "cwd": "[SLAVE_BUILD]", |
| 153 "name": "find isolated tests", |
| 154 "~followup_annotations": [ |
| 155 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 159 "@@@STEP_LOG_END@json.output@@@", |
| 160 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 161 ] |
| 162 }, |
| 163 { |
| 164 "cmd": [ |
| 165 "python", |
| 166 "-u", |
146 "[BUILD]/scripts/slave/cleanup_temp.py" | 167 "[BUILD]/scripts/slave/cleanup_temp.py" |
147 ], | 168 ], |
148 "cwd": "[SLAVE_BUILD]", | 169 "cwd": "[SLAVE_BUILD]", |
149 "name": "cleanup_temp" | 170 "name": "cleanup_temp" |
150 }, | 171 }, |
151 { | 172 { |
152 "cmd": [ | 173 "cmd": [ |
153 "python", | 174 "python", |
154 "-u", | 175 "-u", |
155 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 176 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 "@@@STEP_LOG_LINE@json.output@{@@@", | 237 "@@@STEP_LOG_LINE@json.output@{@@@", |
217 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 238 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
218 "@@@STEP_LOG_LINE@json.output@}@@@", | 239 "@@@STEP_LOG_LINE@json.output@}@@@", |
219 "@@@STEP_LOG_END@json.output@@@" | 240 "@@@STEP_LOG_END@json.output@@@" |
220 ] | 241 ] |
221 }, | 242 }, |
222 { | 243 { |
223 "cmd": [ | 244 "cmd": [ |
224 "python", | 245 "python", |
225 "-u", | 246 "-u", |
226 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 247 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
227 "--build-dir", | 248 "trigger", |
228 "[SLAVE_BUILD]/src/out/Release", | 249 "--swarming", |
229 "--output-json", | 250 "https://chromium-swarm.appspot.com", |
230 "/path/to/tmp/json" | 251 "--isolate-server", |
| 252 "https://isolateserver.appspot.com", |
| 253 "--priority", |
| 254 "25", |
| 255 "--shards", |
| 256 "1", |
| 257 "--task-name", |
| 258 "browser_tests/Ubuntu-12.04/[dummy has/WebKit Linux Oilpan Leak/571", |
| 259 "--dump-json", |
| 260 "/path/to/tmp/json", |
| 261 "--expiration", |
| 262 "3600", |
| 263 "--io-timeout", |
| 264 "1200", |
| 265 "--hard-timeout", |
| 266 "3600", |
| 267 "--dimension", |
| 268 "cpu", |
| 269 "x86-64", |
| 270 "--dimension", |
| 271 "gpu", |
| 272 "none", |
| 273 "--dimension", |
| 274 "os", |
| 275 "Ubuntu-12.04", |
| 276 "--dimension", |
| 277 "pool", |
| 278 "Chrome", |
| 279 "--tag", |
| 280 "buildername:WebKit Linux Oilpan Leak", |
| 281 "--tag", |
| 282 "buildnumber:571", |
| 283 "--tag", |
| 284 "data:[dummy hash for browser_tests]", |
| 285 "--tag", |
| 286 "master:chromium.webkit", |
| 287 "--tag", |
| 288 "name:browser_tests", |
| 289 "--tag", |
| 290 "os:Ubuntu-12.04", |
| 291 "--tag", |
| 292 "project:chromium", |
| 293 "--tag", |
| 294 "purpose:CI", |
| 295 "--tag", |
| 296 "purpose:post-commit", |
| 297 "--idempotent", |
| 298 "[dummy hash for browser_tests]", |
| 299 "--", |
| 300 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
231 ], | 301 ], |
232 "cwd": "[SLAVE_BUILD]", | 302 "cwd": "[SLAVE_BUILD]", |
233 "name": "find isolated tests", | 303 "name": "[trigger] browser_tests", |
234 "~followup_annotations": [ | 304 "~followup_annotations": [ |
235 "@@@STEP_LOG_LINE@json.output@{@@@", | 305 "@@@STEP_LOG_LINE@json.output@{@@@", |
236 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 306 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu
-12.04/[dummy has/WebKit Linux Oilpan Leak/571\", @@@", |
237 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 307 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 308 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/[dummy has/
WebKit Linux Oilpan Leak/571\": {@@@", |
| 309 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 310 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 311 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 312 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 313 "@@@STEP_LOG_LINE@json.output@ }@@@", |
238 "@@@STEP_LOG_LINE@json.output@}@@@", | 314 "@@@STEP_LOG_LINE@json.output@}@@@", |
239 "@@@STEP_LOG_END@json.output@@@", | 315 "@@@STEP_LOG_END@json.output@@@", |
240 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 316 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
241 ] | 317 ] |
242 }, | 318 }, |
243 { | 319 { |
244 "cmd": [ | |
245 "python", | |
246 "-u", | |
247 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | |
248 "browser_tests" | |
249 ], | |
250 "cwd": "[SLAVE_BUILD]", | |
251 "name": "[error] browser_tests", | |
252 "~followup_annotations": [ | |
253 "@@@STEP_LOG_LINE@python.inline@@@@", | |
254 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | |
255 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | |
256 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | |
257 "@@@STEP_LOG_END@python.inline@@@" | |
258 ] | |
259 }, | |
260 { | |
261 "cmd": [ | 320 "cmd": [ |
262 "python", | 321 "python", |
263 "-u", | 322 "-u", |
264 "[BUILD]/scripts/slave/runtest.py", | 323 "[BUILD]/scripts/slave/runtest.py", |
265 "--target", | 324 "--target", |
266 "Release", | 325 "Release", |
267 "--no-xvfb", | 326 "--no-xvfb", |
268 "--factory-properties", | 327 "--factory-properties", |
269 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Linux Oilpan Leak\", \"buildnumber\": 571, \"mastername\
": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\
"}", | 328 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Linux Oilpan Leak\", \"buildnumber\": 571, \"mastername\
": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\
"}", |
270 "--build-properties", | 329 "--build-properties", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Linux Oilpan Leak\", \"buildnumber\": 571, \"mastername\
": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\
"}" | 383 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Linux Oilpan Leak\", \"buildnumber\": 571, \"mastername\
": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\
"}" |
325 ], | 384 ], |
326 "cwd": "[SLAVE_BUILD]", | 385 "cwd": "[SLAVE_BUILD]", |
327 "name": "archive_webkit_tests_results", | 386 "name": "archive_webkit_tests_results", |
328 "~followup_annotations": [ | 387 "~followup_annotations": [ |
329 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_Oilpan_Leak/571/layout-test-results/results.ht
ml@@@", | 388 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_Oilpan_Leak/571/layout-test-results/results.ht
ml@@@", |
330 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_Oilpan_Leak/571/layout-test-results.zip@@@" | 389 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_Oilpan_Leak/571/layout-test-results.zip@@@" |
331 ] | 390 ] |
332 }, | 391 }, |
333 { | 392 { |
| 393 "allow_subannotations": true, |
334 "cmd": [ | 394 "cmd": [ |
335 "python", | 395 "python", |
336 "-u", | 396 "-u", |
337 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, | 397 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
338 "browser_tests" | 398 "--swarming-client-dir", |
| 399 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 400 "--temp-root-dir", |
| 401 "[TMP_BASE]", |
| 402 "--merged-test-output", |
| 403 "/path/to/tmp/json", |
| 404 "--", |
| 405 "collect", |
| 406 "--swarming", |
| 407 "https://chromium-swarm.appspot.com", |
| 408 "--decorate", |
| 409 "--print-status-updates", |
| 410 "--shards", |
| 411 "1", |
| 412 "browser_tests/Ubuntu-12.04/[dummy has/WebKit Linux Oilpan Leak/571" |
339 ], | 413 ], |
340 "cwd": "[SLAVE_BUILD]", | 414 "cwd": "[SLAVE_BUILD]", |
341 "name": "[collect error] browser_tests", | 415 "name": "browser_tests" |
342 "~followup_annotations": [ | |
343 "@@@STEP_LOG_LINE@python.inline@@@@", | |
344 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | |
345 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | |
346 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | |
347 "@@@STEP_LOG_END@python.inline@@@" | |
348 ] | |
349 } | 416 } |
350 ] | 417 ] |
OLD | NEW |