| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "base_tests", | 166 "base_tests", |
| 167 "browser_tests", | 167 "browser_tests", |
| 168 "browser_tests_run" | 168 "browser_tests_run" |
| 169 ], | 169 ], |
| 170 "name": "compile (with patch)" | 170 "name": "compile (with patch)" |
| 171 }, | 171 }, |
| 172 { | 172 { |
| 173 "cmd": [ | 173 "cmd": [ |
| 174 "python", | 174 "python", |
| 175 "-u", | 175 "-u", |
| 176 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad
ata.py", | |
| 177 "--build-dir", | |
| 178 "[SLAVE_BUILD]/src/out/Release", | |
| 179 "--src-dir", | |
| 180 "[SLAVE_BUILD]/src" | |
| 181 ], | |
| 182 "cwd": "[SLAVE_BUILD]", | |
| 183 "name": "remove_build_metadata.py" | |
| 184 }, | |
| 185 { | |
| 186 "cmd": [ | |
| 187 "python", | |
| 188 "-u", | |
| 189 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 176 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 190 "--build-dir", | 177 "--build-dir", |
| 191 "[SLAVE_BUILD]/src/out/Release", | 178 "[SLAVE_BUILD]/src/out/Release", |
| 192 "--output-json", | 179 "--output-json", |
| 193 "/path/to/tmp/json" | 180 "/path/to/tmp/json" |
| 194 ], | 181 ], |
| 195 "name": "find isolated tests", | 182 "name": "find isolated tests", |
| 196 "~followup_annotations": [ | 183 "~followup_annotations": [ |
| 197 "@@@STEP_LOG_LINE@json.output@{@@@", | 184 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 198 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 185 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 199 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 186 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 200 "@@@STEP_LOG_LINE@json.output@}@@@", | 187 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 201 "@@@STEP_LOG_END@json.output@@@", | 188 "@@@STEP_LOG_END@json.output@@@", |
| 202 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 189 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 203 ] | 190 ] |
| 204 } | 191 } |
| 205 ] | 192 ] |
| OLD | NEW |