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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 "--src-dir", 269 "--src-dir",
270 "[SLAVE_BUILD]/src", 270 "[SLAVE_BUILD]/src",
271 "--goma-cache-dir", 271 "--goma-cache-dir",
272 "[GOMA_CACHE]", 272 "[GOMA_CACHE]",
273 "--buildbot-buildername", 273 "--buildbot-buildername",
274 "coverage_builder", 274 "coverage_builder",
275 "--buildbot-mastername", 275 "--buildbot-mastername",
276 "chromium.testing.master", 276 "chromium.testing.master",
277 "--buildbot-slavename", 277 "--buildbot-slavename",
278 "tehslave", 278 "tehslave",
279 "--goma-deps-cache-file",
280 "coverage_builder.gomadeps",
279 "--goma-fail-fast", 281 "--goma-fail-fast",
280 "--goma-disable-local-fallback", 282 "--goma-disable-local-fallback",
281 "--" 283 "--"
282 ], 284 ],
283 "env": { 285 "env": {
284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 286 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
285 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 287 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
286 }, 288 },
287 "name": "compile" 289 "name": "compile"
288 }, 290 },
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 "~followup_annotations": [ 1037 "~followup_annotations": [
1036 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" 1038 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@"
1037 ] 1039 ]
1038 }, 1040 },
1039 { 1041 {
1040 "name": "$result", 1042 "name": "$result",
1041 "recipe_result": null, 1043 "recipe_result": null,
1042 "status_code": 0 1044 "status_code": 0
1043 } 1045 }
1044 ] 1046 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698