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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder__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]/Android64_Builder__dbg_", 7 "[BUILDER_CACHE]/Android64_Builder__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]/Android64_Builder__dbg_/src", 230 "[BUILDER_CACHE]/Android64_Builder__dbg_/src",
231 "--goma-cache-dir", 231 "--goma-cache-dir",
232 "[GOMA_CACHE]", 232 "[GOMA_CACHE]",
233 "--buildbot-buildername",
234 "Android64 Builder (dbg)",
235 "--buildbot-mastername",
236 "client.webrtc",
237 "--buildbot-slavename",
238 "slavename",
239 "--goma-deps-cache-dir", 233 "--goma-deps-cache-dir",
240 "[GOMA_DEPS_CACHE]", 234 "[GOMA_DEPS_CACHE]",
241 "--compiler", 235 "--compiler",
242 "goma", 236 "goma",
243 "--goma-jsonstatus", 237 "--goma-jsonstatus",
244 "/path/to/tmp/json", 238 "/path/to/tmp/json",
245 "--goma-service-account-json-file", 239 "--goma-service-account-json-file",
246 "/creds/service_accounts/service-account-goma-client.json", 240 "/creds/service_accounts/service-account-goma-client.json",
247 "--goma-dir", 241 "--goma-dir",
248 "[CACHE]/cipd/goma", 242 "[CACHE]/cipd/goma",
249 "--" 243 "--"
250 ], 244 ],
251 "env": { 245 "env": {
252 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
253 "PATH": "[BUILDER_CACHE]/Android64_Builder__dbg_/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/Android64_Builder__dbg_/src/build/androi d:%(PATH)s" 247 "PATH": "[BUILDER_CACHE]/Android64_Builder__dbg_/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/Android64_Builder__dbg_/src/build/androi d:%(PATH)s"
254 }, 248 },
255 "name": "compile", 249 "name": "compile",
256 "~followup_annotations": [ 250 "~followup_annotations": [
257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 251 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
258 "@@@STEP_LOG_END@json.output (invalid)@@@" 252 "@@@STEP_LOG_END@json.output (invalid)@@@"
259 ] 253 ]
260 }, 254 },
261 { 255 {
262 "name": "$result", 256 "name": "$result",
263 "recipe_result": null, 257 "recipe_result": null,
264 "status_code": 0 258 "status_code": 0
265 } 259 }
266 ] 260 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698