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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_debug__clang_.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]\\Win32_Debug__Clang_", 7 "[BUILDER_CACHE]\\Win32_Debug__Clang_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "--src-dir", 227 "--src-dir",
228 "[BUILDER_CACHE]\\Win32_Debug__Clang_\\src", 228 "[BUILDER_CACHE]\\Win32_Debug__Clang_\\src",
229 "--goma-cache-dir", 229 "--goma-cache-dir",
230 "[GOMA_CACHE]", 230 "[GOMA_CACHE]",
231 "--buildbot-buildername", 231 "--buildbot-buildername",
232 "Win32 Debug (Clang)", 232 "Win32 Debug (Clang)",
233 "--buildbot-mastername", 233 "--buildbot-mastername",
234 "client.webrtc", 234 "client.webrtc",
235 "--buildbot-slavename", 235 "--buildbot-slavename",
236 "slavename", 236 "slavename",
237 "--goma-deps-cache-dir", 237 "--goma-deps-cache-file",
238 "[GOMA_DEPS_CACHE]", 238 "Win32_Debug__Clang_.gomadeps",
239 "--compiler", 239 "--compiler",
240 "goma-clang", 240 "goma-clang",
241 "--goma-jsonstatus", 241 "--goma-jsonstatus",
242 "/path/to/tmp/json", 242 "/path/to/tmp/json",
243 "--goma-service-account-json-file", 243 "--goma-service-account-json-file",
244 "C:\\creds\\service_accounts\\service-account-goma-client.json", 244 "C:\\creds\\service_accounts\\service-account-goma-client.json",
245 "--goma-dir", 245 "--goma-dir",
246 "[CACHE]\\cipd\\goma", 246 "[CACHE]\\cipd\\goma",
247 "--" 247 "--"
248 ], 248 ],
249 "env": { 249 "env": {
250 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 250 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
251 }, 251 },
252 "name": "compile", 252 "name": "compile",
253 "~followup_annotations": [ 253 "~followup_annotations": [
254 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 254 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
255 "@@@STEP_LOG_END@json.output (invalid)@@@" 255 "@@@STEP_LOG_END@json.output (invalid)@@@"
256 ] 256 ]
257 }, 257 },
258 { 258 {
259 "name": "$result", 259 "name": "$result",
260 "recipe_result": null, 260 "recipe_result": null,
261 "status_code": 0 261 "status_code": 0
262 } 262 }
263 ] 263 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698