| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "cleanup temp" | 9 "name": "cleanup temp" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "[BUILD]/scripts/slave/git_setup.py", | 15 "[BUILD]/scripts/slave/git_setup.py", |
| 15 "--path", | 16 "--path", |
| 16 "[SLAVE_BUILD]/swarming.client", | 17 "[SLAVE_BUILD]/swarming.client", |
| 17 "--url", | 18 "--url", |
| 18 "https://chromium.googlesource.com/external/swarming.client.git" | 19 "https://chromium.googlesource.com/external/swarming.client.git" |
| 19 ], | 20 ], |
| 21 "cwd": "[SLAVE_BUILD]", |
| 20 "name": "git setup (swarming_client)" | 22 "name": "git setup (swarming_client)" |
| 21 }, | 23 }, |
| 22 { | 24 { |
| 23 "cmd": [ | 25 "cmd": [ |
| 24 "git", | 26 "git", |
| 25 "retry", | 27 "retry", |
| 26 "fetch", | 28 "fetch", |
| 27 "origin", | 29 "origin", |
| 28 "feaaabcdef" | 30 "feaaabcdef" |
| 29 ], | 31 ], |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 ], | 72 ], |
| 71 "cwd": "[SLAVE_BUILD]/swarming.client", | 73 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 72 "name": "submodule update (swarming_client)" | 74 "name": "submodule update (swarming_client)" |
| 73 }, | 75 }, |
| 74 { | 76 { |
| 75 "cmd": [ | 77 "cmd": [ |
| 76 "python", | 78 "python", |
| 77 "-u", | 79 "-u", |
| 78 "exit()" | 80 "exit()" |
| 79 ], | 81 ], |
| 82 "cwd": "[SLAVE_BUILD]", |
| 80 "name": "copy parent_got_revision to got_revision", | 83 "name": "copy parent_got_revision to got_revision", |
| 81 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 82 "@@@STEP_LOG_LINE@python.inline@exit()@@@", | 85 "@@@STEP_LOG_LINE@python.inline@exit()@@@", |
| 83 "@@@STEP_LOG_END@python.inline@@@", | 86 "@@@STEP_LOG_END@python.inline@@@", |
| 84 "@@@SET_BUILD_PROPERTY@got_revision@160000@@@" | 87 "@@@SET_BUILD_PROPERTY@got_revision@160000@@@" |
| 85 ] | 88 ] |
| 86 }, | 89 }, |
| 87 { | 90 { |
| 88 "allow_subannotations": true, | 91 "allow_subannotations": true, |
| 89 "cmd": [ | 92 "cmd": [ |
| (...skipping 20 matching lines...) Expand all Loading... |
| 110 "--webkit-revision=10000", | 113 "--webkit-revision=10000", |
| 111 "--master-class-name=ChromiumGPUTesting", | 114 "--master-class-name=ChromiumGPUTesting", |
| 112 "[SLAVE_BUILD]/swarming.client/run_isolated.py", | 115 "[SLAVE_BUILD]/swarming.client/run_isolated.py", |
| 113 "-H", | 116 "-H", |
| 114 "[dummy hash for content_gl_tests]", | 117 "[dummy hash for content_gl_tests]", |
| 115 "-I", | 118 "-I", |
| 116 "https://isolateserver.appspot.com", | 119 "https://isolateserver.appspot.com", |
| 117 "--", | 120 "--", |
| 118 "--use-gpu-in-tests" | 121 "--use-gpu-in-tests" |
| 119 ], | 122 ], |
| 123 "cwd": "[SLAVE_BUILD]", |
| 120 "name": "content_gl_tests" | 124 "name": "content_gl_tests" |
| 121 }, | 125 }, |
| 122 { | 126 { |
| 123 "allow_subannotations": true, | 127 "allow_subannotations": true, |
| 124 "cmd": [ | 128 "cmd": [ |
| 125 "python", | 129 "python", |
| 126 "-u", | 130 "-u", |
| 127 "[BUILD]/scripts/slave/runtest.py", | 131 "[BUILD]/scripts/slave/runtest.py", |
| 128 "--target", | 132 "--target", |
| 129 "Debug", | 133 "Debug", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 145 "--webkit-revision=10000", | 149 "--webkit-revision=10000", |
| 146 "--master-class-name=ChromiumGPUTesting", | 150 "--master-class-name=ChromiumGPUTesting", |
| 147 "[SLAVE_BUILD]/swarming.client/run_isolated.py", | 151 "[SLAVE_BUILD]/swarming.client/run_isolated.py", |
| 148 "-H", | 152 "-H", |
| 149 "[dummy hash for gl_tests]", | 153 "[dummy hash for gl_tests]", |
| 150 "-I", | 154 "-I", |
| 151 "https://isolateserver.appspot.com", | 155 "https://isolateserver.appspot.com", |
| 152 "--", | 156 "--", |
| 153 "--use-gpu-in-tests" | 157 "--use-gpu-in-tests" |
| 154 ], | 158 ], |
| 159 "cwd": "[SLAVE_BUILD]", |
| 155 "name": "gl_tests" | 160 "name": "gl_tests" |
| 156 }, | 161 }, |
| 157 { | 162 { |
| 158 "allow_subannotations": true, | 163 "allow_subannotations": true, |
| 159 "cmd": [ | 164 "cmd": [ |
| 160 "python", | 165 "python", |
| 161 "-u", | 166 "-u", |
| 162 "[BUILD]/scripts/slave/runtest.py", | 167 "[BUILD]/scripts/slave/runtest.py", |
| 163 "--target", | 168 "--target", |
| 164 "Debug", | 169 "Debug", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 180 "--webkit-revision=10000", | 185 "--webkit-revision=10000", |
| 181 "--master-class-name=ChromiumGPUTesting", | 186 "--master-class-name=ChromiumGPUTesting", |
| 182 "[SLAVE_BUILD]/swarming.client/run_isolated.py", | 187 "[SLAVE_BUILD]/swarming.client/run_isolated.py", |
| 183 "-H", | 188 "-H", |
| 184 "[dummy hash for angle_unittests]", | 189 "[dummy hash for angle_unittests]", |
| 185 "-I", | 190 "-I", |
| 186 "https://isolateserver.appspot.com", | 191 "https://isolateserver.appspot.com", |
| 187 "--", | 192 "--", |
| 188 "--use-gpu-in-tests" | 193 "--use-gpu-in-tests" |
| 189 ], | 194 ], |
| 195 "cwd": "[SLAVE_BUILD]", |
| 190 "name": "angle_unittests" | 196 "name": "angle_unittests" |
| 191 }, | 197 }, |
| 192 { | 198 { |
| 193 "allow_subannotations": true, | 199 "allow_subannotations": true, |
| 194 "cmd": [ | 200 "cmd": [ |
| 195 "python", | 201 "python", |
| 196 "-u", | 202 "-u", |
| 197 "[BUILD]/scripts/slave/runtest.py", | 203 "[BUILD]/scripts/slave/runtest.py", |
| 198 "--target", | 204 "--target", |
| 199 "Debug", | 205 "Debug", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 227 "--build-revision", | 233 "--build-revision", |
| 228 "160000", | 234 "160000", |
| 229 "--test-machine-name", | 235 "--test-machine-name", |
| 230 "mac debug tester", | 236 "mac debug tester", |
| 231 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 237 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 232 "--output-format", | 238 "--output-format", |
| 233 "json", | 239 "json", |
| 234 "--output-dir", | 240 "--output-dir", |
| 235 "/path/to/tmp/" | 241 "/path/to/tmp/" |
| 236 ], | 242 ], |
| 243 "cwd": "[SLAVE_BUILD]", |
| 237 "name": "maps_pixel_test", | 244 "name": "maps_pixel_test", |
| 238 "~followup_annotations": [ | 245 "~followup_annotations": [ |
| 239 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 246 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 240 ] | 247 ] |
| 241 }, | 248 }, |
| 242 { | 249 { |
| 243 "allow_subannotations": true, | 250 "allow_subannotations": true, |
| 244 "cmd": [ | 251 "cmd": [ |
| 245 "python", | 252 "python", |
| 246 "-u", | 253 "-u", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 "--os-type", | 289 "--os-type", |
| 283 "mac", | 290 "mac", |
| 284 "--test-machine-name", | 291 "--test-machine-name", |
| 285 "mac debug tester", | 292 "mac debug tester", |
| 286 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 293 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 287 "--output-format", | 294 "--output-format", |
| 288 "json", | 295 "json", |
| 289 "--output-dir", | 296 "--output-dir", |
| 290 "/path/to/tmp/" | 297 "/path/to/tmp/" |
| 291 ], | 298 ], |
| 299 "cwd": "[SLAVE_BUILD]", |
| 292 "name": "pixel_test", | 300 "name": "pixel_test", |
| 293 "~followup_annotations": [ | 301 "~followup_annotations": [ |
| 294 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 302 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 295 ] | 303 ] |
| 296 }, | 304 }, |
| 297 { | 305 { |
| 298 "allow_subannotations": true, | 306 "allow_subannotations": true, |
| 299 "cmd": [ | 307 "cmd": [ |
| 300 "python", | 308 "python", |
| 301 "-u", | 309 "-u", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 328 "--output-format=gtest", | 336 "--output-format=gtest", |
| 329 "--browser=debug", | 337 "--browser=debug", |
| 330 "-v", | 338 "-v", |
| 331 "--use-devtools-active-port", | 339 "--use-devtools-active-port", |
| 332 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 340 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 333 "--output-format", | 341 "--output-format", |
| 334 "json", | 342 "json", |
| 335 "--output-dir", | 343 "--output-dir", |
| 336 "/path/to/tmp/" | 344 "/path/to/tmp/" |
| 337 ], | 345 ], |
| 346 "cwd": "[SLAVE_BUILD]", |
| 338 "name": "webgl_conformance_tests", | 347 "name": "webgl_conformance_tests", |
| 339 "~followup_annotations": [ | 348 "~followup_annotations": [ |
| 340 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 349 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 341 ] | 350 ] |
| 342 }, | 351 }, |
| 343 { | 352 { |
| 344 "allow_subannotations": true, | 353 "allow_subannotations": true, |
| 345 "cmd": [ | 354 "cmd": [ |
| 346 "python", | 355 "python", |
| 347 "-u", | 356 "-u", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 374 "--output-format=gtest", | 383 "--output-format=gtest", |
| 375 "--browser=debug", | 384 "--browser=debug", |
| 376 "-v", | 385 "-v", |
| 377 "--use-devtools-active-port", | 386 "--use-devtools-active-port", |
| 378 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 387 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 379 "--output-format", | 388 "--output-format", |
| 380 "json", | 389 "json", |
| 381 "--output-dir", | 390 "--output-dir", |
| 382 "/path/to/tmp/" | 391 "/path/to/tmp/" |
| 383 ], | 392 ], |
| 393 "cwd": "[SLAVE_BUILD]", |
| 384 "name": "context_lost_tests", | 394 "name": "context_lost_tests", |
| 385 "~followup_annotations": [ | 395 "~followup_annotations": [ |
| 386 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 396 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 387 ] | 397 ] |
| 388 }, | 398 }, |
| 389 { | 399 { |
| 390 "allow_subannotations": true, | 400 "allow_subannotations": true, |
| 391 "cmd": [ | 401 "cmd": [ |
| 392 "python", | 402 "python", |
| 393 "-u", | 403 "-u", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 420 "--output-format=gtest", | 430 "--output-format=gtest", |
| 421 "--browser=debug", | 431 "--browser=debug", |
| 422 "-v", | 432 "-v", |
| 423 "--use-devtools-active-port", | 433 "--use-devtools-active-port", |
| 424 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 434 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 425 "--output-format", | 435 "--output-format", |
| 426 "json", | 436 "json", |
| 427 "--output-dir", | 437 "--output-dir", |
| 428 "/path/to/tmp/" | 438 "/path/to/tmp/" |
| 429 ], | 439 ], |
| 440 "cwd": "[SLAVE_BUILD]", |
| 430 "name": "memory_test", | 441 "name": "memory_test", |
| 431 "~followup_annotations": [ | 442 "~followup_annotations": [ |
| 432 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 443 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 433 ] | 444 ] |
| 434 }, | 445 }, |
| 435 { | 446 { |
| 436 "allow_subannotations": true, | 447 "allow_subannotations": true, |
| 437 "cmd": [ | 448 "cmd": [ |
| 438 "python", | 449 "python", |
| 439 "-u", | 450 "-u", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 466 "--output-format=gtest", | 477 "--output-format=gtest", |
| 467 "--browser=debug", | 478 "--browser=debug", |
| 468 "-v", | 479 "-v", |
| 469 "--use-devtools-active-port", | 480 "--use-devtools-active-port", |
| 470 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 481 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 471 "--output-format", | 482 "--output-format", |
| 472 "json", | 483 "json", |
| 473 "--output-dir", | 484 "--output-dir", |
| 474 "/path/to/tmp/" | 485 "/path/to/tmp/" |
| 475 ], | 486 ], |
| 487 "cwd": "[SLAVE_BUILD]", |
| 476 "name": "trace_test", | 488 "name": "trace_test", |
| 477 "~followup_annotations": [ | 489 "~followup_annotations": [ |
| 478 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 490 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 479 ] | 491 ] |
| 480 }, | 492 }, |
| 481 { | 493 { |
| 482 "allow_subannotations": true, | 494 "allow_subannotations": true, |
| 483 "cmd": [ | 495 "cmd": [ |
| 484 "python", | 496 "python", |
| 485 "-u", | 497 "-u", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 512 "--output-format=gtest", | 524 "--output-format=gtest", |
| 513 "--browser=debug", | 525 "--browser=debug", |
| 514 "-v", | 526 "-v", |
| 515 "--use-devtools-active-port", | 527 "--use-devtools-active-port", |
| 516 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 528 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 517 "--output-format", | 529 "--output-format", |
| 518 "json", | 530 "json", |
| 519 "--output-dir", | 531 "--output-dir", |
| 520 "/path/to/tmp/" | 532 "/path/to/tmp/" |
| 521 ], | 533 ], |
| 534 "cwd": "[SLAVE_BUILD]", |
| 522 "name": "screenshot_sync_tests", | 535 "name": "screenshot_sync_tests", |
| 523 "~followup_annotations": [ | 536 "~followup_annotations": [ |
| 524 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 537 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 525 ] | 538 ] |
| 526 }, | 539 }, |
| 527 { | 540 { |
| 528 "allow_subannotations": true, | 541 "allow_subannotations": true, |
| 529 "cmd": [ | 542 "cmd": [ |
| 530 "python", | 543 "python", |
| 531 "-u", | 544 "-u", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 558 "--output-format=gtest", | 571 "--output-format=gtest", |
| 559 "--browser=debug", | 572 "--browser=debug", |
| 560 "-v", | 573 "-v", |
| 561 "--use-devtools-active-port", | 574 "--use-devtools-active-port", |
| 562 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 575 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 563 "--output-format", | 576 "--output-format", |
| 564 "json", | 577 "json", |
| 565 "--output-dir", | 578 "--output-dir", |
| 566 "/path/to/tmp/" | 579 "/path/to/tmp/" |
| 567 ], | 580 ], |
| 581 "cwd": "[SLAVE_BUILD]", |
| 568 "name": "hardware_accelerated_feature_tests", | 582 "name": "hardware_accelerated_feature_tests", |
| 569 "~followup_annotations": [ | 583 "~followup_annotations": [ |
| 570 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 584 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 571 ] | 585 ] |
| 572 }, | 586 }, |
| 573 { | 587 { |
| 574 "allow_subannotations": true, | 588 "allow_subannotations": true, |
| 575 "cmd": [ | 589 "cmd": [ |
| 576 "python", | 590 "python", |
| 577 "-u", | 591 "-u", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 604 "--output-format=gtest", | 618 "--output-format=gtest", |
| 605 "--browser=debug", | 619 "--browser=debug", |
| 606 "-v", | 620 "-v", |
| 607 "--use-devtools-active-port", | 621 "--use-devtools-active-port", |
| 608 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 622 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 609 "--output-format", | 623 "--output-format", |
| 610 "json", | 624 "json", |
| 611 "--output-dir", | 625 "--output-dir", |
| 612 "/path/to/tmp/" | 626 "/path/to/tmp/" |
| 613 ], | 627 ], |
| 628 "cwd": "[SLAVE_BUILD]", |
| 614 "name": "gpu_process_launch_tests", | 629 "name": "gpu_process_launch_tests", |
| 615 "~followup_annotations": [ | 630 "~followup_annotations": [ |
| 616 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 631 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 617 ] | 632 ] |
| 618 }, | 633 }, |
| 619 { | 634 { |
| 620 "allow_subannotations": true, | 635 "allow_subannotations": true, |
| 621 "cmd": [ | 636 "cmd": [ |
| 622 "python", | 637 "python", |
| 623 "-u", | 638 "-u", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 654 "--build-revision", | 669 "--build-revision", |
| 655 "160000", | 670 "160000", |
| 656 "--test-machine-name", | 671 "--test-machine-name", |
| 657 "mac debug tester", | 672 "mac debug tester", |
| 658 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", | 673 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --vmo
dule=startup_browser_creator=2", |
| 659 "--output-format", | 674 "--output-format", |
| 660 "json", | 675 "json", |
| 661 "--output-dir", | 676 "--output-dir", |
| 662 "/path/to/tmp/" | 677 "/path/to/tmp/" |
| 663 ], | 678 ], |
| 679 "cwd": "[SLAVE_BUILD]", |
| 664 "name": "gpu_rasterization_tests", | 680 "name": "gpu_rasterization_tests", |
| 665 "~followup_annotations": [ | 681 "~followup_annotations": [ |
| 666 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 682 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 667 ] | 683 ] |
| 668 } | 684 } |
| 669 ] | 685 ] |
| OLD | NEW |