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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_UBSanVptr_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]/UBSanVptr_Linux", 7 "[BUILDER_CACHE]/UBSanVptr_Linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 "--src-dir", 281 "--src-dir",
282 "[BUILDER_CACHE]/UBSanVptr_Linux/src", 282 "[BUILDER_CACHE]/UBSanVptr_Linux/src",
283 "--goma-cache-dir", 283 "--goma-cache-dir",
284 "[GOMA_CACHE]", 284 "[GOMA_CACHE]",
285 "--buildbot-buildername", 285 "--buildbot-buildername",
286 "UBSanVptr Linux", 286 "UBSanVptr Linux",
287 "--buildbot-mastername", 287 "--buildbot-mastername",
288 "chromium.fyi", 288 "chromium.fyi",
289 "--buildbot-slavename", 289 "--buildbot-slavename",
290 "TestSlavename", 290 "TestSlavename",
291 "--goma-deps-cache-dir", 291 "--goma-deps-cache-file",
292 "[GOMA_DEPS_CACHE]", 292 "UBSanVptr_Linux.gomadeps",
293 "--build-data-dir", 293 "--build-data-dir",
294 "[ROOT]/build_data_dir", 294 "[ROOT]/build_data_dir",
295 "--compiler", 295 "--compiler",
296 "goma", 296 "goma",
297 "--goma-jsonstatus", 297 "--goma-jsonstatus",
298 "/path/to/tmp/json", 298 "/path/to/tmp/json",
299 "--goma-service-account-json-file", 299 "--goma-service-account-json-file",
300 "/creds/service_accounts/service-account-goma-client.json", 300 "/creds/service_accounts/service-account-goma-client.json",
301 "--goma-dir", 301 "--goma-dir",
302 "[CACHE]/cipd/goma", 302 "[CACHE]/cipd/goma",
303 "--", 303 "--",
304 "All", 304 "All",
305 "chromium_builder_tests" 305 "chromium_builder_tests"
306 ], 306 ],
307 "env": { 307 "env": {
308 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 308 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
309 }, 309 },
310 "name": "compile", 310 "name": "compile",
311 "~followup_annotations": [ 311 "~followup_annotations": [
312 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 312 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
313 "@@@STEP_LOG_END@json.output (invalid)@@@" 313 "@@@STEP_LOG_END@json.output (invalid)@@@"
314 ] 314 ]
315 }, 315 },
316 { 316 {
317 "name": "$result", 317 "name": "$result",
318 "recipe_result": null, 318 "recipe_result": null,
319 "status_code": 0 319 "status_code": 0
320 } 320 }
321 ] 321 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698