OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.testing.master", | 8 "chromium.testing.master", |
9 "--builder", | 9 "--builder", |
10 "TestBuilder", | 10 "TestBuilder", |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 ], | 113 ], |
114 "env": { | 114 "env": { |
115 "GYP_DEFINES": "component=shared_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=archive test_isolation_outdir=https://isolateserver-de
v.appspot.com use_goma=1" | 115 "GYP_DEFINES": "component=shared_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=archive test_isolation_outdir=https://isolateserver-de
v.appspot.com use_goma=1" |
116 }, | 116 }, |
117 "name": "gclient runhooks" | 117 "name": "gclient runhooks" |
118 }, | 118 }, |
119 { | 119 { |
120 "cmd": [ | 120 "cmd": [ |
121 "python", | 121 "python", |
122 "-u", | 122 "-u", |
| 123 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 124 "--build-dir", |
| 125 "[SLAVE_BUILD]/src/out/Debug", |
| 126 "--clean-isolated-files" |
| 127 ], |
| 128 "name": "clean isolated files" |
| 129 }, |
| 130 { |
| 131 "cmd": [ |
| 132 "python", |
| 133 "-u", |
123 "[BUILD]/scripts/slave/compile.py", | 134 "[BUILD]/scripts/slave/compile.py", |
124 "--target", | 135 "--target", |
125 "Debug", | 136 "Debug", |
126 "--src-dir", | 137 "--src-dir", |
127 "[SLAVE_BUILD]/src", | 138 "[SLAVE_BUILD]/src", |
128 "--build-tool", | 139 "--build-tool", |
129 "ninja", | 140 "ninja", |
130 "--compiler", | 141 "--compiler", |
131 "goma", | 142 "goma", |
132 "--goma-dir", | 143 "--goma-dir", |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 "--shards", | 300 "--shards", |
290 "1", | 301 "1", |
291 "--decorate", | 302 "--decorate", |
292 "--print-status-updates", | 303 "--print-status-updates", |
293 "--verbose", | 304 "--verbose", |
294 "dummy_target_2/Linux/[dummy hash for dummy_target_2]/TestBuilder/571" | 305 "dummy_target_2/Linux/[dummy hash for dummy_target_2]/TestBuilder/571" |
295 ], | 306 ], |
296 "name": "dummy_target_2" | 307 "name": "dummy_target_2" |
297 } | 308 } |
298 ] | 309 ] |
OLD | NEW |