| 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[depot_tools::cipd]/resources/bootstrap.py", | 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "GOMA_DUMP_STATS_FILE": "build_data_dir/goma_stats_proto", | 101 "GOMA_DUMP_STATS_FILE": "build_data_dir/goma_stats_proto", |
| 102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 103 }, | 103 }, |
| 104 "name": "goma_jsonstatus" | 104 "name": "goma_jsonstatus" |
| 105 }, | 105 }, |
| 106 { | 106 { |
| 107 "cmd": [ | 107 "cmd": [ |
| 108 "python", | 108 "python", |
| 109 "-u", | 109 "-u", |
| 110 "[CACHE]/cipd/goma/goma_ctl.py", | 110 "[CACHE]/cipd/goma/goma_ctl.py", |
| 111 "stat" | |
| 112 ], | |
| 113 "env": { | |
| 114 "GOMACTL_CRASH_REPORT_ID_FILE": "build_data_dir/crash_report_id_file", | |
| 115 "GOMA_DUMP_STATS_FILE": "build_data_dir/goma_stats_proto", | |
| 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 117 }, | |
| 118 "name": "goma_stat" | |
| 119 }, | |
| 120 { | |
| 121 "cmd": [ | |
| 122 "python", | |
| 123 "-u", | |
| 124 "[CACHE]/cipd/goma/goma_ctl.py", | |
| 125 "stop" | 111 "stop" |
| 126 ], | 112 ], |
| 127 "env": { | 113 "env": { |
| 128 "GOMACTL_CRASH_REPORT_ID_FILE": "build_data_dir/crash_report_id_file", | 114 "GOMACTL_CRASH_REPORT_ID_FILE": "build_data_dir/crash_report_id_file", |
| 129 "GOMA_DUMP_STATS_FILE": "build_data_dir/goma_stats_proto", | 115 "GOMA_DUMP_STATS_FILE": "build_data_dir/goma_stats_proto", |
| 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 131 }, | 117 }, |
| 132 "name": "stop_goma" | 118 "name": "stop_goma" |
| 133 }, | 119 }, |
| 134 { | 120 { |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 "12345" | 165 "12345" |
| 180 ], | 166 ], |
| 181 "name": "stop cloudtail" | 167 "name": "stop cloudtail" |
| 182 }, | 168 }, |
| 183 { | 169 { |
| 184 "name": "$result", | 170 "name": "$result", |
| 185 "recipe_result": null, | 171 "recipe_result": null, |
| 186 "status_code": 0 | 172 "status_code": 0 |
| 187 } | 173 } |
| 188 ] | 174 ] |
| OLD | NEW |