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

Side by Side Diff: scripts/slave/recipes/infra/recipe_roll_tryjob.expected/basic.json

Issue 1812123002: Make the recipe roller tryjob accept tryjobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Whoops forgot files, and expectations. Created 4 years, 9 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 "authutil", 4 "authutil",
5 "token" 5 "token"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]", 7 "cwd": "[SLAVE_BUILD]",
8 "name": "Get auth token", 8 "name": "Get auth token",
9 "stdout": "/path/to/tmp/" 9 "stdout": "/path/to/tmp/"
10 }, 10 },
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "/path/to/tmp/json", 90 "/path/to/tmp/json",
91 "--revision", 91 "--revision",
92 "recipe_engine@HEAD", 92 "recipe_engine@HEAD",
93 "--force", 93 "--force",
94 "--output_manifest" 94 "--output_manifest"
95 ], 95 ],
96 "cwd": "[SLAVE_BUILD]/recipe_engine", 96 "cwd": "[SLAVE_BUILD]/recipe_engine",
97 "env": { 97 "env": {
98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
99 }, 99 },
100 "name": "bot_update", 100 "name": "bot_update (without patch)",
101 "~followup_annotations": [ 101 "~followup_annotations": [
102 "@@@STEP_TEXT@Some step text@@@", 102 "@@@STEP_TEXT@Some step text@@@",
103 "@@@STEP_LOG_LINE@json.output@{@@@", 103 "@@@STEP_LOG_LINE@json.output@{@@@",
104 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 104 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
105 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 105 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
106 "@@@STEP_LOG_LINE@json.output@ \"recipe_engine\": \"HEAD\"@@@", 106 "@@@STEP_LOG_LINE@json.output@ \"recipe_engine\": \"HEAD\"@@@",
107 "@@@STEP_LOG_LINE@json.output@ }, @@@", 107 "@@@STEP_LOG_LINE@json.output@ }, @@@",
108 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", 108 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
109 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 109 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
110 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"recipe_engine\", @@@", 110 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"recipe_engine\", @@@",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "/path/to/tmp/json", 155 "/path/to/tmp/json",
156 "--revision", 156 "--revision",
157 "build@HEAD", 157 "build@HEAD",
158 "--force", 158 "--force",
159 "--output_manifest" 159 "--output_manifest"
160 ], 160 ],
161 "cwd": "[SLAVE_BUILD]/build", 161 "cwd": "[SLAVE_BUILD]/build",
162 "env": { 162 "env": {
163 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 163 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
164 }, 164 },
165 "name": "bot_update (2)", 165 "name": "bot_update (without patch) (2)",
166 "~followup_annotations": [ 166 "~followup_annotations": [
167 "@@@STEP_TEXT@Some step text@@@", 167 "@@@STEP_TEXT@Some step text@@@",
168 "@@@STEP_LOG_LINE@json.output@{@@@", 168 "@@@STEP_LOG_LINE@json.output@{@@@",
169 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 169 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
170 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 170 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
171 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", 171 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@",
172 "@@@STEP_LOG_LINE@json.output@ }, @@@", 172 "@@@STEP_LOG_LINE@json.output@ }, @@@",
173 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", 173 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
174 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 174 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
175 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"build\", @@@", 175 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"build\", @@@",
(...skipping 27 matching lines...) Expand all
203 ], 203 ],
204 "cwd": "[SLAVE_BUILD]", 204 "cwd": "[SLAVE_BUILD]",
205 "name": "build tests" 205 "name": "build tests"
206 }, 206 },
207 { 207 {
208 "name": "$result", 208 "name": "$result",
209 "recipe_result": null, 209 "recipe_result": null,
210 "status_code": 0 210 "status_code": 0
211 } 211 }
212 ] 212 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/recipe_roll_tryjob.py ('k') | scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698