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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux32_release.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]/Linux32_Release", 7 "[BUILDER_CACHE]/Linux32_Release",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "--gsutil-py-path", 182 "--gsutil-py-path",
183 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 183 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
184 "--ninja-path", 184 "--ninja-path",
185 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 185 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
186 "--target", 186 "--target",
187 "Release", 187 "Release",
188 "--src-dir", 188 "--src-dir",
189 "[BUILDER_CACHE]/Linux32_Release/src", 189 "[BUILDER_CACHE]/Linux32_Release/src",
190 "--goma-cache-dir", 190 "--goma-cache-dir",
191 "[GOMA_CACHE]", 191 "[GOMA_CACHE]",
192 "--buildbot-buildername",
193 "Linux32 Release",
194 "--buildbot-mastername",
195 "client.webrtc.fyi",
196 "--buildbot-slavename",
197 "slavename",
192 "--goma-deps-cache-dir", 198 "--goma-deps-cache-dir",
193 "[GOMA_DEPS_CACHE]", 199 "[GOMA_DEPS_CACHE]",
194 "--compiler", 200 "--compiler",
195 "goma", 201 "goma",
196 "--goma-jsonstatus", 202 "--goma-jsonstatus",
197 "/path/to/tmp/json", 203 "/path/to/tmp/json",
198 "--goma-service-account-json-file", 204 "--goma-service-account-json-file",
199 "/creds/service_accounts/service-account-goma-client.json", 205 "/creds/service_accounts/service-account-goma-client.json",
200 "--goma-dir", 206 "--goma-dir",
201 "[CACHE]/cipd/goma", 207 "[CACHE]/cipd/goma",
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 ], 633 ],
628 "cwd": "[BUILDER_CACHE]/Linux32_Release", 634 "cwd": "[BUILDER_CACHE]/Linux32_Release",
629 "name": "webrtc_nonparallel_tests" 635 "name": "webrtc_nonparallel_tests"
630 }, 636 },
631 { 637 {
632 "name": "$result", 638 "name": "$result",
633 "recipe_result": null, 639 "recipe_result": null,
634 "status_code": 0 640 "status_code": 0
635 } 641 }
636 ] 642 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698