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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x64_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]/android_compile_x64_dbg", 7 "[BUILDER_CACHE]/android_compile_x64_dbg",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "--gsutil-py-path", 229 "--gsutil-py-path",
230 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 230 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
231 "--ninja-path", 231 "--ninja-path",
232 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 232 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
233 "--target", 233 "--target",
234 "Debug", 234 "Debug",
235 "--src-dir", 235 "--src-dir",
236 "[BUILDER_CACHE]/android_compile_x64_dbg/src", 236 "[BUILDER_CACHE]/android_compile_x64_dbg/src",
237 "--goma-cache-dir", 237 "--goma-cache-dir",
238 "[GOMA_CACHE]", 238 "[GOMA_CACHE]",
239 "--buildbot-buildername",
240 "android_compile_x64_dbg",
241 "--buildbot-mastername",
242 "tryserver.webrtc",
243 "--buildbot-slavename",
244 "slavename",
239 "--goma-deps-cache-dir", 245 "--goma-deps-cache-dir",
240 "[GOMA_DEPS_CACHE]", 246 "[GOMA_DEPS_CACHE]",
241 "--compiler", 247 "--compiler",
242 "goma", 248 "goma",
243 "--goma-jsonstatus", 249 "--goma-jsonstatus",
244 "/path/to/tmp/json", 250 "/path/to/tmp/json",
245 "--goma-service-account-json-file", 251 "--goma-service-account-json-file",
246 "/creds/service_accounts/service-account-goma-client.json", 252 "/creds/service_accounts/service-account-goma-client.json",
247 "--goma-dir", 253 "--goma-dir",
248 "[CACHE]/cipd/goma", 254 "[CACHE]/cipd/goma",
(...skipping 10 matching lines...) Expand all
259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 265 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
260 "@@@STEP_LOG_END@json.output (invalid)@@@" 266 "@@@STEP_LOG_END@json.output (invalid)@@@"
261 ] 267 ]
262 }, 268 },
263 { 269 {
264 "name": "$result", 270 "name": "$result",
265 "recipe_result": null, 271 "recipe_result": null,
266 "status_code": 0 272 "status_code": 0
267 } 273 }
268 ] 274 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698