Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_gn_rel.json

Issue 2388683002: Re-enable DepsCache using GOMA_DEPS_CACHE_FILE (Closed)
Patch Set: Rebased Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "--src-dir", 170 "--src-dir",
171 "[SLAVE_BUILD]/src", 171 "[SLAVE_BUILD]/src",
172 "--goma-cache-dir", 172 "--goma-cache-dir",
173 "[GOMA_CACHE]", 173 "[GOMA_CACHE]",
174 "--buildbot-buildername", 174 "--buildbot-buildername",
175 "linux_gn_rel", 175 "linux_gn_rel",
176 "--buildbot-mastername", 176 "--buildbot-mastername",
177 "tryserver.libyuv", 177 "tryserver.libyuv",
178 "--buildbot-slavename", 178 "--buildbot-slavename",
179 "slavename", 179 "slavename",
180 "--goma-deps-cache-file",
181 "linux_gn_rel.gomadeps",
180 "--compiler", 182 "--compiler",
181 "goma", 183 "goma",
182 "--goma-jsonstatus", 184 "--goma-jsonstatus",
183 "/path/to/tmp/json", 185 "/path/to/tmp/json",
184 "--goma-service-account-json-file", 186 "--goma-service-account-json-file",
185 "/creds/service_accounts/service-account-goma-client.json", 187 "/creds/service_accounts/service-account-goma-client.json",
186 "--goma-dir", 188 "--goma-dir",
187 "[CACHE]/cipd/goma", 189 "[CACHE]/cipd/goma",
188 "--goma-fail-fast", 190 "--goma-fail-fast",
189 "--goma-disable-local-fallback", 191 "--goma-disable-local-fallback",
190 "--", 192 "--",
191 "all" 193 "all"
192 ], 194 ],
193 "env": { 195 "env": {
194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
195 }, 197 },
196 "name": "compile", 198 "name": "compile",
197 "~followup_annotations": [ 199 "~followup_annotations": [
198 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 200 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
199 "@@@STEP_LOG_END@json.output (invalid)@@@" 201 "@@@STEP_LOG_END@json.output (invalid)@@@"
200 ] 202 ]
201 }, 203 },
202 { 204 {
203 "name": "$result", 205 "name": "$result",
204 "recipe_result": null, 206 "recipe_result": null,
205 "status_code": 0 207 "status_code": 0
206 } 208 }
207 ] 209 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698