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

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

Powered by Google App Engine
This is Rietveld 408576698