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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_arm.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]/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",
223 "--goma-deps-cache-dir", 229 "--goma-deps-cache-dir",
224 "[GOMA_DEPS_CACHE]", 230 "[GOMA_DEPS_CACHE]",
225 "--compiler", 231 "--compiler",
226 "goma", 232 "goma",
227 "--goma-jsonstatus", 233 "--goma-jsonstatus",
228 "/path/to/tmp/json", 234 "/path/to/tmp/json",
229 "--goma-service-account-json-file", 235 "--goma-service-account-json-file",
230 "/creds/service_accounts/service-account-goma-client.json", 236 "/creds/service_accounts/service-account-goma-client.json",
231 "--goma-dir", 237 "--goma-dir",
232 "[CACHE]/cipd/goma", 238 "[CACHE]/cipd/goma",
233 "--goma-fail-fast", 239 "--goma-fail-fast",
234 "--goma-disable-local-fallback", 240 "--goma-disable-local-fallback",
235 "--" 241 "--"
236 ], 242 ],
237 "env": { 243 "env": {
238 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
239 }, 245 },
240 "name": "compile", 246 "name": "compile",
241 "~followup_annotations": [ 247 "~followup_annotations": [
242 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 248 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
243 "@@@STEP_LOG_END@json.output (invalid)@@@" 249 "@@@STEP_LOG_END@json.output (invalid)@@@"
244 ] 250 ]
245 }, 251 },
246 { 252 {
247 "name": "$result", 253 "name": "$result",
248 "recipe_result": null, 254 "recipe_result": null,
249 "status_code": 0 255 "status_code": 0
250 } 256 }
251 ] 257 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698