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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.expected/trybot.json

Issue 2345203002: 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 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "1", 76 "1",
77 "--rietveld_server", 77 "--rietveld_server",
78 "https://codereview.chromium.org", 78 "https://codereview.chromium.org",
79 "--output_json", 79 "--output_json",
80 "/path/to/tmp/json", 80 "/path/to/tmp/json",
81 "--revision", 81 "--revision",
82 "src@HEAD", 82 "src@HEAD",
83 "--output_manifest" 83 "--output_manifest"
84 ], 84 ],
85 "env": { 85 "env": {
86 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 86 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
87 }, 87 },
88 "name": "bot_update", 88 "name": "bot_update",
89 "~followup_annotations": [ 89 "~followup_annotations": [
90 "@@@STEP_TEXT@Some step text@@@", 90 "@@@STEP_TEXT@Some step text@@@",
91 "@@@STEP_LOG_LINE@json.output@{@@@", 91 "@@@STEP_LOG_LINE@json.output@{@@@",
92 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 92 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
93 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 93 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
94 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 94 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
95 "@@@STEP_LOG_LINE@json.output@ }, @@@", 95 "@@@STEP_LOG_LINE@json.output@ }, @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 96 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 "url_unittests" 781 "url_unittests"
782 ], 782 ],
783 "name": "url_unittests" 783 "name": "url_unittests"
784 }, 784 },
785 { 785 {
786 "name": "$result", 786 "name": "$result",
787 "recipe_result": null, 787 "recipe_result": null,
788 "status_code": 0 788 "status_code": 0
789 } 789 }
790 ] 790 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ozone_ecs.expected/check_ecs_deps_fail.json ('k') | scripts/slave/recipes/pdfium.expected/android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698