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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Mac_10_11.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]/Chromium_Mac_10_11", 7 "[BUILDER_CACHE]/Chromium_Mac_10_11",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "--src-dir", 305 "--src-dir",
306 "[BUILDER_CACHE]/Chromium_Mac_10_11/src", 306 "[BUILDER_CACHE]/Chromium_Mac_10_11/src",
307 "--goma-cache-dir", 307 "--goma-cache-dir",
308 "[GOMA_CACHE]", 308 "[GOMA_CACHE]",
309 "--buildbot-buildername", 309 "--buildbot-buildername",
310 "Chromium Mac 10.11", 310 "Chromium Mac 10.11",
311 "--buildbot-mastername", 311 "--buildbot-mastername",
312 "chromium.fyi", 312 "chromium.fyi",
313 "--buildbot-slavename", 313 "--buildbot-slavename",
314 "TestSlavename", 314 "TestSlavename",
315 "--goma-deps-cache-dir", 315 "--goma-deps-cache-file",
316 "[GOMA_DEPS_CACHE]", 316 "Chromium_Mac_10_11.gomadeps",
317 "--build-data-dir", 317 "--build-data-dir",
318 "[ROOT]/build_data_dir", 318 "[ROOT]/build_data_dir",
319 "--compiler", 319 "--compiler",
320 "goma-clang", 320 "goma-clang",
321 "--goma-jsonstatus", 321 "--goma-jsonstatus",
322 "/path/to/tmp/json", 322 "/path/to/tmp/json",
323 "--goma-service-account-json-file", 323 "--goma-service-account-json-file",
324 "/creds/service_accounts/service-account-goma-client.json", 324 "/creds/service_accounts/service-account-goma-client.json",
325 "--goma-dir", 325 "--goma-dir",
326 "[CACHE]/cipd/goma", 326 "[CACHE]/cipd/goma",
(...skipping 10 matching lines...) Expand all
337 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 337 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
338 "@@@STEP_LOG_END@json.output (invalid)@@@" 338 "@@@STEP_LOG_END@json.output (invalid)@@@"
339 ] 339 ]
340 }, 340 },
341 { 341 {
342 "name": "$result", 342 "name": "$result",
343 "recipe_result": null, 343 "recipe_result": null,
344 "status_code": 0 344 "status_code": 0
345 } 345 }
346 ] 346 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698