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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder__dbg_.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Android64_Builder__dbg_", 7 "[BUILDER_CACHE]/Android64_Builder__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "--src-dir", 222 "--src-dir",
223 "[BUILDER_CACHE]/Android64_Builder__dbg_/src", 223 "[BUILDER_CACHE]/Android64_Builder__dbg_/src",
224 "--goma-cache-dir", 224 "--goma-cache-dir",
225 "[GOMA_CACHE]", 225 "[GOMA_CACHE]",
226 "--buildbot-buildername", 226 "--buildbot-buildername",
227 "Android64 Builder (dbg)", 227 "Android64 Builder (dbg)",
228 "--buildbot-mastername", 228 "--buildbot-mastername",
229 "client.webrtc", 229 "client.webrtc",
230 "--buildbot-slavename", 230 "--buildbot-slavename",
231 "slavename", 231 "slavename",
232 "--goma-deps-cache-dir", 232 "--goma-deps-cache-file",
233 "[GOMA_DEPS_CACHE]", 233 "Android64_Builder__dbg_.gomadeps",
234 "--compiler", 234 "--compiler",
235 "goma", 235 "goma",
236 "--goma-jsonstatus", 236 "--goma-jsonstatus",
237 "/path/to/tmp/json", 237 "/path/to/tmp/json",
238 "--goma-service-account-json-file", 238 "--goma-service-account-json-file",
239 "/creds/service_accounts/service-account-goma-client.json", 239 "/creds/service_accounts/service-account-goma-client.json",
240 "--goma-dir", 240 "--goma-dir",
241 "[CACHE]/cipd/goma", 241 "[CACHE]/cipd/goma",
242 "--" 242 "--"
243 ], 243 ],
244 "env": { 244 "env": {
245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
246 "PATH": "[BUILDER_CACHE]/Android64_Builder__dbg_/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/Android64_Builder__dbg_/src/build/androi d:%(PATH)s" 246 "PATH": "[BUILDER_CACHE]/Android64_Builder__dbg_/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/Android64_Builder__dbg_/src/build/androi d:%(PATH)s"
247 }, 247 },
248 "name": "compile", 248 "name": "compile",
249 "~followup_annotations": [ 249 "~followup_annotations": [
250 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 250 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
251 "@@@STEP_LOG_END@json.output (invalid)@@@" 251 "@@@STEP_LOG_END@json.output (invalid)@@@"
252 ] 252 ]
253 }, 253 },
254 { 254 {
255 "name": "$result", 255 "name": "$result",
256 "recipe_result": null, 256 "recipe_result": null,
257 "status_code": 0 257 "status_code": 0
258 } 258 }
259 ] 259 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698