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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: Created 4 years, 3 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "--gsutil-py-path", 206 "--gsutil-py-path",
207 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 207 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
208 "--ninja-path", 208 "--ninja-path",
209 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 209 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
210 "--target", 210 "--target",
211 "Release", 211 "Release",
212 "--src-dir", 212 "--src-dir",
213 "[SLAVE_BUILD]/src", 213 "[SLAVE_BUILD]/src",
214 "--goma-cache-dir", 214 "--goma-cache-dir",
215 "[GOMA_CACHE]", 215 "[GOMA_CACHE]",
216 "--buildbot-buildername",
217 "coverage_builder",
218 "--buildbot-mastername",
219 "chromium.testing.master",
220 "--buildbot-slavename",
221 "tehslave",
222 "--goma-fail-fast", 216 "--goma-fail-fast",
223 "--goma-disable-local-fallback", 217 "--goma-disable-local-fallback",
224 "--" 218 "--"
225 ], 219 ],
226 "env": { 220 "env": {
227 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
228 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 222 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
229 }, 223 },
230 "name": "compile" 224 "name": "compile"
231 }, 225 },
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 "~followup_annotations": [ 972 "~followup_annotations": [
979 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" 973 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@"
980 ] 974 ]
981 }, 975 },
982 { 976 {
983 "name": "$result", 977 "name": "$result",
984 "recipe_result": null, 978 "recipe_result": null,
985 "status_code": 0 979 "status_code": 0
986 } 980 }
987 ] 981 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698