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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.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]/linux_asan", 7 "[BUILDER_CACHE]/linux_asan",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "--src-dir", 233 "--src-dir",
234 "[BUILDER_CACHE]/linux_asan/src", 234 "[BUILDER_CACHE]/linux_asan/src",
235 "--goma-cache-dir", 235 "--goma-cache-dir",
236 "[GOMA_CACHE]", 236 "[GOMA_CACHE]",
237 "--buildbot-buildername", 237 "--buildbot-buildername",
238 "linux_asan", 238 "linux_asan",
239 "--buildbot-mastername", 239 "--buildbot-mastername",
240 "tryserver.webrtc", 240 "tryserver.webrtc",
241 "--buildbot-slavename", 241 "--buildbot-slavename",
242 "slavename", 242 "slavename",
243 "--goma-deps-cache-dir", 243 "--goma-deps-cache-file",
244 "[GOMA_DEPS_CACHE]", 244 "linux_asan.gomadeps",
245 "--compiler", 245 "--compiler",
246 "goma-clang", 246 "goma-clang",
247 "--goma-jsonstatus", 247 "--goma-jsonstatus",
248 "/path/to/tmp/json", 248 "/path/to/tmp/json",
249 "--goma-service-account-json-file", 249 "--goma-service-account-json-file",
250 "/creds/service_accounts/service-account-goma-client.json", 250 "/creds/service_accounts/service-account-goma-client.json",
251 "--goma-dir", 251 "--goma-dir",
252 "[CACHE]/cipd/goma", 252 "[CACHE]/cipd/goma",
253 "--goma-fail-fast", 253 "--goma-fail-fast",
254 "--goma-disable-local-fallback", 254 "--goma-disable-local-fallback",
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 ], 737 ],
738 "cwd": "[BUILDER_CACHE]/linux_asan", 738 "cwd": "[BUILDER_CACHE]/linux_asan",
739 "name": "xmllite_xmpp_unittests" 739 "name": "xmllite_xmpp_unittests"
740 }, 740 },
741 { 741 {
742 "name": "$result", 742 "name": "$result",
743 "recipe_result": null, 743 "recipe_result": null,
744 "status_code": 0 744 "status_code": 0
745 } 745 }
746 ] 746 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698