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

Side by Side Diff: scripts/slave/recipes/cronet.expected/cronet_try.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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "--src-dir", 286 "--src-dir",
287 "[SLAVE_BUILD]/src", 287 "[SLAVE_BUILD]/src",
288 "--goma-cache-dir", 288 "--goma-cache-dir",
289 "[GOMA_CACHE]", 289 "[GOMA_CACHE]",
290 "--buildbot-buildername", 290 "--buildbot-buildername",
291 "android_cronet_tester", 291 "android_cronet_tester",
292 "--buildbot-mastername", 292 "--buildbot-mastername",
293 "chromium.testing.master", 293 "chromium.testing.master",
294 "--buildbot-slavename", 294 "--buildbot-slavename",
295 "TestSlavename", 295 "TestSlavename",
296 "--goma-deps-cache-file",
297 "android_cronet_tester.gomadeps",
296 "--compiler", 298 "--compiler",
297 "goma", 299 "goma",
298 "--goma-jsonstatus", 300 "--goma-jsonstatus",
299 "/path/to/tmp/json", 301 "/path/to/tmp/json",
300 "--goma-service-account-json-file", 302 "--goma-service-account-json-file",
301 "/creds/service_accounts/service-account-goma-client.json", 303 "/creds/service_accounts/service-account-goma-client.json",
302 "--goma-dir", 304 "--goma-dir",
303 "[CACHE]/cipd/goma", 305 "[CACHE]/cipd/goma",
304 "--goma-fail-fast", 306 "--goma-fail-fast",
305 "--goma-disable-local-fallback", 307 "--goma-disable-local-fallback",
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 707 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
706 "@@@STEP_LOG_END@python.inline@@@" 708 "@@@STEP_LOG_END@python.inline@@@"
707 ] 709 ]
708 }, 710 },
709 { 711 {
710 "name": "$result", 712 "name": "$result",
711 "recipe_result": null, 713 "recipe_result": null,
712 "status_code": 0 714 "status_code": 0
713 } 715 }
714 ] 716 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698