| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [], | 3 "cmd": [], |
| 4 "name": "ensure_goma" | 4 "name": "ensure_goma" |
| 5 }, | 5 }, |
| 6 { | 6 { |
| 7 "cmd": [ | 7 "cmd": [ |
| 8 "python", | 8 "python", |
| 9 "-u", | 9 "-u", |
| 10 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 10 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 }, | 65 }, |
| 66 "name": "start_goma" | 66 "name": "start_goma" |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 "cmd": [ | 69 "cmd": [ |
| 70 "python", | 70 "python", |
| 71 "-u", | 71 "-u", |
| 72 "[CACHE]/cipd/goma/goma_ctl.py", | 72 "[CACHE]/cipd/goma/goma_ctl.py", |
| 73 "stop" | 73 "stop" |
| 74 ], | 74 ], |
| 75 "env": { |
| 76 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 77 }, |
| 75 "name": "stop_goma" | 78 "name": "stop_goma" |
| 76 }, | 79 }, |
| 77 { | 80 { |
| 81 "cmd": [ |
| 82 "python", |
| 83 "-u", |
| 84 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", |
| 85 "--upload-compiler-proxy-info" |
| 86 ], |
| 87 "name": "upload_log" |
| 88 }, |
| 89 { |
| 78 "name": "$result", | 90 "name": "$result", |
| 79 "recipe_result": null, | 91 "recipe_result": null, |
| 80 "status_code": 0 | 92 "status_code": 0 |
| 81 } | 93 } |
| 82 ] | 94 ] |
| OLD | NEW |