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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x86_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]/android_compile_x86_dbg", 7 "[BUILDER_CACHE]/android_compile_x86_dbg",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "--src-dir", 228 "--src-dir",
229 "[BUILDER_CACHE]/android_compile_x86_dbg/src", 229 "[BUILDER_CACHE]/android_compile_x86_dbg/src",
230 "--goma-cache-dir", 230 "--goma-cache-dir",
231 "[GOMA_CACHE]", 231 "[GOMA_CACHE]",
232 "--buildbot-buildername", 232 "--buildbot-buildername",
233 "android_compile_x86_dbg", 233 "android_compile_x86_dbg",
234 "--buildbot-mastername", 234 "--buildbot-mastername",
235 "tryserver.webrtc", 235 "tryserver.webrtc",
236 "--buildbot-slavename", 236 "--buildbot-slavename",
237 "slavename", 237 "slavename",
238 "--goma-deps-cache-dir", 238 "--goma-deps-cache-file",
239 "[GOMA_DEPS_CACHE]", 239 "android_compile_x86_dbg.gomadeps",
240 "--compiler", 240 "--compiler",
241 "goma", 241 "goma",
242 "--goma-jsonstatus", 242 "--goma-jsonstatus",
243 "/path/to/tmp/json", 243 "/path/to/tmp/json",
244 "--goma-service-account-json-file", 244 "--goma-service-account-json-file",
245 "/creds/service_accounts/service-account-goma-client.json", 245 "/creds/service_accounts/service-account-goma-client.json",
246 "--goma-dir", 246 "--goma-dir",
247 "[CACHE]/cipd/goma", 247 "[CACHE]/cipd/goma",
248 "--goma-fail-fast", 248 "--goma-fail-fast",
249 "--goma-disable-local-fallback", 249 "--goma-disable-local-fallback",
250 "--" 250 "--"
251 ], 251 ],
252 "env": { 252 "env": {
253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
254 "PATH": "[BUILDER_CACHE]/android_compile_x86_dbg/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_compile_x86_dbg/src/build/androi d:%(PATH)s" 254 "PATH": "[BUILDER_CACHE]/android_compile_x86_dbg/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_compile_x86_dbg/src/build/androi d:%(PATH)s"
255 }, 255 },
256 "name": "compile", 256 "name": "compile",
257 "~followup_annotations": [ 257 "~followup_annotations": [
258 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 258 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
259 "@@@STEP_LOG_END@json.output (invalid)@@@" 259 "@@@STEP_LOG_END@json.output (invalid)@@@"
260 ] 260 ]
261 }, 261 },
262 { 262 {
263 "name": "$result", 263 "name": "$result",
264 "recipe_result": null, 264 "recipe_result": null,
265 "status_code": 0 265 "status_code": 0
266 } 266 }
267 ] 267 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698