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

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

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

Powered by Google App Engine
This is Rietveld 408576698