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

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

Issue 2435803007: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: 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]/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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 ], 571 ],
572 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", 572 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
573 "name": "webkit_tests (retry summary)", 573 "name": "webkit_tests (retry summary)",
574 "~followup_annotations": [ 574 "~followup_annotations": [
575 "step returned non-zero exit code: 1", 575 "step returned non-zero exit code: 1",
576 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/ totally-maybe-not-awesome.html<br/>@@@", 576 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/ totally-maybe-not-awesome.html<br/>@@@",
577 "@@@STEP_FAILURE@@@" 577 "@@@STEP_FAILURE@@@"
578 ] 578 ]
579 }, 579 },
580 { 580 {
581 "cmd": [
582 "python",
583 "-u",
584 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_ret ry_summary.py",
585 "--retry-summary-json",
586 "{\"failures\": [\"bad/totally-bad-probably.html\", \"tricky/totally-maybe -not-awesome.html\"], \"ignored\": []}",
587 "--build-number",
588 "571",
589 "--builder-name",
590 "V8-Blink Linux 64",
591 "--gs-bucket",
592 "gs://chromium-layout-test-archives"
593 ],
594 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
595 "name": "archive_retry_summary"
596 },
597 {
581 "name": "$result", 598 "name": "$result",
582 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1", 599 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1",
583 "recipe_result": null, 600 "recipe_result": null,
584 "status_code": 1 601 "status_code": 1
585 } 602 }
586 ] 603 ]
OLDNEW
« no previous file with comments | « infra/config/recipes.cfg ('k') | infra/recipes/blink_downstream.expected/too_many_failures_for_retcode.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698