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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android_arm64_debug.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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "--src-dir", 151 "--src-dir",
152 "[SLAVE_BUILD]/src", 152 "[SLAVE_BUILD]/src",
153 "--goma-cache-dir", 153 "--goma-cache-dir",
154 "[GOMA_CACHE]", 154 "[GOMA_CACHE]",
155 "--buildbot-buildername", 155 "--buildbot-buildername",
156 "Android ARM64 Debug", 156 "Android ARM64 Debug",
157 "--buildbot-mastername", 157 "--buildbot-mastername",
158 "client.libyuv", 158 "client.libyuv",
159 "--buildbot-slavename", 159 "--buildbot-slavename",
160 "slavename", 160 "slavename",
161 "--goma-deps-cache-file",
162 "Android_ARM64_Debug.gomadeps",
161 "--compiler", 163 "--compiler",
162 "goma", 164 "goma",
163 "--goma-jsonstatus", 165 "--goma-jsonstatus",
164 "/path/to/tmp/json", 166 "/path/to/tmp/json",
165 "--goma-service-account-json-file", 167 "--goma-service-account-json-file",
166 "/creds/service_accounts/service-account-goma-client.json", 168 "/creds/service_accounts/service-account-goma-client.json",
167 "--goma-dir", 169 "--goma-dir",
168 "[CACHE]/cipd/goma", 170 "[CACHE]/cipd/goma",
169 "--" 171 "--"
170 ], 172 ],
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "~followup_annotations": [ 223 "~followup_annotations": [
222 "@@@STEP_TEXT@Android Tester ARM64 Debug (Nexus 5X)@@@" 224 "@@@STEP_TEXT@Android Tester ARM64 Debug (Nexus 5X)@@@"
223 ] 225 ]
224 }, 226 },
225 { 227 {
226 "name": "$result", 228 "name": "$result",
227 "recipe_result": null, 229 "recipe_result": null,
228 "status_code": 0 230 "status_code": 0
229 } 231 }
230 ] 232 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698