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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_ToT.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]/CFI_Linux_ToT", 7 "[BUILDER_CACHE]/CFI_Linux_ToT",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "--src-dir", 246 "--src-dir",
247 "[BUILDER_CACHE]/CFI_Linux_ToT/src", 247 "[BUILDER_CACHE]/CFI_Linux_ToT/src",
248 "--goma-cache-dir", 248 "--goma-cache-dir",
249 "[GOMA_CACHE]", 249 "[GOMA_CACHE]",
250 "--buildbot-buildername", 250 "--buildbot-buildername",
251 "CFI Linux ToT", 251 "CFI Linux ToT",
252 "--buildbot-mastername", 252 "--buildbot-mastername",
253 "chromium.fyi", 253 "chromium.fyi",
254 "--buildbot-slavename", 254 "--buildbot-slavename",
255 "TestSlavename", 255 "TestSlavename",
256 "--goma-deps-cache-dir", 256 "--goma-deps-cache-file",
257 "[GOMA_DEPS_CACHE]", 257 "CFI_Linux_ToT.gomadeps",
258 "--build-data-dir", 258 "--build-data-dir",
259 "[ROOT]/build_data_dir", 259 "[ROOT]/build_data_dir",
260 "--compiler", 260 "--compiler",
261 "clang", 261 "clang",
262 "--", 262 "--",
263 "All" 263 "All"
264 ], 264 ],
265 "env": { 265 "env": {
266 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 266 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
267 "LLVM_FORCE_HEAD_REVISION": "YES" 267 "LLVM_FORCE_HEAD_REVISION": "YES"
268 }, 268 },
269 "name": "compile" 269 "name": "compile"
270 }, 270 },
271 { 271 {
272 "name": "$result", 272 "name": "$result",
273 "recipe_result": null, 273 "recipe_result": null,
274 "status_code": 0 274 "status_code": 0
275 } 275 }
276 ] 276 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698