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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_x86_generic_Compile.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]/ChromiumOS_x86_generic_Compile", 7 "[BUILDER_CACHE]/ChromiumOS_x86_generic_Compile",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "--src-dir", 310 "--src-dir",
311 "[BUILDER_CACHE]/ChromiumOS_x86_generic_Compile/src", 311 "[BUILDER_CACHE]/ChromiumOS_x86_generic_Compile/src",
312 "--goma-cache-dir", 312 "--goma-cache-dir",
313 "[GOMA_CACHE]", 313 "[GOMA_CACHE]",
314 "--buildbot-buildername", 314 "--buildbot-buildername",
315 "ChromiumOS x86-generic Compile", 315 "ChromiumOS x86-generic Compile",
316 "--buildbot-mastername", 316 "--buildbot-mastername",
317 "chromium.chromiumos", 317 "chromium.chromiumos",
318 "--buildbot-slavename", 318 "--buildbot-slavename",
319 "TestSlavename", 319 "TestSlavename",
320 "--goma-deps-cache-dir", 320 "--goma-deps-cache-file",
321 "[GOMA_DEPS_CACHE]", 321 "ChromiumOS_x86_generic_Compile.gomadeps",
322 "--build-data-dir", 322 "--build-data-dir",
323 "[ROOT]/build_data_dir", 323 "[ROOT]/build_data_dir",
324 "--compiler", 324 "--compiler",
325 "goma", 325 "goma",
326 "--goma-jsonstatus", 326 "--goma-jsonstatus",
327 "/path/to/tmp/json", 327 "/path/to/tmp/json",
328 "--goma-service-account-json-file", 328 "--goma-service-account-json-file",
329 "/creds/service_accounts/service-account-goma-client.json", 329 "/creds/service_accounts/service-account-goma-client.json",
330 "--goma-dir", 330 "--goma-dir",
331 "[CACHE]/cipd/goma", 331 "[CACHE]/cipd/goma",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ChromiumOS x86-g eneric Compile\", \"buildnumber\": 571, \"mastername\": \"chromium.chromiumos\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chrom ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}" 374 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ChromiumOS x86-g eneric Compile\", \"buildnumber\": 571, \"mastername\": \"chromium.chromiumos\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chrom ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}"
375 ], 375 ],
376 "name": "package build" 376 "name": "package build"
377 }, 377 },
378 { 378 {
379 "name": "$result", 379 "name": "$result",
380 "recipe_result": null, 380 "recipe_result": null,
381 "status_code": 0 381 "status_code": 0
382 } 382 }
383 ] 383 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698