| 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 "name": "cleanup temp" | 8 "name": "cleanup temp" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 ], | 82 ], |
| 83 "env": { | 83 "env": { |
| 84 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=shared_library dcheck_always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]
/goma' internal_gles2_conform_tests=1 target_arch=ia32 test_isolation_mode=archi
ve test_isolation_outdir=https://isolateserver.appspot.com use_goma=1" | 84 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=shared_library dcheck_always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]
/goma' internal_gles2_conform_tests=1 target_arch=ia32 test_isolation_mode=archi
ve test_isolation_outdir=https://isolateserver.appspot.com use_goma=1" |
| 85 }, | 85 }, |
| 86 "name": "gclient runhooks" | 86 "name": "gclient runhooks" |
| 87 }, | 87 }, |
| 88 { | 88 { |
| 89 "cmd": [ | 89 "cmd": [ |
| 90 "python", | 90 "python", |
| 91 "-u", | 91 "-u", |
| 92 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 93 "--build-dir", |
| 94 "[SLAVE_BUILD]/src/out/Debug", |
| 95 "--clean-isolated-files" |
| 96 ], |
| 97 "name": "clean isolated files" |
| 98 }, |
| 99 { |
| 100 "cmd": [ |
| 101 "python", |
| 102 "-u", |
| 92 "[BUILD]/scripts/slave/compile.py", | 103 "[BUILD]/scripts/slave/compile.py", |
| 93 "--target", | 104 "--target", |
| 94 "Debug", | 105 "Debug", |
| 95 "--src-dir", | 106 "--src-dir", |
| 96 "[SLAVE_BUILD]/src", | 107 "[SLAVE_BUILD]/src", |
| 97 "--build-tool", | 108 "--build-tool", |
| 98 "ninja", | 109 "ninja", |
| 99 "--compiler", | 110 "--compiler", |
| 100 "goma-clang", | 111 "goma-clang", |
| 101 "--goma-dir", | 112 "--goma-dir", |
| (...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 628 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 618 "-H", | 629 "-H", |
| 619 "[dummy hash for gpu_unittests]", | 630 "[dummy hash for gpu_unittests]", |
| 620 "-I", | 631 "-I", |
| 621 "https://isolateserver.appspot.com", | 632 "https://isolateserver.appspot.com", |
| 622 "--" | 633 "--" |
| 623 ], | 634 ], |
| 624 "name": "gpu_unittests" | 635 "name": "gpu_unittests" |
| 625 } | 636 } |
| 626 ] | 637 ] |
| OLD | NEW |