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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_clang_rel.json

Issue 2388683002: Re-enable DepsCache using GOMA_DEPS_CACHE_FILE (Closed)
Patch Set: Rebased Created 4 years, 2 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_rel", 7 "[BUILDER_CACHE]\\win_clang_rel",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "--src-dir", 233 "--src-dir",
234 "[BUILDER_CACHE]\\win_clang_rel\\src", 234 "[BUILDER_CACHE]\\win_clang_rel\\src",
235 "--goma-cache-dir", 235 "--goma-cache-dir",
236 "[GOMA_CACHE]", 236 "[GOMA_CACHE]",
237 "--buildbot-buildername", 237 "--buildbot-buildername",
238 "win_clang_rel", 238 "win_clang_rel",
239 "--buildbot-mastername", 239 "--buildbot-mastername",
240 "tryserver.webrtc", 240 "tryserver.webrtc",
241 "--buildbot-slavename", 241 "--buildbot-slavename",
242 "slavename", 242 "slavename",
243 "--goma-deps-cache-dir", 243 "--goma-deps-cache-file",
244 "[GOMA_DEPS_CACHE]", 244 "win_clang_rel.gomadeps",
245 "--compiler", 245 "--compiler",
246 "goma-clang", 246 "goma-clang",
247 "--goma-jsonstatus", 247 "--goma-jsonstatus",
248 "/path/to/tmp/json", 248 "/path/to/tmp/json",
249 "--goma-service-account-json-file", 249 "--goma-service-account-json-file",
250 "C:\\creds\\service_accounts\\service-account-goma-client.json", 250 "C:\\creds\\service_accounts\\service-account-goma-client.json",
251 "--goma-dir", 251 "--goma-dir",
252 "[CACHE]\\cipd\\goma", 252 "[CACHE]\\cipd\\goma",
253 "--goma-fail-fast", 253 "--goma-fail-fast",
254 "--goma-disable-local-fallback", 254 "--goma-disable-local-fallback",
255 "--" 255 "--"
256 ], 256 ],
257 "env": { 257 "env": {
258 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 258 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
259 }, 259 },
260 "name": "compile", 260 "name": "compile",
261 "~followup_annotations": [ 261 "~followup_annotations": [
262 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 262 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
263 "@@@STEP_LOG_END@json.output (invalid)@@@" 263 "@@@STEP_LOG_END@json.output (invalid)@@@"
264 ] 264 ]
265 }, 265 },
266 { 266 {
267 "name": "$result", 267 "name": "$result",
268 "recipe_result": null, 268 "recipe_result": null,
269 "status_code": 0 269 "status_code": 0
270 } 270 }
271 ] 271 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698