| 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 { |
| 283 "cmd": [ | 287 "cmd": [ |
| 284 "python", | 288 "python", |
| 285 "-u", | 289 "-u", |
| 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", | 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", |
| 287 "[SLAVE_BUILD]/src/out/Debug", | 291 "[SLAVE_BUILD]/src/out/Debug", |
| 288 "/path/to/tmp/json" | 292 "/path/to/tmp/json" |
| 289 ], | 293 ], |
| 290 "name": "listdir build_dir", | 294 "name": "listdir build_dir", |
| 291 "~followup_annotations": [ | 295 "~followup_annotations": [ |
| 292 "@@@STEP_LOG_LINE@json.output@[@@@", | 296 "@@@STEP_LOG_LINE@json.output@[@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 356 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 353 "@@@STEP_LOG_END@python.inline@@@" | 357 "@@@STEP_LOG_END@python.inline@@@" |
| 354 ] | 358 ] |
| 355 }, | 359 }, |
| 356 { | 360 { |
| 357 "name": "$result", | 361 "name": "$result", |
| 358 "recipe_result": null, | 362 "recipe_result": null, |
| 359 "status_code": 0 | 363 "status_code": 0 |
| 360 } | 364 } |
| 361 ] | 365 ] |
| OLD | NEW |