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 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" | 78 "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" |
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-clang", | 105 "goma-clang", |
95 "--goma-dir", | 106 "--goma-dir", |
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 622 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
612 "-H", | 623 "-H", |
613 "[dummy hash for gpu_unittests]", | 624 "[dummy hash for gpu_unittests]", |
614 "-I", | 625 "-I", |
615 "https://isolateserver.appspot.com", | 626 "https://isolateserver.appspot.com", |
616 "--" | 627 "--" |
617 ], | 628 ], |
618 "name": "gpu_unittests" | 629 "name": "gpu_unittests" |
619 } | 630 } |
620 ] | 631 ] |
OLD | NEW |