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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac__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]/ClangToTMac__dbg_", 7 "[BUILDER_CACHE]/ClangToTMac__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "--src-dir", 257 "--src-dir",
258 "[BUILDER_CACHE]/ClangToTMac__dbg_/src", 258 "[BUILDER_CACHE]/ClangToTMac__dbg_/src",
259 "--goma-cache-dir", 259 "--goma-cache-dir",
260 "[GOMA_CACHE]", 260 "[GOMA_CACHE]",
261 "--buildbot-buildername", 261 "--buildbot-buildername",
262 "ClangToTMac (dbg)", 262 "ClangToTMac (dbg)",
263 "--buildbot-mastername", 263 "--buildbot-mastername",
264 "chromium.fyi", 264 "chromium.fyi",
265 "--buildbot-slavename", 265 "--buildbot-slavename",
266 "TestSlavename", 266 "TestSlavename",
267 "--goma-deps-cache-dir", 267 "--goma-deps-cache-file",
268 "[GOMA_DEPS_CACHE]", 268 "ClangToTMac__dbg_.gomadeps",
269 "--build-data-dir", 269 "--build-data-dir",
270 "[ROOT]/build_data_dir", 270 "[ROOT]/build_data_dir",
271 "--compiler", 271 "--compiler",
272 "clang", 272 "clang",
273 "--", 273 "--",
274 "all" 274 "all"
275 ], 275 ],
276 "env": { 276 "env": {
277 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 277 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
278 "LLVM_FORCE_HEAD_REVISION": "YES" 278 "LLVM_FORCE_HEAD_REVISION": "YES"
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "LLVM_FORCE_HEAD_REVISION": "YES" 342 "LLVM_FORCE_HEAD_REVISION": "YES"
343 }, 343 },
344 "name": "sizes" 344 "name": "sizes"
345 }, 345 },
346 { 346 {
347 "name": "$result", 347 "name": "$result",
348 "recipe_result": null, 348 "recipe_result": null,
349 "status_code": 0 349 "status_code": 0
350 } 350 }
351 ] 351 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698