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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gyp__dbg_.json

Issue 2306523002: 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_GYP__dbg_", 7 "[BUILDER_CACHE]/Android32_GYP__dbg_",
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 "Debug", 228 "Debug",
229 "--src-dir", 229 "--src-dir",
230 "[BUILDER_CACHE]/Android32_GYP__dbg_/src", 230 "[BUILDER_CACHE]/Android32_GYP__dbg_/src",
231 "--goma-cache-dir", 231 "--goma-cache-dir",
232 "[GOMA_CACHE]", 232 "[GOMA_CACHE]",
233 "--buildbot-buildername",
234 "Android32 GYP (dbg)",
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",
243 "--" 249 "--"
244 ], 250 ],
245 "env": { 251 "env": {
246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 252 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
247 "PATH": "[BUILDER_CACHE]/Android32_GYP__dbg_/src/third_party/android_tools /sdk/platform-tools:[BUILDER_CACHE]/Android32_GYP__dbg_/src/build/android:%(PATH )s" 253 "PATH": "[BUILDER_CACHE]/Android32_GYP__dbg_/src/third_party/android_tools /sdk/platform-tools:[BUILDER_CACHE]/Android32_GYP__dbg_/src/build/android:%(PATH )s"
248 }, 254 },
249 "name": "compile", 255 "name": "compile",
250 "~followup_annotations": [ 256 "~followup_annotations": [
251 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
252 "@@@STEP_LOG_END@json.output (invalid)@@@" 258 "@@@STEP_LOG_END@json.output (invalid)@@@"
253 ] 259 ]
254 }, 260 },
255 { 261 {
256 "name": "$result", 262 "name": "$result",
257 "recipe_result": null, 263 "recipe_result": null,
258 "status_code": 0 264 "status_code": 0
259 } 265 }
260 ] 266 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698