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

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

Issue 675523002: Revert of 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: 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_chromium_rel", 10 "linux_chromium_rel",
(...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_chromium_rel\", \"buildnumber\": 571, \"slavena me\": \"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",
151 "[DEPOT_TOOLS]/gclient.py", 130 "[DEPOT_TOOLS]/gclient.py",
152 "runhooks" 131 "runhooks"
153 ], 132 ],
154 "env": { 133 "env": {
155 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 134 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
156 }, 135 },
157 "name": "gclient runhooks (with patch)" 136 "name": "gclient runhooks (with patch)"
158 }, 137 },
159 { 138 {
160 "cmd": [ 139 "cmd": [
(...skipping 17 matching lines...) Expand all
178 "chrome", 157 "chrome",
179 "mojo_common_unittests" 158 "mojo_common_unittests"
180 ], 159 ],
181 "name": "compile (with patch)" 160 "name": "compile (with patch)"
182 }, 161 },
183 { 162 {
184 "cmd": [ 163 "cmd": [
185 "python", 164 "python",
186 "-u", 165 "-u",
187 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", 166 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py",
188 "--build-config-fs",
189 "Release",
190 "--paths",
191 "{\"build\": \"[BUILD]\"}",
192 "--properties",
193 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena me\": \"TestSlavename\"}",
194 "run", 167 "run",
195 "--output", 168 "--output",
196 "/path/to/tmp/json" 169 "/path/to/tmp/json"
197 ], 170 ],
198 "name": "checkdeps (with patch)", 171 "name": "checkdeps (with patch)",
199 "~followup_annotations": [ 172 "~followup_annotations": [
200 "@@@STEP_LOG_LINE@json.output@{@@@", 173 "@@@STEP_LOG_LINE@json.output@{@@@",
201 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@", 174 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@",
202 "@@@STEP_LOG_LINE@json.output@ \"foo: bar\"@@@", 175 "@@@STEP_LOG_LINE@json.output@ \"foo: bar\"@@@",
203 "@@@STEP_LOG_LINE@json.output@ ], @@@", 176 "@@@STEP_LOG_LINE@json.output@ ], @@@",
(...skipping 28 matching lines...) Expand all
232 "--json", 205 "--json",
233 "/path/to/tmp/json" 206 "/path/to/tmp/json"
234 ], 207 ],
235 "name": "checklicenses (with patch)", 208 "name": "checklicenses (with patch)",
236 "~followup_annotations": [ 209 "~followup_annotations": [
237 "@@@STEP_LOG_LINE@json.output@[]@@@", 210 "@@@STEP_LOG_LINE@json.output@[]@@@",
238 "@@@STEP_LOG_END@json.output@@@" 211 "@@@STEP_LOG_END@json.output@@@"
239 ] 212 ]
240 }, 213 },
241 { 214 {
242 "cmd": [
243 "python",
244 "-u",
245 "[SLAVE_BUILD]/src/testing/scripts/telemetry_unittests.py",
246 "--build-config-fs",
247 "Release",
248 "--paths",
249 "{\"build\": \"[BUILD]\"}",
250 "--properties",
251 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena me\": \"TestSlavename\"}",
252 "run",
253 "--output",
254 "/path/to/tmp/json"
255 ],
256 "name": "telemetry_unittests (with patch)",
257 "~followup_annotations": [
258 "@@@STEP_LOG_LINE@json.output@{@@@",
259 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
260 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
261 "@@@STEP_LOG_LINE@json.output@}@@@",
262 "@@@STEP_LOG_END@json.output@@@"
263 ]
264 },
265 {
266 "allow_subannotations": true, 215 "allow_subannotations": true,
216 "cmd": [
217 "python",
218 "-u",
219 "[BUILD]/scripts/slave/runtest.py",
220 "--target",
221 "Release",
222 "--xvfb",
223 "--factory-properties",
224 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \" revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \ "src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl avename\"}",
225 "--build-properties",
226 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \" revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \ "src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl avename\"}",
227 "--annotate=gtest",
228 "--test-type=telemetry_unittests",
229 "--builder-name=linux_chromium_rel",
230 "--slave-name=TestSlavename",
231 "--build-number=571",
232 "--run-python-script",
233 "[SLAVE_BUILD]/src/tools/telemetry/run_tests",
234 "--browser=release",
235 "--retry-limit=3",
236 "--write-full-results-to",
237 "/path/to/tmp/json"
238 ],
239 "name": "telemetry_unittests (with patch)"
240 },
241 {
242 "allow_subannotations": true,
267 "cmd": [ 243 "cmd": [
268 "python", 244 "python",
269 "-u", 245 "-u",
270 "[BUILD]/scripts/slave/runtest.py", 246 "[BUILD]/scripts/slave/runtest.py",
271 "--target", 247 "--target",
272 "Release", 248 "Release",
273 "--xvfb", 249 "--xvfb",
274 "--factory-properties", 250 "--factory-properties",
275 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \" revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \ "src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl avename\"}", 251 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \" revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \ "src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl avename\"}",
276 "--build-properties", 252 "--build-properties",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "env": { 421 "env": {
446 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 422 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
447 }, 423 },
448 "name": "gclient runhooks (without patch)" 424 "name": "gclient runhooks (without patch)"
449 }, 425 },
450 { 426 {
451 "cmd": [ 427 "cmd": [
452 "python", 428 "python",
453 "-u", 429 "-u",
454 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", 430 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py",
455 "--build-config-fs",
456 "Release",
457 "--paths",
458 "{\"build\": \"[BUILD]\"}",
459 "--properties",
460 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena me\": \"TestSlavename\"}",
461 "run", 431 "run",
462 "--output", 432 "--output",
463 "/path/to/tmp/json" 433 "/path/to/tmp/json"
464 ], 434 ],
465 "name": "checkdeps (without patch)", 435 "name": "checkdeps (without patch)",
466 "~followup_annotations": [ 436 "~followup_annotations": [
467 "@@@STEP_LOG_LINE@json.output@null@@@", 437 "@@@STEP_LOG_LINE@json.output@null@@@",
468 "@@@STEP_LOG_END@json.output@@@", 438 "@@@STEP_LOG_END@json.output@@@",
469 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@" 439 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@"
470 ] 440 ]
(...skipping 10 matching lines...) Expand all
481 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 451 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
482 "@@@STEP_FAILURE@@@" 452 "@@@STEP_FAILURE@@@"
483 ] 453 ]
484 }, 454 },
485 { 455 {
486 "name": "$final_result", 456 "name": "$final_result",
487 "reason": "Step('checkdeps') failed with return_code 1", 457 "reason": "Step('checkdeps') failed with return_code 1",
488 "status_code": 1 458 "status_code": 1
489 } 459 }
490 ] 460 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698