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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_swarming.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_swarming", 7 "[BUILDER_CACHE]/android_swarming",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "--src-dir", 274 "--src-dir",
275 "[BUILDER_CACHE]/android_swarming/src", 275 "[BUILDER_CACHE]/android_swarming/src",
276 "--goma-cache-dir", 276 "--goma-cache-dir",
277 "[GOMA_CACHE]", 277 "[GOMA_CACHE]",
278 "--buildbot-buildername", 278 "--buildbot-buildername",
279 "android_swarming", 279 "android_swarming",
280 "--buildbot-mastername", 280 "--buildbot-mastername",
281 "tryserver.webrtc", 281 "tryserver.webrtc",
282 "--buildbot-slavename", 282 "--buildbot-slavename",
283 "slavename", 283 "slavename",
284 "--goma-deps-cache-dir", 284 "--goma-deps-cache-file",
285 "[GOMA_DEPS_CACHE]", 285 "android_swarming.gomadeps",
286 "--compiler", 286 "--compiler",
287 "goma", 287 "goma",
288 "--goma-jsonstatus", 288 "--goma-jsonstatus",
289 "/path/to/tmp/json", 289 "/path/to/tmp/json",
290 "--goma-service-account-json-file", 290 "--goma-service-account-json-file",
291 "/creds/service_accounts/service-account-goma-client.json", 291 "/creds/service_accounts/service-account-goma-client.json",
292 "--goma-dir", 292 "--goma-dir",
293 "[CACHE]/cipd/goma", 293 "[CACHE]/cipd/goma",
294 "--goma-fail-fast", 294 "--goma-fail-fast",
295 "--goma-disable-local-fallback", 295 "--goma-disable-local-fallback",
(...skipping 2334 matching lines...) Expand 10 before | Expand all | Expand 10 after
2630 "@@@STEP_LOG_END@json.output@@@", 2630 "@@@STEP_LOG_END@json.output@@@",
2631 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2631 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2632 ] 2632 ]
2633 }, 2633 },
2634 { 2634 {
2635 "name": "$result", 2635 "name": "$result",
2636 "recipe_result": null, 2636 "recipe_result": null,
2637 "status_code": 0 2637 "status_code": 0
2638 } 2638 }
2639 ] 2639 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698