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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_clang__dbg_.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_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",
256 "--goma-deps-cache-dir", 262 "--goma-deps-cache-dir",
257 "[GOMA_DEPS_CACHE]", 263 "[GOMA_DEPS_CACHE]",
258 "--compiler", 264 "--compiler",
259 "goma-clang", 265 "goma-clang",
260 "--goma-jsonstatus", 266 "--goma-jsonstatus",
261 "/path/to/tmp/json", 267 "/path/to/tmp/json",
262 "--goma-service-account-json-file", 268 "--goma-service-account-json-file",
263 "/creds/service_accounts/service-account-goma-client.json", 269 "/creds/service_accounts/service-account-goma-client.json",
264 "--goma-dir", 270 "--goma-dir",
265 "[CACHE]/cipd/goma", 271 "[CACHE]/cipd/goma",
266 "--" 272 "--"
267 ], 273 ],
268 "env": { 274 "env": {
269 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 275 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
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" 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"
271 }, 277 },
272 "name": "compile", 278 "name": "compile",
273 "~followup_annotations": [ 279 "~followup_annotations": [
274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 280 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
275 "@@@STEP_LOG_END@json.output (invalid)@@@" 281 "@@@STEP_LOG_END@json.output (invalid)@@@"
276 ] 282 ]
277 }, 283 },
278 { 284 {
279 "name": "$result", 285 "name": "$result",
280 "recipe_result": null, 286 "recipe_result": null,
281 "status_code": 0 287 "status_code": 0
282 } 288 }
283 ] 289 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698