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 component=st
atic_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" | 84 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_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" |
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/Release", |
| 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 "Release", | 105 "Release", |
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", | 111 "goma", |
101 "--goma-dir", | 112 "--goma-dir", |
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
697 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 708 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
698 "-H", | 709 "-H", |
699 "[dummy hash for gpu_unittests]", | 710 "[dummy hash for gpu_unittests]", |
700 "-I", | 711 "-I", |
701 "https://isolateserver.appspot.com", | 712 "https://isolateserver.appspot.com", |
702 "--" | 713 "--" |
703 ], | 714 ], |
704 "name": "gpu_unittests" | 715 "name": "gpu_unittests" |
705 } | 716 } |
706 ] | 717 ] |
OLD | NEW |