| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_arm", | 10 "linux_arm", |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 "base_unittests", | 187 "base_unittests", |
| 188 "browser_tests", | 188 "browser_tests", |
| 189 "mojo_common_unittests" | 189 "mojo_common_unittests" |
| 190 ], | 190 ], |
| 191 "name": "compile (with patch)" | 191 "name": "compile (with patch)" |
| 192 }, | 192 }, |
| 193 { | 193 { |
| 194 "cmd": [ | 194 "cmd": [ |
| 195 "python", | 195 "python", |
| 196 "-u", | 196 "-u", |
| 197 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad
ata.py", |
| 198 "--build-dir", |
| 199 "[SLAVE_BUILD]/src/out/Release", |
| 200 "--src-dir", |
| 201 "[SLAVE_BUILD]/src" |
| 202 ], |
| 203 "cwd": "[SLAVE_BUILD]", |
| 204 "name": "remove_build_metadata.py" |
| 205 }, |
| 206 { |
| 207 "cmd": [ |
| 208 "python", |
| 209 "-u", |
| 197 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 210 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 198 "--build-dir", | 211 "--build-dir", |
| 199 "[SLAVE_BUILD]/src/out/Release", | 212 "[SLAVE_BUILD]/src/out/Release", |
| 200 "--output-json", | 213 "--output-json", |
| 201 "/path/to/tmp/json" | 214 "/path/to/tmp/json" |
| 202 ], | 215 ], |
| 203 "name": "find isolated tests", | 216 "name": "find isolated tests", |
| 204 "~followup_annotations": [ | 217 "~followup_annotations": [ |
| 205 "@@@STEP_LOG_LINE@json.output@{@@@", | 218 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 206 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 219 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 207 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 220 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 208 "@@@STEP_LOG_LINE@json.output@}@@@", | 221 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 209 "@@@STEP_LOG_END@json.output@@@", | 222 "@@@STEP_LOG_END@json.output@@@", |
| 210 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 223 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 211 ] | 224 ] |
| 212 } | 225 } |
| 213 ] | 226 ] |
| OLD | NEW |