| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_swarming", | 10 "linux_chromium_rel", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--issue", | 19 "--issue", |
| 20 "12853011", | 20 "12853011", |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 "trigger", | 241 "trigger", |
| 242 "--swarming", | 242 "--swarming", |
| 243 "https://chromium-swarm.appspot.com", | 243 "https://chromium-swarm.appspot.com", |
| 244 "--isolate-server", | 244 "--isolate-server", |
| 245 "https://isolateserver.appspot.com", | 245 "https://isolateserver.appspot.com", |
| 246 "--priority", | 246 "--priority", |
| 247 "50", | 247 "50", |
| 248 "--shards", | 248 "--shards", |
| 249 "1", | 249 "1", |
| 250 "--task-name", | 250 "--task-name", |
| 251 "base_unittests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_sw
arming/571", | 251 "base_unittests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/57
1", |
| 252 "--dump-json", | 252 "--dump-json", |
| 253 "/path/to/tmp/json", | 253 "/path/to/tmp/json", |
| 254 "--expiration", | 254 "--expiration", |
| 255 "3600", | 255 "3600", |
| 256 "--io-timeout", | 256 "--io-timeout", |
| 257 "1200", | 257 "1200", |
| 258 "--hard-timeout", | 258 "--hard-timeout", |
| 259 "3600", | 259 "3600", |
| 260 "--dimension", | 260 "--dimension", |
| 261 "cpu", | 261 "cpu", |
| 262 "x86-64", | 262 "x86-64", |
| 263 "--dimension", | 263 "--dimension", |
| 264 "os", | 264 "os", |
| 265 "Ubuntu-12.04", | 265 "Ubuntu-12.04", |
| 266 "--dimension", | 266 "--dimension", |
| 267 "pool", | 267 "pool", |
| 268 "Chrome", | 268 "Chrome", |
| 269 "--tag", | 269 "--tag", |
| 270 "buildername:linux_chromium_rel_swarming", | 270 "buildername:linux_chromium_rel", |
| 271 "--tag", | 271 "--tag", |
| 272 "buildnumber:571", | 272 "buildnumber:571", |
| 273 "--tag", | 273 "--tag", |
| 274 "data:[dummy hash for base_unittests]", | 274 "data:[dummy hash for base_unittests]", |
| 275 "--tag", | 275 "--tag", |
| 276 "master:tryserver.chromium.linux", | 276 "master:tryserver.chromium.linux", |
| 277 "--tag", | 277 "--tag", |
| 278 "name:base_unittests (with patch)", | 278 "name:base_unittests (with patch)", |
| 279 "--tag", | 279 "--tag", |
| 280 "os:Ubuntu-12.04", | 280 "os:Ubuntu-12.04", |
| 281 "--tag", | 281 "--tag", |
| 282 "project:chromium", | 282 "project:chromium", |
| 283 "--tag", | 283 "--tag", |
| 284 "purpose:ManualTS", | 284 "purpose:ManualTS", |
| 285 "--tag", | 285 "--tag", |
| 286 "purpose:pre-commit", | 286 "purpose:pre-commit", |
| 287 "[dummy hash for base_unittests]", | 287 "[dummy hash for base_unittests]", |
| 288 "--", | 288 "--", |
| 289 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 289 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 290 ], | 290 ], |
| 291 "name": "[trigger] base_unittests (with patch)", | 291 "name": "[trigger] base_unittests (with patch)", |
| 292 "~followup_annotations": [ | 292 "~followup_annotations": [ |
| 293 "@@@STEP_LOG_LINE@json.output@{@@@", | 293 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"base_unittests (with
patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_swarming/571\", @@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"base_unittests (with
patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"base_unittests (with patch)/Ubuntu-12.
04/[dummy has/linux_chromium_rel_swarming/571\": {@@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"base_unittests (with patch)/Ubuntu-12.
04/[dummy has/linux_chromium_rel/571\": {@@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 297 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 299 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ }@@@", | 300 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ }@@@", | 301 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 302 "@@@STEP_LOG_LINE@json.output@}@@@", | 302 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 303 "@@@STEP_LOG_END@json.output@@@", | 303 "@@@STEP_LOG_END@json.output@@@", |
| 304 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 304 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 305 ] | 305 ] |
| 306 }, | 306 }, |
| 307 { | 307 { |
| 308 "cmd": [ | 308 "cmd": [ |
| 309 "python", | 309 "python", |
| 310 "-u", | 310 "-u", |
| 311 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 311 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 312 "trigger", | 312 "trigger", |
| 313 "--swarming", | 313 "--swarming", |
| 314 "https://chromium-swarm.appspot.com", | 314 "https://chromium-swarm.appspot.com", |
| 315 "--isolate-server", | 315 "--isolate-server", |
| 316 "https://isolateserver.appspot.com", | 316 "https://isolateserver.appspot.com", |
| 317 "--priority", | 317 "--priority", |
| 318 "50", | 318 "50", |
| 319 "--shards", | 319 "--shards", |
| 320 "5", | 320 "5", |
| 321 "--task-name", | 321 "--task-name", |
| 322 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_swa
rming/571", | 322 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571
", |
| 323 "--dump-json", | 323 "--dump-json", |
| 324 "/path/to/tmp/json", | 324 "/path/to/tmp/json", |
| 325 "--expiration", | 325 "--expiration", |
| 326 "3600", | 326 "3600", |
| 327 "--io-timeout", | 327 "--io-timeout", |
| 328 "1200", | 328 "1200", |
| 329 "--hard-timeout", | 329 "--hard-timeout", |
| 330 "3600", | 330 "3600", |
| 331 "--dimension", | 331 "--dimension", |
| 332 "cpu", | 332 "cpu", |
| 333 "x86-64", | 333 "x86-64", |
| 334 "--dimension", | 334 "--dimension", |
| 335 "os", | 335 "os", |
| 336 "Ubuntu-12.04", | 336 "Ubuntu-12.04", |
| 337 "--dimension", | 337 "--dimension", |
| 338 "pool", | 338 "pool", |
| 339 "Chrome", | 339 "Chrome", |
| 340 "--tag", | 340 "--tag", |
| 341 "buildername:linux_chromium_rel_swarming", | 341 "buildername:linux_chromium_rel", |
| 342 "--tag", | 342 "--tag", |
| 343 "buildnumber:571", | 343 "buildnumber:571", |
| 344 "--tag", | 344 "--tag", |
| 345 "data:[dummy hash for browser_tests]", | 345 "data:[dummy hash for browser_tests]", |
| 346 "--tag", | 346 "--tag", |
| 347 "master:tryserver.chromium.linux", | 347 "master:tryserver.chromium.linux", |
| 348 "--tag", | 348 "--tag", |
| 349 "name:browser_tests (with patch)", | 349 "name:browser_tests (with patch)", |
| 350 "--tag", | 350 "--tag", |
| 351 "os:Ubuntu-12.04", | 351 "os:Ubuntu-12.04", |
| 352 "--tag", | 352 "--tag", |
| 353 "project:chromium", | 353 "project:chromium", |
| 354 "--tag", | 354 "--tag", |
| 355 "purpose:ManualTS", | 355 "purpose:ManualTS", |
| 356 "--tag", | 356 "--tag", |
| 357 "purpose:pre-commit", | 357 "purpose:pre-commit", |
| 358 "[dummy hash for browser_tests]", | 358 "[dummy hash for browser_tests]", |
| 359 "--", | 359 "--", |
| 360 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 360 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 361 ], | 361 ], |
| 362 "name": "[trigger] browser_tests (with patch)", | 362 "name": "[trigger] browser_tests (with patch)", |
| 363 "~followup_annotations": [ | 363 "~followup_annotations": [ |
| 364 "@@@STEP_LOG_LINE@json.output@{@@@", | 364 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 365 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests (with
patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_swarming/571\", @@@", | 365 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests (with
patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@", |
| 366 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 366 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 367 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0
4/[dummy has/linux_chromium_rel_swarming/571:5:0\": {@@@", | 367 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0
4/[dummy has/linux_chromium_rel/571:5:0\": {@@@", |
| 368 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 368 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 369 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 369 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 370 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 370 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 371 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 371 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 372 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0
4/[dummy has/linux_chromium_rel_swarming/571:5:1\": {@@@", | 372 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0
4/[dummy has/linux_chromium_rel/571:5:1\": {@@@", |
| 373 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 373 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 374 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 374 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 375 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 375 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 376 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 377 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0
4/[dummy has/linux_chromium_rel_swarming/571:5:2\": {@@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0
4/[dummy has/linux_chromium_rel/571:5:2\": {@@@", |
| 378 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 2, @@@", | 378 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 2, @@@", |
| 379 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10200\", @@@", | 379 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10200\", @@@", |
| 380 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10200\"@@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10200\"@@@", |
| 381 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 381 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 382 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0
4/[dummy has/linux_chromium_rel_swarming/571:5:3\": {@@@", | 382 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0
4/[dummy has/linux_chromium_rel/571:5:3\": {@@@", |
| 383 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 3, @@@", | 383 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 3, @@@", |
| 384 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10300\", @@@", | 384 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10300\", @@@", |
| 385 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10300\"@@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10300\"@@@", |
| 386 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 386 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0
4/[dummy has/linux_chromium_rel_swarming/571:5:4\": {@@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"browser_tests (with patch)/Ubuntu-12.0
4/[dummy has/linux_chromium_rel/571:5:4\": {@@@", |
| 388 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 4, @@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 4, @@@", |
| 389 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10400\", @@@", | 389 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10400\", @@@", |
| 390 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10400\"@@@", | 390 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10400\"@@@", |
| 391 "@@@STEP_LOG_LINE@json.output@ }@@@", | 391 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 392 "@@@STEP_LOG_LINE@json.output@ }@@@", | 392 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 393 "@@@STEP_LOG_LINE@json.output@}@@@", | 393 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 394 "@@@STEP_LOG_END@json.output@@@", | 394 "@@@STEP_LOG_END@json.output@@@", |
| 395 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 395 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 396 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", | 396 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", |
| 397 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@", | 397 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 { | 452 { |
| 453 "allow_subannotations": true, | 453 "allow_subannotations": true, |
| 454 "cmd": [ | 454 "cmd": [ |
| 455 "python", | 455 "python", |
| 456 "-u", | 456 "-u", |
| 457 "[BUILD]/scripts/slave/runtest.py", | 457 "[BUILD]/scripts/slave/runtest.py", |
| 458 "--target", | 458 "--target", |
| 459 "Release", | 459 "Release", |
| 460 "--xvfb", | 460 "--xvfb", |
| 461 "--factory-properties", | 461 "--factory-properties", |
| 462 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel_swarming\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tr
yserver.chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\":
\"chromium_trybot\", \"repository\": \"\", \"requester\": \"joe@chromium.org\",
\"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\":
\"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test
Slavename\"}", | 462 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c
hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu
m_trybot\", \"repository\": \"\", \"requester\": \"joe@chromium.org\", \"revisio
n\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"src\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename
\"}", |
| 463 "--build-properties", | 463 "--build-properties", |
| 464 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel_swarming\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tr
yserver.chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\":
\"chromium_trybot\", \"repository\": \"\", \"requester\": \"joe@chromium.org\",
\"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\":
\"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test
Slavename\"}", | 464 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c
hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu
m_trybot\", \"repository\": \"\", \"requester\": \"joe@chromium.org\", \"revisio
n\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"src\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename
\"}", |
| 465 "--annotate=gtest", | 465 "--annotate=gtest", |
| 466 "--test-type=telemetry_unittests", | 466 "--test-type=telemetry_unittests", |
| 467 "--builder-name=linux_chromium_rel_swarming", | 467 "--builder-name=linux_chromium_rel", |
| 468 "--slave-name=TestSlavename", | 468 "--slave-name=TestSlavename", |
| 469 "--build-number=571", | 469 "--build-number=571", |
| 470 "--run-python-script", | 470 "--run-python-script", |
| 471 "[SLAVE_BUILD]/src/tools/telemetry/run_tests", | 471 "[SLAVE_BUILD]/src/tools/telemetry/run_tests", |
| 472 "--browser=release", | 472 "--browser=release", |
| 473 "--retry-limit=3", | 473 "--retry-limit=3", |
| 474 "--write-full-results-to", | 474 "--write-full-results-to", |
| 475 "/path/to/tmp/json" | 475 "/path/to/tmp/json" |
| 476 ], | 476 ], |
| 477 "name": "telemetry_unittests (with patch)" | 477 "name": "telemetry_unittests (with patch)" |
| 478 }, | 478 }, |
| 479 { | 479 { |
| 480 "allow_subannotations": true, | 480 "allow_subannotations": true, |
| 481 "cmd": [ | 481 "cmd": [ |
| 482 "python", | 482 "python", |
| 483 "-u", | 483 "-u", |
| 484 "[BUILD]/scripts/slave/runtest.py", | 484 "[BUILD]/scripts/slave/runtest.py", |
| 485 "--target", | 485 "--target", |
| 486 "Release", | 486 "Release", |
| 487 "--xvfb", | 487 "--xvfb", |
| 488 "--factory-properties", | 488 "--factory-properties", |
| 489 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel_swarming\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tr
yserver.chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\":
\"chromium_trybot\", \"repository\": \"\", \"requester\": \"joe@chromium.org\",
\"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\":
\"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test
Slavename\"}", | 489 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c
hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu
m_trybot\", \"repository\": \"\", \"requester\": \"joe@chromium.org\", \"revisio
n\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"src\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename
\"}", |
| 490 "--build-properties", | 490 "--build-properties", |
| 491 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel_swarming\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tr
yserver.chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\":
\"chromium_trybot\", \"repository\": \"\", \"requester\": \"joe@chromium.org\",
\"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\":
\"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test
Slavename\"}", | 491 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c
hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu
m_trybot\", \"repository\": \"\", \"requester\": \"joe@chromium.org\", \"revisio
n\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"src\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename
\"}", |
| 492 "--annotate=gtest", | 492 "--annotate=gtest", |
| 493 "--test-type=telemetry_perf_unittests", | 493 "--test-type=telemetry_perf_unittests", |
| 494 "--builder-name=linux_chromium_rel_swarming", | 494 "--builder-name=linux_chromium_rel", |
| 495 "--slave-name=TestSlavename", | 495 "--slave-name=TestSlavename", |
| 496 "--build-number=571", | 496 "--build-number=571", |
| 497 "--run-python-script", | 497 "--run-python-script", |
| 498 "[SLAVE_BUILD]/src/tools/perf/run_tests", | 498 "[SLAVE_BUILD]/src/tools/perf/run_tests", |
| 499 "--browser=release", | 499 "--browser=release", |
| 500 "--retry-limit=3", | 500 "--retry-limit=3", |
| 501 "--write-full-results-to", | 501 "--write-full-results-to", |
| 502 "/path/to/tmp/json" | 502 "/path/to/tmp/json" |
| 503 ], | 503 ], |
| 504 "name": "telemetry_perf_unittests (with patch)" | 504 "name": "telemetry_perf_unittests (with patch)" |
| (...skipping 27 matching lines...) Expand all Loading... |
| 532 "--merged-test-output", | 532 "--merged-test-output", |
| 533 "/path/to/tmp/json", | 533 "/path/to/tmp/json", |
| 534 "--", | 534 "--", |
| 535 "collect", | 535 "collect", |
| 536 "--swarming", | 536 "--swarming", |
| 537 "https://chromium-swarm.appspot.com", | 537 "https://chromium-swarm.appspot.com", |
| 538 "--decorate", | 538 "--decorate", |
| 539 "--print-status-updates", | 539 "--print-status-updates", |
| 540 "--shards", | 540 "--shards", |
| 541 "1", | 541 "1", |
| 542 "base_unittests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_sw
arming/571" | 542 "base_unittests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/57
1" |
| 543 ], | 543 ], |
| 544 "name": "base_unittests (with patch)" | 544 "name": "base_unittests (with patch)" |
| 545 }, | 545 }, |
| 546 { | 546 { |
| 547 "allow_subannotations": true, | 547 "allow_subannotations": true, |
| 548 "cmd": [ | 548 "cmd": [ |
| 549 "python", | 549 "python", |
| 550 "-u", | 550 "-u", |
| 551 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 551 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", |
| 552 "--swarming-client-dir", | 552 "--swarming-client-dir", |
| 553 "[SLAVE_BUILD]/src/tools/swarming_client", | 553 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 554 "--temp-root-dir", | 554 "--temp-root-dir", |
| 555 "[TMP_BASE]", | 555 "[TMP_BASE]", |
| 556 "--merged-test-output", | 556 "--merged-test-output", |
| 557 "/path/to/tmp/json", | 557 "/path/to/tmp/json", |
| 558 "--", | 558 "--", |
| 559 "collect", | 559 "collect", |
| 560 "--swarming", | 560 "--swarming", |
| 561 "https://chromium-swarm.appspot.com", | 561 "https://chromium-swarm.appspot.com", |
| 562 "--decorate", | 562 "--decorate", |
| 563 "--print-status-updates", | 563 "--print-status-updates", |
| 564 "--shards", | 564 "--shards", |
| 565 "5", | 565 "5", |
| 566 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_swa
rming/571" | 566 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571
" |
| 567 ], | 567 ], |
| 568 "name": "browser_tests (with patch)" | 568 "name": "browser_tests (with patch)" |
| 569 } | 569 } |
| 570 ] | 570 ] |
| OLD | NEW |