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

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

Powered by Google App Engine
This is Rietveld 408576698