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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/deapply_compile_failure_linux.json

Issue 666023004: Use src-side launcher for telemetry_unittests in chromium_trybot recipe (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase & add TODO Created 6 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_no_bot_update", 10 "linux_no_bot_update",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 120 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
121 "@@@STEP_LOG_LINE@json.output@ }@@@", 121 "@@@STEP_LOG_LINE@json.output@ }@@@",
122 "@@@STEP_LOG_LINE@json.output@]@@@", 122 "@@@STEP_LOG_LINE@json.output@]@@@",
123 "@@@STEP_LOG_END@json.output@@@" 123 "@@@STEP_LOG_END@json.output@@@"
124 ] 124 ]
125 }, 125 },
126 { 126 {
127 "cmd": [ 127 "cmd": [
128 "python", 128 "python",
129 "-u", 129 "-u",
130 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
131 "--output",
132 "/path/to/tmp/json",
133 "--",
134 "--build-config-fs",
135 "Release",
136 "--paths",
137 "{\"build\": \"[BUILD]\"}",
138 "--properties",
139 "{\"buildername\": \"linux_no_bot_update\", \"buildnumber\": 571, \"slaven ame\": \"TestSlavename\"}"
140 ],
141 "name": "get compile targets for scripts",
142 "~followup_annotations": [
143 "@@@STEP_LOG_LINE@json.output@{}@@@",
144 "@@@STEP_LOG_END@json.output@@@"
145 ]
146 },
147 {
148 "cmd": [
149 "python",
150 "-u",
130 "[DEPOT_TOOLS]/gclient.py", 151 "[DEPOT_TOOLS]/gclient.py",
131 "runhooks" 152 "runhooks"
132 ], 153 ],
133 "env": { 154 "env": {
134 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 155 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
135 }, 156 },
136 "name": "gclient runhooks (with patch)" 157 "name": "gclient runhooks (with patch)"
137 }, 158 },
138 { 159 {
139 "cmd": [ 160 "cmd": [
(...skipping 17 matching lines...) Expand all
157 "chrome", 178 "chrome",
158 "mojo_common_unittests" 179 "mojo_common_unittests"
159 ], 180 ],
160 "name": "compile (with patch)" 181 "name": "compile (with patch)"
161 }, 182 },
162 { 183 {
163 "cmd": [ 184 "cmd": [
164 "python", 185 "python",
165 "-u", 186 "-u",
166 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", 187 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py",
188 "--build-config-fs",
189 "Release",
190 "--paths",
191 "{\"build\": \"[BUILD]\"}",
192 "--properties",
193 "{\"buildername\": \"linux_no_bot_update\", \"buildnumber\": 571, \"slaven ame\": \"TestSlavename\"}",
167 "run", 194 "run",
168 "--output", 195 "--output",
169 "/path/to/tmp/json" 196 "/path/to/tmp/json"
170 ], 197 ],
171 "name": "checkdeps (with patch)", 198 "name": "checkdeps (with patch)",
172 "~followup_annotations": [ 199 "~followup_annotations": [
173 "@@@STEP_LOG_LINE@json.output@{@@@", 200 "@@@STEP_LOG_LINE@json.output@{@@@",
174 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 201 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
175 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 202 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
176 "@@@STEP_LOG_LINE@json.output@}@@@", 203 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 26 matching lines...) Expand all
203 "--json", 230 "--json",
204 "/path/to/tmp/json" 231 "/path/to/tmp/json"
205 ], 232 ],
206 "name": "checklicenses (with patch)", 233 "name": "checklicenses (with patch)",
207 "~followup_annotations": [ 234 "~followup_annotations": [
208 "@@@STEP_LOG_LINE@json.output@[]@@@", 235 "@@@STEP_LOG_LINE@json.output@[]@@@",
209 "@@@STEP_LOG_END@json.output@@@" 236 "@@@STEP_LOG_END@json.output@@@"
210 ] 237 ]
211 }, 238 },
212 { 239 {
240 "cmd": [
241 "python",
242 "-u",
243 "[SLAVE_BUILD]/src/testing/scripts/telemetry_unittests.py",
244 "--build-config-fs",
245 "Release",
246 "--paths",
247 "{\"build\": \"[BUILD]\"}",
248 "--properties",
249 "{\"buildername\": \"linux_no_bot_update\", \"buildnumber\": 571, \"slaven ame\": \"TestSlavename\"}",
250 "run",
251 "--output",
252 "/path/to/tmp/json"
253 ],
254 "name": "telemetry_unittests (with patch)",
255 "~followup_annotations": [
256 "@@@STEP_LOG_LINE@json.output@{@@@",
257 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
258 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
259 "@@@STEP_LOG_LINE@json.output@}@@@",
260 "@@@STEP_LOG_END@json.output@@@"
261 ]
262 },
263 {
213 "allow_subannotations": true, 264 "allow_subannotations": true,
214 "cmd": [
215 "python",
216 "-u",
217 "[BUILD]/scripts/slave/runtest.py",
218 "--target",
219 "Release",
220 "--xvfb",
221 "--factory-properties",
222 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_no_bot_u pdate\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver. chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromi um_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \ "revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS lavename\"}",
223 "--build-properties",
224 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_no_bot_u pdate\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver. chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromi um_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \ "revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS lavename\"}",
225 "--annotate=gtest",
226 "--test-type=telemetry_unittests",
227 "--builder-name=linux_no_bot_update",
228 "--slave-name=TestSlavename",
229 "--build-number=571",
230 "--run-python-script",
231 "[SLAVE_BUILD]/src/tools/telemetry/run_tests",
232 "--browser=release",
233 "--retry-limit=3",
234 "--write-full-results-to",
235 "/path/to/tmp/json"
236 ],
237 "name": "telemetry_unittests (with patch)"
238 },
239 {
240 "allow_subannotations": true,
241 "cmd": [ 265 "cmd": [
242 "python", 266 "python",
243 "-u", 267 "-u",
244 "[BUILD]/scripts/slave/runtest.py", 268 "[BUILD]/scripts/slave/runtest.py",
245 "--target", 269 "--target",
246 "Release", 270 "Release",
247 "--xvfb", 271 "--xvfb",
248 "--factory-properties", 272 "--factory-properties",
249 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_no_bot_u pdate\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver. chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromi um_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \ "revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS lavename\"}", 273 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_no_bot_u pdate\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver. chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromi um_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \ "revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS lavename\"}",
250 "--build-properties", 274 "--build-properties",
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 "@@@STEP_LOG_END@python.inline@@@", 531 "@@@STEP_LOG_END@python.inline@@@",
508 "@@@STEP_FAILURE@@@" 532 "@@@STEP_FAILURE@@@"
509 ] 533 ]
510 }, 534 },
511 { 535 {
512 "name": "$final_result", 536 "name": "$final_result",
513 "reason": "Step('compile (without patch)') failed with return_code 1", 537 "reason": "Step('compile (without patch)') failed with return_code 1",
514 "status_code": 1 538 "status_code": 1
515 } 539 }
516 ] 540 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698