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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android.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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "--src-dir", 157 "--src-dir",
158 "[SLAVE_BUILD]/src", 158 "[SLAVE_BUILD]/src",
159 "--goma-cache-dir", 159 "--goma-cache-dir",
160 "[GOMA_CACHE]", 160 "[GOMA_CACHE]",
161 "--buildbot-buildername", 161 "--buildbot-buildername",
162 "android", 162 "android",
163 "--buildbot-mastername", 163 "--buildbot-mastername",
164 "tryserver.libyuv", 164 "tryserver.libyuv",
165 "--buildbot-slavename", 165 "--buildbot-slavename",
166 "slavename", 166 "slavename",
167 "--goma-deps-cache-file",
168 "android.gomadeps",
167 "--compiler", 169 "--compiler",
168 "goma", 170 "goma",
169 "--goma-jsonstatus", 171 "--goma-jsonstatus",
170 "/path/to/tmp/json", 172 "/path/to/tmp/json",
171 "--goma-service-account-json-file", 173 "--goma-service-account-json-file",
172 "/creds/service_accounts/service-account-goma-client.json", 174 "/creds/service_accounts/service-account-goma-client.json",
173 "--goma-dir", 175 "--goma-dir",
174 "[CACHE]/cipd/goma", 176 "[CACHE]/cipd/goma",
175 "--goma-fail-fast", 177 "--goma-fail-fast",
176 "--goma-disable-local-fallback", 178 "--goma-disable-local-fallback",
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 511 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
510 "@@@STEP_LOG_END@python.inline@@@" 512 "@@@STEP_LOG_END@python.inline@@@"
511 ] 513 ]
512 }, 514 },
513 { 515 {
514 "name": "$result", 516 "name": "$result",
515 "recipe_result": null, 517 "recipe_result": null,
516 "status_code": 0 518 "status_code": 0
517 } 519 }
518 ] 520 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698