OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.v8.fyi", | 8 "client.v8.fyi", |
9 "--builder", | 9 "--builder", |
10 "Chromium ASAN - debug", | 10 "Chromium ASAN - debug", |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 "env": { | 273 "env": { |
274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
275 }, | 275 }, |
276 "name": "compile", | 276 "name": "compile", |
277 "~followup_annotations": [ | 277 "~followup_annotations": [ |
278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
279 "@@@STEP_LOG_END@json.output (invalid)@@@" | 279 "@@@STEP_LOG_END@json.output (invalid)@@@" |
280 ] | 280 ] |
281 }, | 281 }, |
282 { | 282 { |
283 "cmd": [], | |
284 "name": "trigger" | |
285 }, | |
286 { | |
287 "cmd": [ | 283 "cmd": [ |
288 "python", | 284 "python", |
289 "-u", | 285 "-u", |
290 "\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", | 286 "\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", |
291 "[SLAVE_BUILD]/src/out/Debug", | 287 "[SLAVE_BUILD]/src/out/Debug", |
292 "/path/to/tmp/json" | 288 "/path/to/tmp/json" |
293 ], | 289 ], |
294 "name": "listdir build_dir", | 290 "name": "listdir build_dir", |
295 "~followup_annotations": [ | 291 "~followup_annotations": [ |
296 "@@@STEP_LOG_LINE@json.output@[@@@", | 292 "@@@STEP_LOG_LINE@json.output@[@@@", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 352 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
357 "@@@STEP_LOG_END@python.inline@@@" | 353 "@@@STEP_LOG_END@python.inline@@@" |
358 ] | 354 ] |
359 }, | 355 }, |
360 { | 356 { |
361 "name": "$result", | 357 "name": "$result", |
362 "recipe_result": null, | 358 "recipe_result": null, |
363 "status_code": 0 | 359 "status_code": 0 |
364 } | 360 } |
365 ] | 361 ] |
OLD | NEW |