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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux.json

Issue 1177593002: Add swarming support for MB (and the GN bots) in the chromium recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge patchset #3 to r295696 (no other changes) Created 5 years, 6 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 | Annotate | Revision Log
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 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux", 10 "WebKit Linux",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "name": "get compile targets for scripts", 136 "name": "get compile targets for scripts",
137 "~followup_annotations": [ 137 "~followup_annotations": [
138 "@@@STEP_LOG_LINE@json.output@{}@@@", 138 "@@@STEP_LOG_LINE@json.output@{}@@@",
139 "@@@STEP_LOG_END@json.output@@@" 139 "@@@STEP_LOG_END@json.output@@@"
140 ] 140 ]
141 }, 141 },
142 { 142 {
143 "cmd": [ 143 "cmd": [
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
147 "--build-dir",
148 "[SLAVE_BUILD]/src/out/Release",
149 "--output-json",
150 "/path/to/tmp/json"
151 ],
152 "cwd": "[SLAVE_BUILD]",
153 "name": "find isolated tests",
154 "~followup_annotations": [
155 "@@@STEP_LOG_LINE@json.output@{@@@",
156 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
157 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
158 "@@@STEP_LOG_LINE@json.output@}@@@",
159 "@@@STEP_LOG_END@json.output@@@",
160 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
161 ]
162 },
163 {
164 "cmd": [
165 "python",
166 "-u",
146 "[BUILD]/scripts/slave/cleanup_temp.py" 167 "[BUILD]/scripts/slave/cleanup_temp.py"
147 ], 168 ],
148 "cwd": "[SLAVE_BUILD]", 169 "cwd": "[SLAVE_BUILD]",
149 "name": "cleanup_temp" 170 "name": "cleanup_temp"
150 }, 171 },
151 { 172 {
152 "cmd": [ 173 "cmd": [
153 "python", 174 "python",
154 "-u", 175 "-u",
155 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 176 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 "@@@STEP_LOG_LINE@json.output@{@@@", 237 "@@@STEP_LOG_LINE@json.output@{@@@",
217 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 238 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
218 "@@@STEP_LOG_LINE@json.output@}@@@", 239 "@@@STEP_LOG_LINE@json.output@}@@@",
219 "@@@STEP_LOG_END@json.output@@@" 240 "@@@STEP_LOG_END@json.output@@@"
220 ] 241 ]
221 }, 242 },
222 { 243 {
223 "cmd": [ 244 "cmd": [
224 "python", 245 "python",
225 "-u", 246 "-u",
226 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 247 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
227 "--build-dir", 248 "trigger",
228 "[SLAVE_BUILD]/src/out/Release", 249 "--swarming",
229 "--output-json", 250 "https://chromium-swarm.appspot.com",
230 "/path/to/tmp/json" 251 "--isolate-server",
252 "https://isolateserver.appspot.com",
253 "--priority",
254 "25",
255 "--shards",
256 "1",
257 "--task-name",
258 "browser_tests/Ubuntu-12.04/[dummy has/WebKit Linux/571",
259 "--dump-json",
260 "/path/to/tmp/json",
261 "--expiration",
262 "3600",
263 "--io-timeout",
264 "1200",
265 "--hard-timeout",
266 "3600",
267 "--dimension",
268 "cpu",
269 "x86-64",
270 "--dimension",
271 "gpu",
272 "none",
273 "--dimension",
274 "os",
275 "Ubuntu-12.04",
276 "--dimension",
277 "pool",
278 "Chrome",
279 "--tag",
280 "buildername:WebKit Linux",
281 "--tag",
282 "buildnumber:571",
283 "--tag",
284 "data:[dummy hash for browser_tests]",
285 "--tag",
286 "master:chromium.webkit",
287 "--tag",
288 "name:browser_tests",
289 "--tag",
290 "os:Ubuntu-12.04",
291 "--tag",
292 "project:chromium",
293 "--tag",
294 "purpose:CI",
295 "--tag",
296 "purpose:post-commit",
297 "--idempotent",
298 "[dummy hash for browser_tests]",
299 "--",
300 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
231 ], 301 ],
232 "cwd": "[SLAVE_BUILD]", 302 "cwd": "[SLAVE_BUILD]",
233 "name": "find isolated tests", 303 "name": "[trigger] browser_tests",
234 "~followup_annotations": [ 304 "~followup_annotations": [
235 "@@@STEP_LOG_LINE@json.output@{@@@", 305 "@@@STEP_LOG_LINE@json.output@{@@@",
236 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 306 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/[dummy has/WebKit Linux/571\", @@@",
237 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 307 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
308 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/[dummy has/ WebKit Linux/571\": {@@@",
309 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
310 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
311 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
312 "@@@STEP_LOG_LINE@json.output@ }@@@",
313 "@@@STEP_LOG_LINE@json.output@ }@@@",
238 "@@@STEP_LOG_LINE@json.output@}@@@", 314 "@@@STEP_LOG_LINE@json.output@}@@@",
239 "@@@STEP_LOG_END@json.output@@@", 315 "@@@STEP_LOG_END@json.output@@@",
240 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 316 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
241 ] 317 ]
242 }, 318 },
243 { 319 {
244 "cmd": [
245 "python",
246 "-u",
247 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
248 "browser_tests"
249 ],
250 "cwd": "[SLAVE_BUILD]",
251 "name": "[error] browser_tests",
252 "~followup_annotations": [
253 "@@@STEP_LOG_LINE@python.inline@@@@",
254 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
255 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
256 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
257 "@@@STEP_LOG_END@python.inline@@@"
258 ]
259 },
260 {
261 "cmd": [ 320 "cmd": [
262 "python", 321 "python",
263 "-u", 322 "-u",
264 "[BUILD]/scripts/slave/runtest.py", 323 "[BUILD]/scripts/slave/runtest.py",
265 "--target", 324 "--target",
266 "Release", 325 "Release",
267 "--no-xvfb", 326 "--no-xvfb",
268 "--factory-properties", 327 "--factory-properties",
269 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Linux\", \"buildnumber\": 571, \"mastername\": \"chromiu m.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 328 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Linux\", \"buildnumber\": 571, \"mastername\": \"chromiu m.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
270 "--build-properties", 329 "--build-properties",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Linux\", \"buildnumber\": 571, \"mastername\": \"chromiu m.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 376 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"WebKit Linux\", \"buildnumber\": 571, \"mastername\": \"chromiu m.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
318 ], 377 ],
319 "cwd": "[SLAVE_BUILD]", 378 "cwd": "[SLAVE_BUILD]",
320 "name": "archive_webkit_tests_results", 379 "name": "archive_webkit_tests_results",
321 "~followup_annotations": [ 380 "~followup_annotations": [
322 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", 381 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@",
323 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@" 382 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@"
324 ] 383 ]
325 }, 384 },
326 { 385 {
386 "allow_subannotations": true,
327 "cmd": [ 387 "cmd": [
328 "python", 388 "python",
329 "-u", 389 "-u",
330 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" , 390 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
331 "browser_tests" 391 "--swarming-client-dir",
392 "[SLAVE_BUILD]/src/tools/swarming_client",
393 "--temp-root-dir",
394 "[TMP_BASE]",
395 "--merged-test-output",
396 "/path/to/tmp/json",
397 "--",
398 "collect",
399 "--swarming",
400 "https://chromium-swarm.appspot.com",
401 "--decorate",
402 "--print-status-updates",
403 "--shards",
404 "1",
405 "browser_tests/Ubuntu-12.04/[dummy has/WebKit Linux/571"
332 ], 406 ],
333 "cwd": "[SLAVE_BUILD]", 407 "cwd": "[SLAVE_BUILD]",
334 "name": "[collect error] browser_tests", 408 "name": "browser_tests"
335 "~followup_annotations": [
336 "@@@STEP_LOG_LINE@python.inline@@@@",
337 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
338 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
339 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
340 "@@@STEP_LOG_END@python.inline@@@"
341 ]
342 } 409 }
343 ] 410 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698