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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_ubsan_vptr.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]/Linux_UBSan_vptr", 7 "[BUILDER_CACHE]/Linux_UBSan_vptr",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "--gsutil-py-path", 228 "--gsutil-py-path",
229 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 229 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
230 "--ninja-path", 230 "--ninja-path",
231 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 231 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
232 "--target", 232 "--target",
233 "Release", 233 "Release",
234 "--src-dir", 234 "--src-dir",
235 "[BUILDER_CACHE]/Linux_UBSan_vptr/src", 235 "[BUILDER_CACHE]/Linux_UBSan_vptr/src",
236 "--goma-cache-dir", 236 "--goma-cache-dir",
237 "[GOMA_CACHE]", 237 "[GOMA_CACHE]",
238 "--buildbot-buildername",
239 "Linux UBSan vptr",
240 "--buildbot-mastername",
241 "client.webrtc",
242 "--buildbot-slavename",
243 "slavename",
244 "--goma-deps-cache-dir", 238 "--goma-deps-cache-dir",
245 "[GOMA_DEPS_CACHE]", 239 "[GOMA_DEPS_CACHE]",
246 "--compiler", 240 "--compiler",
247 "goma-clang", 241 "goma-clang",
248 "--goma-jsonstatus", 242 "--goma-jsonstatus",
249 "/path/to/tmp/json", 243 "/path/to/tmp/json",
250 "--goma-service-account-json-file", 244 "--goma-service-account-json-file",
251 "/creds/service_accounts/service-account-goma-client.json", 245 "/creds/service_accounts/service-account-goma-client.json",
252 "--goma-dir", 246 "--goma-dir",
253 "[CACHE]/cipd/goma", 247 "[CACHE]/cipd/goma",
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 ], 673 ],
680 "cwd": "[BUILDER_CACHE]/Linux_UBSan_vptr", 674 "cwd": "[BUILDER_CACHE]/Linux_UBSan_vptr",
681 "name": "webrtc_nonparallel_tests" 675 "name": "webrtc_nonparallel_tests"
682 }, 676 },
683 { 677 {
684 "name": "$result", 678 "name": "$result",
685 "recipe_result": null, 679 "recipe_result": null,
686 "status_code": 0 680 "status_code": 0
687 } 681 }
688 ] 682 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698