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

Side by Side Diff: scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_basic.json

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "--gsutil-py-path", 187 "--gsutil-py-path",
188 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 188 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
189 "--ninja-path", 189 "--ninja-path",
190 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 190 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
191 "--target", 191 "--target",
192 "Release", 192 "Release",
193 "--src-dir", 193 "--src-dir",
194 "[SLAVE_BUILD]/src", 194 "[SLAVE_BUILD]/src",
195 "--goma-cache-dir", 195 "--goma-cache-dir",
196 "[GOMA_CACHE]", 196 "[GOMA_CACHE]",
197 "--buildbot-buildername",
198 "dartium-builder",
199 "--buildbot-mastername",
200 "chromium.testing.master",
201 "--buildbot-slavename",
202 "TestSlavename",
197 "--compiler", 203 "--compiler",
198 "goma", 204 "goma",
199 "--goma-jsonstatus", 205 "--goma-jsonstatus",
200 "/path/to/tmp/json", 206 "/path/to/tmp/json",
201 "--goma-service-account-json-file", 207 "--goma-service-account-json-file",
202 "/creds/service_accounts/service-account-goma-client.json", 208 "/creds/service_accounts/service-account-goma-client.json",
203 "--goma-dir", 209 "--goma-dir",
204 "[BUILD]/goma", 210 "[BUILD]/goma",
205 "--", 211 "--",
206 "content_shell_apk" 212 "content_shell_apk"
(...skipping 17 matching lines...) Expand all
224 "[SLAVE_BUILD]/src/out/Release" 230 "[SLAVE_BUILD]/src/out/Release"
225 ], 231 ],
226 "name": "dartium_test" 232 "name": "dartium_test"
227 }, 233 },
228 { 234 {
229 "name": "$result", 235 "name": "$result",
230 "recipe_result": null, 236 "recipe_result": null,
231 "status_code": 0 237 "status_code": 0
232 } 238 }
233 ] 239 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698