| 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.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Mac10.7", | 10 "WebKit Mac10.7", |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 "name": "get compile targets for scripts", | 136 "name": "get compile targets for scripts", |
| 137 "~followup_annotations": [ | 137 "~followup_annotations": [ |
| 138 "@@@STEP_LOG_LINE@json.output@{}@@@", | 138 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 139 "@@@STEP_LOG_END@json.output@@@" | 139 "@@@STEP_LOG_END@json.output@@@" |
| 140 ] | 140 ] |
| 141 }, | 141 }, |
| 142 { | 142 { |
| 143 "cmd": [ | 143 "cmd": [ |
| 144 "python", | 144 "python", |
| 145 "-u", | 145 "-u", |
| 146 "[BUILD]/scripts/slave/cleanup_temp.py" | |
| 147 ], | |
| 148 "cwd": "[SLAVE_BUILD]", | |
| 149 "name": "cleanup_temp" | |
| 150 }, | |
| 151 { | |
| 152 "cmd": [ | |
| 153 "python", | |
| 154 "-u", | |
| 155 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 146 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 156 "[SLAVE_BUILD]/src/out/Release" | 147 "[SLAVE_BUILD]/src/out/Release" |
| 157 ], | 148 ], |
| 158 "cwd": "[SLAVE_BUILD]", | 149 "cwd": "[SLAVE_BUILD]", |
| 159 "name": "rmtree build directory", | 150 "name": "rmtree build directory", |
| 160 "~followup_annotations": [ | 151 "~followup_annotations": [ |
| 161 "@@@STEP_LOG_LINE@python.inline@@@@", | 152 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 162 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 153 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 163 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 154 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 164 "@@@STEP_LOG_LINE@python.inline@@@@", | 155 "@@@STEP_LOG_LINE@python.inline@@@@", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 193 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 203 "@@@STEP_LOG_LINE@json.output@}@@@", | 194 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 204 "@@@STEP_LOG_END@json.output@@@", | 195 "@@@STEP_LOG_END@json.output@@@", |
| 205 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 196 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 206 ] | 197 ] |
| 207 }, | 198 }, |
| 208 { | 199 { |
| 209 "cmd": [ | 200 "cmd": [ |
| 210 "python", | 201 "python", |
| 211 "-u", | 202 "-u", |
| 203 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 204 ], |
| 205 "cwd": "[SLAVE_BUILD]", |
| 206 "name": "cleanup_temp" |
| 207 }, |
| 208 { |
| 209 "cmd": [ |
| 210 "python", |
| 211 "-u", |
| 212 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 212 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 213 "trigger", | 213 "trigger", |
| 214 "--swarming", | 214 "--swarming", |
| 215 "https://chromium-swarm.appspot.com", | 215 "https://chromium-swarm.appspot.com", |
| 216 "--isolate-server", | 216 "--isolate-server", |
| 217 "https://isolateserver.appspot.com", | 217 "https://isolateserver.appspot.com", |
| 218 "--priority", | 218 "--priority", |
| 219 "25", | 219 "25", |
| 220 "--shards", | 220 "--shards", |
| 221 "1", | 221 "1", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 "--decorate", | 365 "--decorate", |
| 366 "--print-status-updates", | 366 "--print-status-updates", |
| 367 "--shards", | 367 "--shards", |
| 368 "1", | 368 "1", |
| 369 "browser_tests/Mac-10.8/ffffffffff/WebKit Mac10.7/571" | 369 "browser_tests/Mac-10.8/ffffffffff/WebKit Mac10.7/571" |
| 370 ], | 370 ], |
| 371 "cwd": "[SLAVE_BUILD]", | 371 "cwd": "[SLAVE_BUILD]", |
| 372 "name": "browser_tests" | 372 "name": "browser_tests" |
| 373 } | 373 } |
| 374 ] | 374 ] |
| OLD | NEW |