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 "client.skia", | 8 "client.skia", |
9 "--builder", | 9 "--builder", |
10 "Linux Tests-Trybot", | 10 "Linux Tests-Trybot", |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 "name": "get compile targets for scripts", | 140 "name": "get compile targets for scripts", |
141 "~followup_annotations": [ | 141 "~followup_annotations": [ |
142 "@@@STEP_LOG_LINE@json.output@{}@@@", | 142 "@@@STEP_LOG_LINE@json.output@{}@@@", |
143 "@@@STEP_LOG_END@json.output@@@" | 143 "@@@STEP_LOG_END@json.output@@@" |
144 ] | 144 ] |
145 }, | 145 }, |
146 { | 146 { |
147 "cmd": [ | 147 "cmd": [ |
148 "python", | 148 "python", |
149 "-u", | 149 "-u", |
150 "[BUILD]/scripts/slave/cleanup_temp.py" | |
151 ], | |
152 "cwd": "[SLAVE_BUILD]", | |
153 "name": "cleanup_temp" | |
154 }, | |
155 { | |
156 "cmd": [ | |
157 "python", | |
158 "-u", | |
159 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 150 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
160 "[SLAVE_BUILD]/src/out/Release" | 151 "[SLAVE_BUILD]/src/out/Release" |
161 ], | 152 ], |
162 "cwd": "[SLAVE_BUILD]", | 153 "cwd": "[SLAVE_BUILD]", |
163 "name": "rmtree build directory", | 154 "name": "rmtree build directory", |
164 "~followup_annotations": [ | 155 "~followup_annotations": [ |
165 "@@@STEP_LOG_LINE@python.inline@@@@", | 156 "@@@STEP_LOG_LINE@python.inline@@@@", |
166 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 157 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
167 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 158 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
168 "@@@STEP_LOG_LINE@python.inline@@@@", | 159 "@@@STEP_LOG_LINE@python.inline@@@@", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 197 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
207 "@@@STEP_LOG_LINE@json.output@}@@@", | 198 "@@@STEP_LOG_LINE@json.output@}@@@", |
208 "@@@STEP_LOG_END@json.output@@@", | 199 "@@@STEP_LOG_END@json.output@@@", |
209 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 200 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
210 ] | 201 ] |
211 }, | 202 }, |
212 { | 203 { |
213 "cmd": [ | 204 "cmd": [ |
214 "python", | 205 "python", |
215 "-u", | 206 "-u", |
| 207 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 208 ], |
| 209 "cwd": "[SLAVE_BUILD]", |
| 210 "name": "cleanup_temp" |
| 211 }, |
| 212 { |
| 213 "cmd": [ |
| 214 "python", |
| 215 "-u", |
216 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 216 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
217 "trigger", | 217 "trigger", |
218 "--swarming", | 218 "--swarming", |
219 "https://chromium-swarm.appspot.com", | 219 "https://chromium-swarm.appspot.com", |
220 "--isolate-server", | 220 "--isolate-server", |
221 "https://isolateserver.appspot.com", | 221 "https://isolateserver.appspot.com", |
222 "--priority", | 222 "--priority", |
223 "25", | 223 "25", |
224 "--shards", | 224 "--shards", |
225 "1", | 225 "1", |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 "--decorate", | 304 "--decorate", |
305 "--print-status-updates", | 305 "--print-status-updates", |
306 "--shards", | 306 "--shards", |
307 "1", | 307 "1", |
308 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests-Trybot/571" | 308 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests-Trybot/571" |
309 ], | 309 ], |
310 "cwd": "[SLAVE_BUILD]", | 310 "cwd": "[SLAVE_BUILD]", |
311 "name": "browser_tests" | 311 "name": "browser_tests" |
312 } | 312 } |
313 ] | 313 ] |
OLD | NEW |