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=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" | 84 "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" |
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/Debug", |
| 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 "Debug", | 105 "Debug", |
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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 676 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
666 "-H", | 677 "-H", |
667 "[dummy hash for gpu_unittests]", | 678 "[dummy hash for gpu_unittests]", |
668 "-I", | 679 "-I", |
669 "https://isolateserver.appspot.com", | 680 "https://isolateserver.appspot.com", |
670 "--" | 681 "--" |
671 ], | 682 ], |
672 "name": "gpu_unittests" | 683 "name": "gpu_unittests" |
673 } | 684 } |
674 ] | 685 ] |
OLD | NEW |