| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "@@@STEP_LOG_LINE@json.output@ }@@@", | 99 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 100 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 100 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 101 "@@@STEP_LOG_LINE@json.output@}@@@", | 101 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 102 "@@@STEP_LOG_END@json.output@@@" | 102 "@@@STEP_LOG_END@json.output@@@" |
| 103 ] | 103 ] |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 "cmd": [ | 106 "cmd": [ |
| 107 "python", | 107 "python", |
| 108 "-u", | 108 "-u", |
| 109 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | |
| 110 "--output", | |
| 111 "/path/to/tmp/json", | |
| 112 "--", | |
| 113 "--build-config-fs", | |
| 114 "Release", | |
| 115 "--paths", | |
| 116 "{\"build\": \"[BUILD]\"}", | |
| 117 "--properties", | |
| 118 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"slavename\": \"T
estSlavename\"}" | |
| 119 ], | |
| 120 "name": "get compile targets for scripts", | |
| 121 "~followup_annotations": [ | |
| 122 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 123 "@@@STEP_LOG_END@json.output@@@" | |
| 124 ] | |
| 125 }, | |
| 126 { | |
| 127 "cmd": [ | |
| 128 "python", | |
| 129 "-u", | |
| 130 "[DEPOT_TOOLS]/gclient.py", | 109 "[DEPOT_TOOLS]/gclient.py", |
| 131 "runhooks" | 110 "runhooks" |
| 132 ], | 111 ], |
| 133 "env": { | 112 "env": { |
| 134 "GYP_CROSSCOMPILE": "1", | 113 "GYP_CROSSCOMPILE": "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" | 114 "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" |
| 136 }, | 115 }, |
| 137 "name": "gclient runhooks (with patch)" | 116 "name": "gclient runhooks (with patch)" |
| 138 }, | 117 }, |
| 139 { | 118 { |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 "~followup_annotations": [ | 162 "~followup_annotations": [ |
| 184 "@@@STEP_LOG_LINE@json.output@{@@@", | 163 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 185 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 186 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 187 "@@@STEP_LOG_LINE@json.output@}@@@", | 166 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 188 "@@@STEP_LOG_END@json.output@@@", | 167 "@@@STEP_LOG_END@json.output@@@", |
| 189 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 168 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 190 ] | 169 ] |
| 191 } | 170 } |
| 192 ] | 171 ] |
| OLD | NEW |