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

Side by Side Diff: scripts/slave/recipes/chromium.expected/kitchen_path_config.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]/Linux_remote_run_Builder", 7 "[BUILDER_CACHE]/Linux_remote_run_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "--src-dir", 294 "--src-dir",
295 "[BUILDER_CACHE]/Linux_remote_run_Builder/src", 295 "[BUILDER_CACHE]/Linux_remote_run_Builder/src",
296 "--goma-cache-dir", 296 "--goma-cache-dir",
297 "[GOMA_CACHE]", 297 "[GOMA_CACHE]",
298 "--buildbot-buildername", 298 "--buildbot-buildername",
299 "Linux remote_run Builder", 299 "Linux remote_run Builder",
300 "--buildbot-mastername", 300 "--buildbot-mastername",
301 "chromium.fyi", 301 "chromium.fyi",
302 "--buildbot-slavename", 302 "--buildbot-slavename",
303 "build1-a1", 303 "build1-a1",
304 "--goma-deps-cache-dir", 304 "--goma-deps-cache-file",
305 "[GOMA_DEPS_CACHE]", 305 "Linux_remote_run_Builder.gomadeps",
306 "--compiler", 306 "--compiler",
307 "goma", 307 "goma",
308 "--goma-jsonstatus", 308 "--goma-jsonstatus",
309 "/path/to/tmp/json", 309 "/path/to/tmp/json",
310 "--goma-service-account-json-file", 310 "--goma-service-account-json-file",
311 "/creds/service_accounts/service-account-goma-client.json", 311 "/creds/service_accounts/service-account-goma-client.json",
312 "--goma-dir", 312 "--goma-dir",
313 "[CACHE]/cipd/goma", 313 "[CACHE]/cipd/goma",
314 "--ninja-ensure-up-to-date", 314 "--ninja-ensure-up-to-date",
315 "--", 315 "--",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "~followup_annotations": [ 379 "~followup_annotations": [
380 "@@@STEP_TEXT@Linux remote_run Tester@@@" 380 "@@@STEP_TEXT@Linux remote_run Tester@@@"
381 ] 381 ]
382 }, 382 },
383 { 383 {
384 "name": "$result", 384 "name": "$result",
385 "recipe_result": null, 385 "recipe_result": null,
386 "status_code": 0 386 "status_code": 0
387 } 387 }
388 ] 388 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698