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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Swarm_Builder.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]/Android_Swarm_Builder", 7 "[BUILDER_CACHE]/Android_Swarm_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "--src-dir", 358 "--src-dir",
359 "[BUILDER_CACHE]/Android_Swarm_Builder/src", 359 "[BUILDER_CACHE]/Android_Swarm_Builder/src",
360 "--goma-cache-dir", 360 "--goma-cache-dir",
361 "[GOMA_CACHE]", 361 "[GOMA_CACHE]",
362 "--buildbot-buildername", 362 "--buildbot-buildername",
363 "Android Swarm Builder", 363 "Android Swarm Builder",
364 "--buildbot-mastername", 364 "--buildbot-mastername",
365 "chromium.android", 365 "chromium.android",
366 "--buildbot-slavename", 366 "--buildbot-slavename",
367 "TestSlavename", 367 "TestSlavename",
368 "--goma-deps-cache-dir", 368 "--goma-deps-cache-file",
369 "[GOMA_DEPS_CACHE]", 369 "Android_Swarm_Builder.gomadeps",
370 "--build-data-dir", 370 "--build-data-dir",
371 "[ROOT]/build_data_dir", 371 "[ROOT]/build_data_dir",
372 "--compiler", 372 "--compiler",
373 "goma", 373 "goma",
374 "--goma-jsonstatus", 374 "--goma-jsonstatus",
375 "/path/to/tmp/json", 375 "/path/to/tmp/json",
376 "--goma-service-account-json-file", 376 "--goma-service-account-json-file",
377 "/creds/service_accounts/service-account-goma-client.json", 377 "/creds/service_accounts/service-account-goma-client.json",
378 "--goma-dir", 378 "--goma-dir",
379 "[CACHE]/cipd/goma", 379 "[CACHE]/cipd/goma",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 513 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
514 "@@@STEP_LOG_END@python.inline@@@" 514 "@@@STEP_LOG_END@python.inline@@@"
515 ] 515 ]
516 }, 516 },
517 { 517 {
518 "name": "$result", 518 "name": "$result",
519 "recipe_result": null, 519 "recipe_result": null,
520 "status_code": 0 520 "status_code": 0
521 } 521 }
522 ] 522 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698