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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_Linux.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]/Print_Preview_Linux", 7 "[BUILDER_CACHE]/Print_Preview_Linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "--src-dir", 258 "--src-dir",
259 "[BUILDER_CACHE]/Print_Preview_Linux/src", 259 "[BUILDER_CACHE]/Print_Preview_Linux/src",
260 "--goma-cache-dir", 260 "--goma-cache-dir",
261 "[GOMA_CACHE]", 261 "[GOMA_CACHE]",
262 "--buildbot-buildername", 262 "--buildbot-buildername",
263 "Print Preview Linux", 263 "Print Preview Linux",
264 "--buildbot-mastername", 264 "--buildbot-mastername",
265 "chromium.fyi", 265 "chromium.fyi",
266 "--buildbot-slavename", 266 "--buildbot-slavename",
267 "TestSlavename", 267 "TestSlavename",
268 "--goma-deps-cache-dir", 268 "--goma-deps-cache-file",
269 "[GOMA_DEPS_CACHE]", 269 "Print_Preview_Linux.gomadeps",
270 "--build-data-dir", 270 "--build-data-dir",
271 "[ROOT]/build_data_dir", 271 "[ROOT]/build_data_dir",
272 "--compiler", 272 "--compiler",
273 "goma", 273 "goma",
274 "--goma-jsonstatus", 274 "--goma-jsonstatus",
275 "/path/to/tmp/json", 275 "/path/to/tmp/json",
276 "--goma-service-account-json-file", 276 "--goma-service-account-json-file",
277 "/creds/service_accounts/service-account-goma-client.json", 277 "/creds/service_accounts/service-account-goma-client.json",
278 "--goma-dir", 278 "--goma-dir",
279 "[CACHE]/cipd/goma", 279 "[CACHE]/cipd/goma",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
320 }, 320 },
321 "name": "print_preview_tests" 321 "name": "print_preview_tests"
322 }, 322 },
323 { 323 {
324 "name": "$result", 324 "name": "$result",
325 "recipe_result": null, 325 "recipe_result": null,
326 "status_code": 0 326 "status_code": 0
327 } 327 }
328 ] 328 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698