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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 "-u", | 134 "-u", |
135 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", | 135 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", |
136 "--json", | 136 "--json", |
137 "/path/to/tmp/json" | 137 "/path/to/tmp/json" |
138 ], | 138 ], |
139 "name": "checkdeps", | 139 "name": "checkdeps", |
140 "~followup_annotations": [ | 140 "~followup_annotations": [ |
141 "@@@STEP_LOG_LINE@json.output@[]@@@", | 141 "@@@STEP_LOG_LINE@json.output@[]@@@", |
142 "@@@STEP_LOG_END@json.output@@@" | 142 "@@@STEP_LOG_END@json.output@@@" |
143 ] | 143 ] |
144 }, | |
145 { | |
146 "cmd": [ | |
147 "python", | |
148 "-u", | |
149 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | |
150 "--build-dir", | |
151 "[SLAVE_BUILD]/src/out/Release", | |
152 "--output-json", | |
153 "/path/to/tmp/json" | |
154 ], | |
155 "name": "find isolated tests", | |
156 "~followup_annotations": [ | |
157 "@@@STEP_LOG_LINE@json.output@{@@@", | |
158 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | |
159 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | |
160 "@@@STEP_LOG_LINE@json.output@}@@@", | |
161 "@@@STEP_LOG_END@json.output@@@", | |
162 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | |
163 ] | |
164 } | 144 } |
165 ] | 145 ] |
OLD | NEW |