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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_clang_dbg.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]\\win_clang_dbg", 7 "[BUILDER_CACHE]\\win_clang_dbg",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "--gsutil-py-path", 234 "--gsutil-py-path",
235 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 235 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
236 "--ninja-path", 236 "--ninja-path",
237 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 237 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
238 "--target", 238 "--target",
239 "Debug", 239 "Debug",
240 "--src-dir", 240 "--src-dir",
241 "[BUILDER_CACHE]\\win_clang_dbg\\src", 241 "[BUILDER_CACHE]\\win_clang_dbg\\src",
242 "--goma-cache-dir", 242 "--goma-cache-dir",
243 "[GOMA_CACHE]", 243 "[GOMA_CACHE]",
244 "--buildbot-buildername",
245 "win_clang_dbg",
246 "--buildbot-mastername",
247 "tryserver.webrtc",
248 "--buildbot-slavename",
249 "slavename",
250 "--goma-deps-cache-dir", 244 "--goma-deps-cache-dir",
251 "[GOMA_DEPS_CACHE]", 245 "[GOMA_DEPS_CACHE]",
252 "--compiler", 246 "--compiler",
253 "goma-clang", 247 "goma-clang",
254 "--goma-jsonstatus", 248 "--goma-jsonstatus",
255 "/path/to/tmp/json", 249 "/path/to/tmp/json",
256 "--goma-service-account-json-file", 250 "--goma-service-account-json-file",
257 "C:\\creds\\service_accounts\\service-account-goma-client.json", 251 "C:\\creds\\service_accounts\\service-account-goma-client.json",
258 "--goma-dir", 252 "--goma-dir",
259 "[CACHE]\\cipd\\goma", 253 "[CACHE]\\cipd\\goma",
260 "--goma-fail-fast", 254 "--goma-fail-fast",
261 "--goma-disable-local-fallback", 255 "--goma-disable-local-fallback",
262 "--" 256 "--"
263 ], 257 ],
264 "env": { 258 "env": {
265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 259 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
266 }, 260 },
267 "name": "compile", 261 "name": "compile",
268 "~followup_annotations": [ 262 "~followup_annotations": [
269 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 263 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
270 "@@@STEP_LOG_END@json.output (invalid)@@@" 264 "@@@STEP_LOG_END@json.output (invalid)@@@"
271 ] 265 ]
272 }, 266 },
273 { 267 {
274 "name": "$result", 268 "name": "$result",
275 "recipe_result": null, 269 "recipe_result": null,
276 "status_code": 0 270 "status_code": 0
277 } 271 }
278 ] 272 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698