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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_clang__dbg_.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 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_Clang__dbg_", 7 "[BUILDER_CACHE]/Android32_Clang__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "--gsutil-py-path", 246 "--gsutil-py-path",
247 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 247 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
248 "--ninja-path", 248 "--ninja-path",
249 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 249 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
250 "--target", 250 "--target",
251 "Debug", 251 "Debug",
252 "--src-dir", 252 "--src-dir",
253 "[BUILDER_CACHE]/Android32_Clang__dbg_/src", 253 "[BUILDER_CACHE]/Android32_Clang__dbg_/src",
254 "--goma-cache-dir", 254 "--goma-cache-dir",
255 "[GOMA_CACHE]", 255 "[GOMA_CACHE]",
256 "--buildbot-buildername",
257 "Android32 Clang (dbg)",
258 "--buildbot-mastername",
259 "client.webrtc",
260 "--buildbot-slavename",
261 "slavename",
262 "--goma-deps-cache-dir", 256 "--goma-deps-cache-dir",
263 "[GOMA_DEPS_CACHE]", 257 "[GOMA_DEPS_CACHE]",
264 "--compiler", 258 "--compiler",
265 "goma-clang", 259 "goma-clang",
266 "--goma-jsonstatus", 260 "--goma-jsonstatus",
267 "/path/to/tmp/json", 261 "/path/to/tmp/json",
268 "--goma-service-account-json-file", 262 "--goma-service-account-json-file",
269 "/creds/service_accounts/service-account-goma-client.json", 263 "/creds/service_accounts/service-account-goma-client.json",
270 "--goma-dir", 264 "--goma-dir",
271 "[CACHE]/cipd/goma", 265 "[CACHE]/cipd/goma",
272 "--" 266 "--"
273 ], 267 ],
274 "env": { 268 "env": {
275 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 269 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
276 "PATH": "[BUILDER_CACHE]/Android32_Clang__dbg_/src/third_party/android_too ls/sdk/platform-tools:[BUILDER_CACHE]/Android32_Clang__dbg_/src/build/android:%( PATH)s" 270 "PATH": "[BUILDER_CACHE]/Android32_Clang__dbg_/src/third_party/android_too ls/sdk/platform-tools:[BUILDER_CACHE]/Android32_Clang__dbg_/src/build/android:%( PATH)s"
277 }, 271 },
278 "name": "compile", 272 "name": "compile",
279 "~followup_annotations": [ 273 "~followup_annotations": [
280 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
281 "@@@STEP_LOG_END@json.output (invalid)@@@" 275 "@@@STEP_LOG_END@json.output (invalid)@@@"
282 ] 276 ]
283 }, 277 },
284 { 278 {
285 "name": "$result", 279 "name": "$result",
286 "recipe_result": null, 280 "recipe_result": null,
287 "status_code": 0 281 "status_code": 0
288 } 282 }
289 ] 283 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698