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

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

Powered by Google App Engine
This is Rietveld 408576698