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

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

Issue 666563007: 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, 1 month 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "~followup_annotations": [ 91 "~followup_annotations": [
92 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@", 92 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@",
93 "@@@STEP_LOG_LINE@json.output@{}@@@", 93 "@@@STEP_LOG_LINE@json.output@{}@@@",
94 "@@@STEP_LOG_END@json.output@@@" 94 "@@@STEP_LOG_END@json.output@@@"
95 ] 95 ]
96 }, 96 },
97 { 97 {
98 "cmd": [ 98 "cmd": [
99 "python", 99 "python",
100 "-u", 100 "-u",
101 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
102 "--output",
103 "/path/to/tmp/json",
104 "--",
105 "--build-config-fs",
106 "Release",
107 "--paths",
108 "{\"build\": \"[BUILD]\"}",
109 "--properties",
110 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena me\": \"TestSlavename\"}"
111 ],
112 "name": "get compile targets for scripts",
113 "~followup_annotations": [
114 "@@@STEP_LOG_LINE@json.output@{}@@@",
115 "@@@STEP_LOG_END@json.output@@@"
116 ]
117 },
118 {
119 "cmd": [
120 "python",
121 "-u",
122 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
123 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 102 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
124 "/path/to/tmp/json" 103 "/path/to/tmp/json"
125 ], 104 ],
126 "name": "read filter exclusion spec", 105 "name": "read filter exclusion spec",
127 "~followup_annotations": [ 106 "~followup_annotations": [
128 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 107 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
129 "@@@STEP_LOG_LINE@json.output@{@@@", 108 "@@@STEP_LOG_LINE@json.output@{@@@",
130 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 109 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
131 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", 110 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "all", 164 "all",
186 "chrome" 165 "chrome"
187 ], 166 ],
188 "name": "compile (with patch)" 167 "name": "compile (with patch)"
189 }, 168 },
190 { 169 {
191 "cmd": [ 170 "cmd": [
192 "python", 171 "python",
193 "-u", 172 "-u",
194 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", 173 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py",
195 "--build-config-fs",
196 "Release",
197 "--paths",
198 "{\"build\": \"[BUILD]\"}",
199 "--properties",
200 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena me\": \"TestSlavename\"}",
201 "run", 174 "run",
202 "--output", 175 "--output",
203 "/path/to/tmp/json" 176 "/path/to/tmp/json"
204 ], 177 ],
205 "name": "checkdeps (with patch)", 178 "name": "checkdeps (with patch)",
206 "~followup_annotations": [ 179 "~followup_annotations": [
207 "@@@STEP_LOG_LINE@json.output@{@@@", 180 "@@@STEP_LOG_LINE@json.output@{@@@",
208 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 181 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
209 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 182 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
210 "@@@STEP_LOG_LINE@json.output@}@@@", 183 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 26 matching lines...) Expand all
237 "--json", 210 "--json",
238 "/path/to/tmp/json" 211 "/path/to/tmp/json"
239 ], 212 ],
240 "name": "checklicenses (with patch)", 213 "name": "checklicenses (with patch)",
241 "~followup_annotations": [ 214 "~followup_annotations": [
242 "@@@STEP_LOG_LINE@json.output@[]@@@", 215 "@@@STEP_LOG_LINE@json.output@[]@@@",
243 "@@@STEP_LOG_END@json.output@@@" 216 "@@@STEP_LOG_END@json.output@@@"
244 ] 217 ]
245 }, 218 },
246 { 219 {
247 "cmd": [
248 "python",
249 "-u",
250 "[SLAVE_BUILD]/src/testing/scripts/telemetry_unittests.py",
251 "--build-config-fs",
252 "Release",
253 "--paths",
254 "{\"build\": \"[BUILD]\"}",
255 "--properties",
256 "{\"buildername\": \"linux_chromium_rel\", \"buildnumber\": 571, \"slavena me\": \"TestSlavename\"}",
257 "run",
258 "--output",
259 "/path/to/tmp/json"
260 ],
261 "name": "telemetry_unittests (with patch)",
262 "~followup_annotations": [
263 "@@@STEP_LOG_LINE@json.output@{@@@",
264 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
265 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
266 "@@@STEP_LOG_LINE@json.output@}@@@",
267 "@@@STEP_LOG_END@json.output@@@"
268 ]
269 },
270 {
271 "allow_subannotations": true, 220 "allow_subannotations": true,
221 "cmd": [
222 "python",
223 "-u",
224 "[BUILD]/scripts/slave/runtest.py",
225 "--target",
226 "Release",
227 "--xvfb",
228 "--factory-properties",
229 "{\"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\"}",
230 "--build-properties",
231 "{\"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\"}",
232 "--annotate=gtest",
233 "--test-type=telemetry_unittests",
234 "--builder-name=linux_chromium_rel",
235 "--slave-name=TestSlavename",
236 "--build-number=571",
237 "--run-python-script",
238 "[SLAVE_BUILD]/src/tools/telemetry/run_tests",
239 "--browser=release",
240 "--retry-limit=3",
241 "--write-full-results-to",
242 "/path/to/tmp/json"
243 ],
244 "name": "telemetry_unittests (with patch)"
245 },
246 {
247 "allow_subannotations": true,
272 "cmd": [ 248 "cmd": [
273 "python", 249 "python",
274 "-u", 250 "-u",
275 "[BUILD]/scripts/slave/runtest.py", 251 "[BUILD]/scripts/slave/runtest.py",
276 "--target", 252 "--target",
277 "Release", 253 "Release",
278 "--xvfb", 254 "--xvfb",
279 "--factory-properties", 255 "--factory-properties",
280 "{\"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\"}", 256 "{\"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\"}",
281 "--build-properties", 257 "--build-properties",
(...skipping 22 matching lines...) Expand all
304 "--json_build_results_output_file", 280 "--json_build_results_output_file",
305 "/path/to/tmp/json" 281 "/path/to/tmp/json"
306 ], 282 ],
307 "name": "nacl_integration (with patch)", 283 "name": "nacl_integration (with patch)",
308 "~followup_annotations": [ 284 "~followup_annotations": [
309 "@@@STEP_LOG_LINE@json.output@[]@@@", 285 "@@@STEP_LOG_LINE@json.output@[]@@@",
310 "@@@STEP_LOG_END@json.output@@@" 286 "@@@STEP_LOG_END@json.output@@@"
311 ] 287 ]
312 } 288 }
313 ] 289 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698