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

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

Powered by Google App Engine
This is Rietveld 408576698