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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder.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 sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Android32_Builder", 7 "[BUILDER_CACHE]/Android32_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "--gsutil-py-path", 223 "--gsutil-py-path",
224 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 224 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
225 "--ninja-path", 225 "--ninja-path",
226 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 226 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
227 "--target", 227 "--target",
228 "Release", 228 "Release",
229 "--src-dir", 229 "--src-dir",
230 "[BUILDER_CACHE]/Android32_Builder/src", 230 "[BUILDER_CACHE]/Android32_Builder/src",
231 "--goma-cache-dir", 231 "--goma-cache-dir",
232 "[GOMA_CACHE]", 232 "[GOMA_CACHE]",
233 "--buildbot-buildername",
234 "Android32 Builder",
235 "--buildbot-mastername",
236 "client.webrtc",
237 "--buildbot-slavename",
238 "slavename",
233 "--goma-deps-cache-dir", 239 "--goma-deps-cache-dir",
234 "[GOMA_DEPS_CACHE]", 240 "[GOMA_DEPS_CACHE]",
235 "--compiler", 241 "--compiler",
236 "goma", 242 "goma",
237 "--goma-jsonstatus", 243 "--goma-jsonstatus",
238 "/path/to/tmp/json", 244 "/path/to/tmp/json",
239 "--goma-service-account-json-file", 245 "--goma-service-account-json-file",
240 "/creds/service_accounts/service-account-goma-client.json", 246 "/creds/service_accounts/service-account-goma-client.json",
241 "--goma-dir", 247 "--goma-dir",
242 "[CACHE]/cipd/goma", 248 "[CACHE]/cipd/goma",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "~followup_annotations": [ 310 "~followup_annotations": [
305 "@@@STEP_TEXT@Android32 Tests (L Nexus5)<br />Android32 Tests (L Nexus7.2) @@@" 311 "@@@STEP_TEXT@Android32 Tests (L Nexus5)<br />Android32 Tests (L Nexus7.2) @@@"
306 ] 312 ]
307 }, 313 },
308 { 314 {
309 "name": "$result", 315 "name": "$result",
310 "recipe_result": null, 316 "recipe_result": null,
311 "status_code": 0 317 "status_code": 0
312 } 318 }
313 ] 319 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698