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 chromium_win
_pch=0 component=static_library dcheck_always_on=1 fastbuild=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" | 78 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win
_pch=0 component=static_library dcheck_always_on=1 fastbuild=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" |
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_isolate
d_tests.py", |
| 87 "--build-dir", |
| 88 "[SLAVE_BUILD]\\src\\out\\Release", |
| 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 "Release", | 99 "Release", |
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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | 653 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", |
643 "-H", | 654 "-H", |
644 "[dummy hash for gpu_unittests]", | 655 "[dummy hash for gpu_unittests]", |
645 "-I", | 656 "-I", |
646 "https://isolateserver.appspot.com", | 657 "https://isolateserver.appspot.com", |
647 "--" | 658 "--" |
648 ], | 659 ], |
649 "name": "gpu_unittests" | 660 "name": "gpu_unittests" |
650 } | 661 } |
651 ] | 662 ] |
OLD | NEW |