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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 "env": { | 103 "env": { |
104 "GYP_CROSSCOMPILE": "1", | 104 "GYP_CROSSCOMPILE": "1", |
105 "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" | 105 "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" |
106 }, | 106 }, |
107 "name": "gclient runhooks (with patch)" | 107 "name": "gclient runhooks (with patch)" |
108 }, | 108 }, |
109 { | 109 { |
110 "cmd": [ | 110 "cmd": [ |
111 "python", | 111 "python", |
112 "-u", | 112 "-u", |
| 113 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", |
| 114 "--build-dir", |
| 115 "[SLAVE_BUILD]/src/out/Release", |
| 116 "--clean-isolated-files" |
| 117 ], |
| 118 "name": "clean isolated files" |
| 119 }, |
| 120 { |
| 121 "cmd": [ |
| 122 "python", |
| 123 "-u", |
113 "[BUILD]/scripts/slave/compile.py", | 124 "[BUILD]/scripts/slave/compile.py", |
114 "--target", | 125 "--target", |
115 "Release", | 126 "Release", |
116 "--src-dir", | 127 "--src-dir", |
117 "[SLAVE_BUILD]/src", | 128 "[SLAVE_BUILD]/src", |
118 "--build-tool", | 129 "--build-tool", |
119 "ninja", | 130 "ninja", |
120 "--compiler", | 131 "--compiler", |
121 "goma", | 132 "goma", |
122 "--goma-dir", | 133 "--goma-dir", |
(...skipping 19 matching lines...) Expand all Loading... |
142 "~followup_annotations": [ | 153 "~followup_annotations": [ |
143 "@@@STEP_LOG_LINE@json.output@{@@@", | 154 "@@@STEP_LOG_LINE@json.output@{@@@", |
144 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 155 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
145 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
146 "@@@STEP_LOG_LINE@json.output@}@@@", | 157 "@@@STEP_LOG_LINE@json.output@}@@@", |
147 "@@@STEP_LOG_END@json.output@@@", | 158 "@@@STEP_LOG_END@json.output@@@", |
148 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 159 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
149 ] | 160 ] |
150 } | 161 } |
151 ] | 162 ] |
OLD | NEW |