| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 120 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 121 "@@@STEP_LOG_LINE@json.output@ }@@@", | 121 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 122 "@@@STEP_LOG_LINE@json.output@]@@@", | 122 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 123 "@@@STEP_LOG_END@json.output@@@" | 123 "@@@STEP_LOG_END@json.output@@@" |
| 124 ] | 124 ] |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 "cmd": [ | 127 "cmd": [ |
| 128 "python", | 128 "python", |
| 129 "-u", | 129 "-u", |
| 130 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | |
| 131 "--output", | |
| 132 "/path/to/tmp/json", | |
| 133 "--", | |
| 134 "--build-config-fs", | |
| 135 "Release", | |
| 136 "--paths", | |
| 137 "{\"build\": \"[BUILD]\"}", | |
| 138 "--properties", | |
| 139 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"slavename\": \"T
estSlavename\"}" | |
| 140 ], | |
| 141 "name": "get compile targets for scripts", | |
| 142 "~followup_annotations": [ | |
| 143 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 144 "@@@STEP_LOG_END@json.output@@@" | |
| 145 ] | |
| 146 }, | |
| 147 { | |
| 148 "cmd": [ | |
| 149 "python", | |
| 150 "-u", | |
| 151 "[DEPOT_TOOLS]/gclient.py", | 130 "[DEPOT_TOOLS]/gclient.py", |
| 152 "runhooks" | 131 "runhooks" |
| 153 ], | 132 ], |
| 154 "env": { | 133 "env": { |
| 155 "GYP_CROSSCOMPILE": "1", | 134 "GYP_CROSSCOMPILE": "1", |
| 156 "GYP_DEFINES": "arm_float_abi=hard component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm test_isolation_mode=arch
ive test_isolation_outdir=https://isolateserver.appspot.com use_goma=1" | 135 "GYP_DEFINES": "arm_float_abi=hard component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm test_isolation_mode=arch
ive test_isolation_outdir=https://isolateserver.appspot.com use_goma=1" |
| 157 }, | 136 }, |
| 158 "name": "gclient runhooks (with patch)" | 137 "name": "gclient runhooks (with patch)" |
| 159 }, | 138 }, |
| 160 { | 139 { |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 "~followup_annotations": [ | 183 "~followup_annotations": [ |
| 205 "@@@STEP_LOG_LINE@json.output@{@@@", | 184 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 206 "@@@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]\", @@@", |
| 207 "@@@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]\"@@@", |
| 208 "@@@STEP_LOG_LINE@json.output@}@@@", | 187 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 209 "@@@STEP_LOG_END@json.output@@@", | 188 "@@@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]\"}@@@" | 189 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 211 ] | 190 ] |
| 212 } | 191 } |
| 213 ] | 192 ] |
| OLD | NEW |