| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ARM Cross-Compile", | 10 "Linux ARM Cross-Compile", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "-u", | 116 "-u", |
| 117 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", | 117 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", |
| 118 "--json", | 118 "--json", |
| 119 "/path/to/tmp/json" | 119 "/path/to/tmp/json" |
| 120 ], | 120 ], |
| 121 "name": "checkdeps", | 121 "name": "checkdeps", |
| 122 "~followup_annotations": [ | 122 "~followup_annotations": [ |
| 123 "@@@STEP_LOG_LINE@json.output@[]@@@", | 123 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 124 "@@@STEP_LOG_END@json.output@@@" | 124 "@@@STEP_LOG_END@json.output@@@" |
| 125 ] | 125 ] |
| 126 }, | |
| 127 { | |
| 128 "cmd": [ | |
| 129 "python", | |
| 130 "-u", | |
| 131 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | |
| 132 "--build-dir", | |
| 133 "[SLAVE_BUILD]/src/out/Release", | |
| 134 "--output-json", | |
| 135 "/path/to/tmp/json" | |
| 136 ], | |
| 137 "name": "find isolated tests", | |
| 138 "~followup_annotations": [ | |
| 139 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 140 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | |
| 141 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | |
| 142 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 143 "@@@STEP_LOG_END@json.output@@@", | |
| 144 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | |
| 145 ] | |
| 146 } | 126 } |
| 147 ] | 127 ] |
| OLD | NEW |