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

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

Powered by Google App Engine
This is Rietveld 408576698