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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.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_n6", 7 "[BUILDER_CACHE]/android_n6",
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_n6/src", 229 "[BUILDER_CACHE]/android_n6/src",
230 "--goma-cache-dir", 230 "--goma-cache-dir",
231 "[GOMA_CACHE]", 231 "[GOMA_CACHE]",
232 "--buildbot-buildername", 232 "--buildbot-buildername",
233 "android_n6", 233 "android_n6",
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_n6.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",
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 858 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
859 "@@@STEP_LOG_END@python.inline@@@" 859 "@@@STEP_LOG_END@python.inline@@@"
860 ] 860 ]
861 }, 861 },
862 { 862 {
863 "name": "$result", 863 "name": "$result",
864 "recipe_result": null, 864 "recipe_result": null,
865 "status_code": 0 865 "status_code": 0
866 } 866 }
867 ] 867 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698