OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 "--clobber", | 174 "--clobber", |
175 "--", | 175 "--", |
176 "chromium_builder_asan" | 176 "chromium_builder_asan" |
177 ], | 177 ], |
178 "env": { | 178 "env": { |
179 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 179 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
180 }, | 180 }, |
181 "name": "compile" | 181 "name": "compile" |
182 }, | 182 }, |
183 { | 183 { |
184 "cmd": [], | |
185 "name": "trigger" | |
186 }, | |
187 { | |
188 "cmd": [ | 184 "cmd": [ |
189 "python", | 185 "python", |
190 "-u", | 186 "-u", |
191 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 187 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
192 "[SLAVE_BUILD]\\src\\out\\Release", | 188 "[SLAVE_BUILD]\\src\\out\\Release", |
193 "/path/to/tmp/json" | 189 "/path/to/tmp/json" |
194 ], | 190 ], |
195 "name": "listdir build_dir", | 191 "name": "listdir build_dir", |
196 "~followup_annotations": [ | 192 "~followup_annotations": [ |
197 "@@@STEP_LOG_LINE@json.output@[@@@", | 193 "@@@STEP_LOG_LINE@json.output@[@@@", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 253 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
258 "@@@STEP_LOG_END@python.inline@@@" | 254 "@@@STEP_LOG_END@python.inline@@@" |
259 ] | 255 ] |
260 }, | 256 }, |
261 { | 257 { |
262 "name": "$result", | 258 "name": "$result", |
263 "recipe_result": null, | 259 "recipe_result": null, |
264 "status_code": 0 | 260 "status_code": 0 |
265 } | 261 } |
266 ] | 262 ] |
OLD | NEW |