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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_arm.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]/Linux32_ARM", 7 "[BUILDER_CACHE]/Linux32_ARM",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "--gsutil-py-path", 207 "--gsutil-py-path",
208 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 208 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
209 "--ninja-path", 209 "--ninja-path",
210 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 210 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
211 "--target", 211 "--target",
212 "Release", 212 "Release",
213 "--src-dir", 213 "--src-dir",
214 "[BUILDER_CACHE]/Linux32_ARM/src", 214 "[BUILDER_CACHE]/Linux32_ARM/src",
215 "--goma-cache-dir", 215 "--goma-cache-dir",
216 "[GOMA_CACHE]", 216 "[GOMA_CACHE]",
217 "--buildbot-buildername",
218 "Linux32 ARM",
219 "--buildbot-mastername",
220 "client.webrtc",
221 "--buildbot-slavename",
222 "slavename",
223 "--goma-deps-cache-dir", 217 "--goma-deps-cache-dir",
224 "[GOMA_DEPS_CACHE]", 218 "[GOMA_DEPS_CACHE]",
225 "--compiler", 219 "--compiler",
226 "goma", 220 "goma",
227 "--goma-jsonstatus", 221 "--goma-jsonstatus",
228 "/path/to/tmp/json", 222 "/path/to/tmp/json",
229 "--goma-service-account-json-file", 223 "--goma-service-account-json-file",
230 "/creds/service_accounts/service-account-goma-client.json", 224 "/creds/service_accounts/service-account-goma-client.json",
231 "--goma-dir", 225 "--goma-dir",
232 "[CACHE]/cipd/goma", 226 "[CACHE]/cipd/goma",
233 "--" 227 "--"
234 ], 228 ],
235 "env": { 229 "env": {
236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 230 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
237 }, 231 },
238 "name": "compile", 232 "name": "compile",
239 "~followup_annotations": [ 233 "~followup_annotations": [
240 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 234 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
241 "@@@STEP_LOG_END@json.output (invalid)@@@" 235 "@@@STEP_LOG_END@json.output (invalid)@@@"
242 ] 236 ]
243 }, 237 },
244 { 238 {
245 "name": "$result", 239 "name": "$result",
246 "recipe_result": null, 240 "recipe_result": null,
247 "status_code": 0 241 "status_code": 0
248 } 242 }
249 ] 243 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698