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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_clang__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]/Android32_Clang__dbg_", 7 "[BUILDER_CACHE]/Android32_Clang__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "--src-dir", 245 "--src-dir",
246 "[BUILDER_CACHE]/Android32_Clang__dbg_/src", 246 "[BUILDER_CACHE]/Android32_Clang__dbg_/src",
247 "--goma-cache-dir", 247 "--goma-cache-dir",
248 "[GOMA_CACHE]", 248 "[GOMA_CACHE]",
249 "--buildbot-buildername", 249 "--buildbot-buildername",
250 "Android32 Clang (dbg)", 250 "Android32 Clang (dbg)",
251 "--buildbot-mastername", 251 "--buildbot-mastername",
252 "client.webrtc", 252 "client.webrtc",
253 "--buildbot-slavename", 253 "--buildbot-slavename",
254 "slavename", 254 "slavename",
255 "--goma-deps-cache-dir", 255 "--goma-deps-cache-file",
256 "[GOMA_DEPS_CACHE]", 256 "Android32_Clang__dbg_.gomadeps",
257 "--compiler", 257 "--compiler",
258 "goma-clang", 258 "goma-clang",
259 "--goma-jsonstatus", 259 "--goma-jsonstatus",
260 "/path/to/tmp/json", 260 "/path/to/tmp/json",
261 "--goma-service-account-json-file", 261 "--goma-service-account-json-file",
262 "/creds/service_accounts/service-account-goma-client.json", 262 "/creds/service_accounts/service-account-goma-client.json",
263 "--goma-dir", 263 "--goma-dir",
264 "[CACHE]/cipd/goma", 264 "[CACHE]/cipd/goma",
265 "--" 265 "--"
266 ], 266 ],
267 "env": { 267 "env": {
268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
269 "PATH": "[BUILDER_CACHE]/Android32_Clang__dbg_/src/third_party/android_too ls/sdk/platform-tools:[BUILDER_CACHE]/Android32_Clang__dbg_/src/build/android:%( PATH)s" 269 "PATH": "[BUILDER_CACHE]/Android32_Clang__dbg_/src/third_party/android_too ls/sdk/platform-tools:[BUILDER_CACHE]/Android32_Clang__dbg_/src/build/android:%( PATH)s"
270 }, 270 },
271 "name": "compile", 271 "name": "compile",
272 "~followup_annotations": [ 272 "~followup_annotations": [
273 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 273 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
274 "@@@STEP_LOG_END@json.output (invalid)@@@" 274 "@@@STEP_LOG_END@json.output (invalid)@@@"
275 ] 275 ]
276 }, 276 },
277 { 277 {
278 "name": "$result", 278 "name": "$result",
279 "recipe_result": null, 279 "recipe_result": null,
280 "status_code": 0 280 "status_code": 0
281 } 281 }
282 ] 282 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698