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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_mips_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_mips_dbg", 7 "[BUILDER_CACHE]/android_compile_mips_dbg",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "--gsutil-py-path", 252 "--gsutil-py-path",
253 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 253 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
254 "--ninja-path", 254 "--ninja-path",
255 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 255 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
256 "--target", 256 "--target",
257 "Debug", 257 "Debug",
258 "--src-dir", 258 "--src-dir",
259 "[BUILDER_CACHE]/android_compile_mips_dbg/src", 259 "[BUILDER_CACHE]/android_compile_mips_dbg/src",
260 "--goma-cache-dir", 260 "--goma-cache-dir",
261 "[GOMA_CACHE]", 261 "[GOMA_CACHE]",
262 "--buildbot-buildername",
263 "android_compile_mips_dbg",
264 "--buildbot-mastername",
265 "tryserver.webrtc",
266 "--buildbot-slavename",
267 "slavename",
262 "--goma-deps-cache-dir", 268 "--goma-deps-cache-dir",
263 "[GOMA_DEPS_CACHE]", 269 "[GOMA_DEPS_CACHE]",
264 "--compiler", 270 "--compiler",
265 "goma-clang", 271 "goma-clang",
266 "--goma-jsonstatus", 272 "--goma-jsonstatus",
267 "/path/to/tmp/json", 273 "/path/to/tmp/json",
268 "--goma-service-account-json-file", 274 "--goma-service-account-json-file",
269 "/creds/service_accounts/service-account-goma-client.json", 275 "/creds/service_accounts/service-account-goma-client.json",
270 "--goma-dir", 276 "--goma-dir",
271 "[CACHE]/cipd/goma", 277 "[CACHE]/cipd/goma",
(...skipping 10 matching lines...) Expand all
282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
283 "@@@STEP_LOG_END@json.output (invalid)@@@" 289 "@@@STEP_LOG_END@json.output (invalid)@@@"
284 ] 290 ]
285 }, 291 },
286 { 292 {
287 "name": "$result", 293 "name": "$result",
288 "recipe_result": null, 294 "recipe_result": null,
289 "status_code": 0 295 "status_code": 0
290 } 296 }
291 ] 297 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698