| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tests", | 10 "Linux Tests", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "name": "get compile targets for scripts", | 134 "name": "get compile targets for scripts", |
| 135 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 136 "@@@STEP_LOG_LINE@json.output@{}@@@", | 136 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 137 "@@@STEP_LOG_END@json.output@@@" | 137 "@@@STEP_LOG_END@json.output@@@" |
| 138 ] | 138 ] |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "python", | 142 "python", |
| 143 "-u", | 143 "-u", |
| 144 "[BUILD]/scripts/slave/cleanup_temp.py" | |
| 145 ], | |
| 146 "cwd": "[SLAVE_BUILD]", | |
| 147 "name": "cleanup_temp" | |
| 148 }, | |
| 149 { | |
| 150 "cmd": [ | |
| 151 "python", | |
| 152 "-u", | |
| 153 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 144 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 154 "[SLAVE_BUILD]/src/out/Release" | 145 "[SLAVE_BUILD]/src/out/Release" |
| 155 ], | 146 ], |
| 156 "cwd": "[SLAVE_BUILD]", | 147 "cwd": "[SLAVE_BUILD]", |
| 157 "name": "rmtree build directory", | 148 "name": "rmtree build directory", |
| 158 "~followup_annotations": [ | 149 "~followup_annotations": [ |
| 159 "@@@STEP_LOG_LINE@python.inline@@@@", | 150 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 160 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 151 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 161 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 152 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 162 "@@@STEP_LOG_LINE@python.inline@@@@", | 153 "@@@STEP_LOG_LINE@python.inline@@@@", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 191 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 201 "@@@STEP_LOG_LINE@json.output@}@@@", | 192 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 202 "@@@STEP_LOG_END@json.output@@@", | 193 "@@@STEP_LOG_END@json.output@@@", |
| 203 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 194 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 204 ] | 195 ] |
| 205 }, | 196 }, |
| 206 { | 197 { |
| 207 "cmd": [ | 198 "cmd": [ |
| 208 "python", | 199 "python", |
| 209 "-u", | 200 "-u", |
| 201 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 202 ], |
| 203 "cwd": "[SLAVE_BUILD]", |
| 204 "name": "cleanup_temp" |
| 205 }, |
| 206 { |
| 207 "cmd": [ |
| 208 "python", |
| 209 "-u", |
| 210 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 210 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 211 "trigger", | 211 "trigger", |
| 212 "--swarming", | 212 "--swarming", |
| 213 "https://chromium-swarm.appspot.com", | 213 "https://chromium-swarm.appspot.com", |
| 214 "--isolate-server", | 214 "--isolate-server", |
| 215 "https://isolateserver.appspot.com", | 215 "https://isolateserver.appspot.com", |
| 216 "--priority", | 216 "--priority", |
| 217 "25", | 217 "25", |
| 218 "--shards", | 218 "--shards", |
| 219 "1", | 219 "1", |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 "--decorate", | 298 "--decorate", |
| 299 "--print-status-updates", | 299 "--print-status-updates", |
| 300 "--shards", | 300 "--shards", |
| 301 "1", | 301 "1", |
| 302 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" | 302 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" |
| 303 ], | 303 ], |
| 304 "cwd": "[SLAVE_BUILD]", | 304 "cwd": "[SLAVE_BUILD]", |
| 305 "name": "browser_tests" | 305 "name": "browser_tests" |
| 306 } | 306 } |
| 307 ] | 307 ] |
| OLD | NEW |