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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 "env": { | 95 "env": { |
96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
97 }, | 97 }, |
98 "name": "goma_jsonstatus" | 98 "name": "goma_jsonstatus" |
99 }, | 99 }, |
100 { | 100 { |
101 "cmd": [ | 101 "cmd": [ |
102 "python", | 102 "python", |
103 "-u", | 103 "-u", |
104 "[CACHE]\\cipd\\goma\\goma_ctl.py", | 104 "[CACHE]\\cipd\\goma\\goma_ctl.py", |
| 105 "stat" |
| 106 ], |
| 107 "env": { |
| 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 109 }, |
| 110 "name": "goma_stat" |
| 111 }, |
| 112 { |
| 113 "cmd": [ |
| 114 "python", |
| 115 "-u", |
| 116 "[CACHE]\\cipd\\goma\\goma_ctl.py", |
105 "stop" | 117 "stop" |
106 ], | 118 ], |
107 "env": { | 119 "env": { |
108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
109 }, | 121 }, |
110 "name": "stop_goma" | 122 "name": "stop_goma" |
111 }, | 123 }, |
112 { | 124 { |
113 "cmd": [ | 125 "cmd": [ |
114 "python", | 126 "python", |
(...skipping 28 matching lines...) Expand all Loading... |
143 "12345" | 155 "12345" |
144 ], | 156 ], |
145 "name": "stop cloudtail" | 157 "name": "stop cloudtail" |
146 }, | 158 }, |
147 { | 159 { |
148 "name": "$result", | 160 "name": "$result", |
149 "recipe_result": null, | 161 "recipe_result": null, |
150 "status_code": 0 | 162 "status_code": 0 |
151 } | 163 } |
152 ] | 164 ] |
OLD | NEW |