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