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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_clang_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]/android_clang_dbg", 7 "[BUILDER_CACHE]/android_clang_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_clang_dbg/src", 259 "[BUILDER_CACHE]/android_clang_dbg/src",
260 "--goma-cache-dir", 260 "--goma-cache-dir",
261 "[GOMA_CACHE]", 261 "[GOMA_CACHE]",
262 "--buildbot-buildername",
263 "android_clang_dbg",
264 "--buildbot-mastername",
265 "tryserver.webrtc",
266 "--buildbot-slavename",
267 "slavename",
268 "--goma-deps-cache-dir", 262 "--goma-deps-cache-dir",
269 "[GOMA_DEPS_CACHE]", 263 "[GOMA_DEPS_CACHE]",
270 "--compiler", 264 "--compiler",
271 "goma-clang", 265 "goma-clang",
272 "--goma-jsonstatus", 266 "--goma-jsonstatus",
273 "/path/to/tmp/json", 267 "/path/to/tmp/json",
274 "--goma-service-account-json-file", 268 "--goma-service-account-json-file",
275 "/creds/service_accounts/service-account-goma-client.json", 269 "/creds/service_accounts/service-account-goma-client.json",
276 "--goma-dir", 270 "--goma-dir",
277 "[CACHE]/cipd/goma", 271 "[CACHE]/cipd/goma",
(...skipping 10 matching lines...) Expand all
288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
289 "@@@STEP_LOG_END@json.output (invalid)@@@" 283 "@@@STEP_LOG_END@json.output (invalid)@@@"
290 ] 284 ]
291 }, 285 },
292 { 286 {
293 "name": "$result", 287 "name": "$result",
294 "recipe_result": null, 288 "recipe_result": null,
295 "status_code": 0 289 "status_code": 0
296 } 290 }
297 ] 291 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698