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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_arm64_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 os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "--src-dir", 280 "--src-dir",
281 "[SLAVE_BUILD]/src", 281 "[SLAVE_BUILD]/src",
282 "--goma-cache-dir", 282 "--goma-cache-dir",
283 "[GOMA_CACHE]", 283 "[GOMA_CACHE]",
284 "--buildbot-buildername", 284 "--buildbot-buildername",
285 "Android Cronet ARM64 Builder", 285 "Android Cronet ARM64 Builder",
286 "--buildbot-mastername", 286 "--buildbot-mastername",
287 "chromium.testing.master", 287 "chromium.testing.master",
288 "--buildbot-slavename", 288 "--buildbot-slavename",
289 "TestSlavename", 289 "TestSlavename",
290 "--goma-deps-cache-file",
291 "Android_Cronet_ARM64_Builder.gomadeps",
290 "--compiler", 292 "--compiler",
291 "goma", 293 "goma",
292 "--goma-jsonstatus", 294 "--goma-jsonstatus",
293 "/path/to/tmp/json", 295 "/path/to/tmp/json",
294 "--goma-service-account-json-file", 296 "--goma-service-account-json-file",
295 "/creds/service_accounts/service-account-goma-client.json", 297 "/creds/service_accounts/service-account-goma-client.json",
296 "--goma-dir", 298 "--goma-dir",
297 "[CACHE]/cipd/goma", 299 "[CACHE]/cipd/goma",
298 "--", 300 "--",
299 "cronet_package", 301 "cronet_package",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "@@@STEP_LOG_LINE@device affinity@0@@@", 500 "@@@STEP_LOG_LINE@device affinity@0@@@",
499 "@@@STEP_LOG_END@device affinity@@@" 501 "@@@STEP_LOG_END@device affinity@@@"
500 ] 502 ]
501 }, 503 },
502 { 504 {
503 "name": "$result", 505 "name": "$result",
504 "recipe_result": null, 506 "recipe_result": null,
505 "status_code": 0 507 "status_code": 0
506 } 508 }
507 ] 509 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698