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

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

Powered by Google App Engine
This is Rietveld 408576698