| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 ], | 76 ], |
| 77 "env": { | 77 "env": { |
| 78 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh
ared_library dcheck_always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]/goma' i
nternal_gles2_conform_tests=1 target_arch=x64 test_isolation_mode=archive test_i
solation_outdir=https://isolateserver.appspot.com use_goma=1" | 78 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh
ared_library dcheck_always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]/goma' i
nternal_gles2_conform_tests=1 target_arch=x64 test_isolation_mode=archive test_i
solation_outdir=https://isolateserver.appspot.com use_goma=1" |
| 79 }, | 79 }, |
| 80 "name": "gclient runhooks" | 80 "name": "gclient runhooks" |
| 81 }, | 81 }, |
| 82 { | 82 { |
| 83 "cmd": [ | 83 "cmd": [ |
| 84 "python", | 84 "python", |
| 85 "-u", | 85 "-u", |
| 86 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 87 "--build-dir", |
| 88 "[SLAVE_BUILD]/src/out/Debug", |
| 89 "--clean-isolated-files" |
| 90 ], |
| 91 "name": "clean isolated files" |
| 92 }, |
| 93 { |
| 94 "cmd": [ |
| 95 "python", |
| 96 "-u", |
| 86 "[BUILD]/scripts/slave/compile.py", | 97 "[BUILD]/scripts/slave/compile.py", |
| 87 "--target", | 98 "--target", |
| 88 "Debug", | 99 "Debug", |
| 89 "--src-dir", | 100 "--src-dir", |
| 90 "[SLAVE_BUILD]/src", | 101 "[SLAVE_BUILD]/src", |
| 91 "--build-tool", | 102 "--build-tool", |
| 92 "ninja", | 103 "ninja", |
| 93 "--compiler", | 104 "--compiler", |
| 94 "goma", | 105 "goma", |
| 95 "--goma-dir", | 106 "--goma-dir", |
| (...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 670 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 660 "-H", | 671 "-H", |
| 661 "[dummy hash for gpu_unittests]", | 672 "[dummy hash for gpu_unittests]", |
| 662 "-I", | 673 "-I", |
| 663 "https://isolateserver.appspot.com", | 674 "https://isolateserver.appspot.com", |
| 664 "--" | 675 "--" |
| 665 ], | 676 ], |
| 666 "name": "gpu_unittests" | 677 "name": "gpu_unittests" |
| 667 } | 678 } |
| 668 ] | 679 ] |
| OLD | NEW |