| 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_cross_compile", | 10 "linux_arm_cross_compile", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "--src-dir", | 116 "--src-dir", |
| 117 "[SLAVE_BUILD]/src", | 117 "[SLAVE_BUILD]/src", |
| 118 "--build-tool", | 118 "--build-tool", |
| 119 "ninja", | 119 "ninja", |
| 120 "--compiler", | 120 "--compiler", |
| 121 "goma", | 121 "goma", |
| 122 "--goma-dir", | 122 "--goma-dir", |
| 123 "[BUILD]/goma", | 123 "[BUILD]/goma", |
| 124 "--", | 124 "--", |
| 125 "browser_tests_run", | 125 "browser_tests_run", |
| 126 "chrome", | |
| 127 "chrome", | |
| 128 "browser_tests", | 126 "browser_tests", |
| 129 "base_tests", | 127 "base_tests" |
| 130 "chrome" | |
| 131 ], | 128 ], |
| 132 "name": "compile (with patch)" | 129 "name": "compile (with patch)" |
| 133 }, | 130 }, |
| 134 { | 131 { |
| 135 "cmd": [ | 132 "cmd": [ |
| 136 "python", | 133 "python", |
| 137 "-u", | 134 "-u", |
| 138 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 135 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 139 "--build-dir", | 136 "--build-dir", |
| 140 "[SLAVE_BUILD]/src/out/Release", | 137 "[SLAVE_BUILD]/src/out/Release", |
| 141 "--output-json", | 138 "--output-json", |
| 142 "/path/to/tmp/json" | 139 "/path/to/tmp/json" |
| 143 ], | 140 ], |
| 144 "name": "find isolated tests", | 141 "name": "find isolated tests", |
| 145 "~followup_annotations": [ | 142 "~followup_annotations": [ |
| 146 "@@@STEP_LOG_LINE@json.output@{@@@", | 143 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 144 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 145 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 149 "@@@STEP_LOG_LINE@json.output@}@@@", | 146 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 150 "@@@STEP_LOG_END@json.output@@@", | 147 "@@@STEP_LOG_END@json.output@@@", |
| 151 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_2\": \"[dummy hash for
dummy_target_2]\", \"dummy_target_1\": \"[dummy hash for dummy_target_1]\"}@@@" | 148 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_2\": \"[dummy hash for
dummy_target_2]\", \"dummy_target_1\": \"[dummy hash for dummy_target_1]\"}@@@" |
| 152 ] | 149 ] |
| 153 } | 150 } |
| 154 ] | 151 ] |
| OLD | NEW |