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_chromium_asan_rel", | 10 "linux_chromium_asan_rel", |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 "name": "analyze", | 151 "name": "analyze", |
152 "~followup_annotations": [ | 152 "~followup_annotations": [ |
153 "@@@STEP_TEXT@No compile necessary@@@", | 153 "@@@STEP_TEXT@No compile necessary@@@", |
154 "@@@STEP_LOG_LINE@json.output@{@@@", | 154 "@@@STEP_LOG_LINE@json.output@{@@@", |
155 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 155 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
156 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
157 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
158 "@@@STEP_LOG_LINE@json.output@}@@@", | 158 "@@@STEP_LOG_LINE@json.output@}@@@", |
159 "@@@STEP_LOG_END@json.output@@@" | 159 "@@@STEP_LOG_END@json.output@@@" |
160 ] | 160 ] |
161 }, | |
162 { | |
163 "cmd": [ | |
164 "python", | |
165 "-u", | |
166 "[SLAVE_BUILD]/src/testing/scripts/nacl_integration.py", | |
167 "--build-config-fs", | |
168 "Release", | |
169 "--paths", | |
170 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | |
171 "--properties", | |
172 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl
avename\": \"TestSlavename\"}", | |
173 "run", | |
174 "--output", | |
175 "/path/to/tmp/json" | |
176 ], | |
177 "name": "nacl_integration (with patch)", | |
178 "~followup_annotations": [ | |
179 "@@@STEP_LOG_LINE@json.output@{@@@", | |
180 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | |
181 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | |
182 "@@@STEP_LOG_LINE@json.output@}@@@", | |
183 "@@@STEP_LOG_END@json.output@@@" | |
184 ] | |
185 } | 161 } |
186 ] | 162 ] |
OLD | NEW |