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", | |
117 "stop" | 105 "stop" |
118 ], | 106 ], |
119 "env": { | 107 "env": { |
120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
121 }, | 109 }, |
122 "name": "stop_goma" | 110 "name": "stop_goma" |
123 }, | 111 }, |
124 { | 112 { |
125 "cmd": [ | 113 "cmd": [ |
126 "python", | 114 "python", |
(...skipping 28 matching lines...) Expand all Loading... |
155 "12345" | 143 "12345" |
156 ], | 144 ], |
157 "name": "stop cloudtail" | 145 "name": "stop cloudtail" |
158 }, | 146 }, |
159 { | 147 { |
160 "name": "$result", | 148 "name": "$result", |
161 "recipe_result": null, | 149 "recipe_result": null, |
162 "status_code": 0 | 150 "status_code": 0 |
163 } | 151 } |
164 ] | 152 ] |
OLD | NEW |