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

Side by Side Diff: infra/recipes/blink_downstream.expected/too_many_failures_for_retcode.json

Issue 2307723002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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]/V8_Blink_Linux_64", 7 "[BUILDER_CACHE]/V8_Blink_Linux_64",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "--gsutil-py-path", 240 "--gsutil-py-path",
241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
242 "--ninja-path", 242 "--ninja-path",
243 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 243 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
244 "--target", 244 "--target",
245 "Release", 245 "Release",
246 "--src-dir", 246 "--src-dir",
247 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", 247 "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
248 "--goma-cache-dir", 248 "--goma-cache-dir",
249 "[GOMA_CACHE]", 249 "[GOMA_CACHE]",
250 "--buildbot-buildername",
251 "V8-Blink Linux 64",
252 "--buildbot-mastername",
253 "client.v8.fyi",
254 "--buildbot-slavename",
255 "TestSlavename",
250 "--goma-deps-cache-dir", 256 "--goma-deps-cache-dir",
251 "[GOMA_DEPS_CACHE]", 257 "[GOMA_DEPS_CACHE]",
252 "--compiler", 258 "--compiler",
253 "goma", 259 "goma",
254 "--goma-jsonstatus", 260 "--goma-jsonstatus",
255 "/path/to/tmp/json", 261 "/path/to/tmp/json",
256 "--goma-service-account-json-file", 262 "--goma-service-account-json-file",
257 "/creds/service_accounts/service-account-goma-client.json", 263 "/creds/service_accounts/service-account-goma-client.json",
258 "--goma-dir", 264 "--goma-dir",
259 "[CACHE]/cipd/goma", 265 "[CACHE]/cipd/goma",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 "--gsutil-py-path", 493 "--gsutil-py-path",
488 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 494 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
489 "--ninja-path", 495 "--ninja-path",
490 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 496 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
491 "--target", 497 "--target",
492 "Release", 498 "Release",
493 "--src-dir", 499 "--src-dir",
494 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", 500 "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
495 "--goma-cache-dir", 501 "--goma-cache-dir",
496 "[GOMA_CACHE]", 502 "[GOMA_CACHE]",
503 "--buildbot-buildername",
504 "V8-Blink Linux 64",
505 "--buildbot-mastername",
506 "client.v8.fyi",
507 "--buildbot-slavename",
508 "TestSlavename",
497 "--goma-deps-cache-dir", 509 "--goma-deps-cache-dir",
498 "[GOMA_DEPS_CACHE]", 510 "[GOMA_DEPS_CACHE]",
499 "--compiler", 511 "--compiler",
500 "goma", 512 "goma",
501 "--goma-jsonstatus", 513 "--goma-jsonstatus",
502 "/path/to/tmp/json", 514 "/path/to/tmp/json",
503 "--goma-service-account-json-file", 515 "--goma-service-account-json-file",
504 "/creds/service_accounts/service-account-goma-client.json", 516 "/creds/service_accounts/service-account-goma-client.json",
505 "--goma-dir", 517 "--goma-dir",
506 "[CACHE]/cipd/goma", 518 "[CACHE]/cipd/goma",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 "@@@STEP_FAILURE@@@" 591 "@@@STEP_FAILURE@@@"
580 ] 592 ]
581 }, 593 },
582 { 594 {
583 "name": "$result", 595 "name": "$result",
584 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1", 596 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1",
585 "recipe_result": null, 597 "recipe_result": null,
586 "status_code": 1 598 "status_code": 1
587 } 599 }
588 ] 600 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698