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