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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 ], | 78 ], |
79 "env": { | 79 "env": { |
80 "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" | 80 "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" |
81 }, | 81 }, |
82 "name": "gclient runhooks" | 82 "name": "gclient runhooks" |
83 }, | 83 }, |
84 { | 84 { |
85 "cmd": [ | 85 "cmd": [ |
86 "python", | 86 "python", |
87 "-u", | 87 "-u", |
| 88 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolate
d_tests.py", |
| 89 "--build-dir", |
| 90 "[SLAVE_BUILD]\\src\\out\\Release", |
| 91 "--clean-isolated-files" |
| 92 ], |
| 93 "name": "clean isolated files" |
| 94 }, |
| 95 { |
| 96 "cmd": [ |
| 97 "python", |
| 98 "-u", |
88 "[BUILD]\\scripts\\slave\\compile.py", | 99 "[BUILD]\\scripts\\slave\\compile.py", |
89 "--target", | 100 "--target", |
90 "Release", | 101 "Release", |
91 "--src-dir", | 102 "--src-dir", |
92 "[SLAVE_BUILD]\\src", | 103 "[SLAVE_BUILD]\\src", |
93 "--build-tool", | 104 "--build-tool", |
94 "ninja", | 105 "ninja", |
95 "--compiler", | 106 "--compiler", |
96 "goma", | 107 "goma", |
97 "--goma-dir", | 108 "--goma-dir", |
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
644 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", | 655 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\run_isolated.py", |
645 "-H", | 656 "-H", |
646 "[dummy hash for gpu_unittests]", | 657 "[dummy hash for gpu_unittests]", |
647 "-I", | 658 "-I", |
648 "https://isolateserver.appspot.com", | 659 "https://isolateserver.appspot.com", |
649 "--" | 660 "--" |
650 ], | 661 ], |
651 "name": "gpu_unittests" | 662 "name": "gpu_unittests" |
652 } | 663 } |
653 ] | 664 ] |
OLD | NEW |