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

Side by Side Diff: testing/buildbot/chromium.gpu.fyi.json

Issue 2305453004: Enable angle_deqp_gles2_tests on Nexus 5X. (Closed)
Patch Set: build deqp on Nexus 5X + default swarming off Created 4 years, 3 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 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, 2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
3 "AAAAA2 See generate_buildbot_json.py to make changes": {}, 3 "AAAAA2 See generate_buildbot_json.py to make changes": {},
4 "Android Release (Nexus 5)": { 4 "Android Release (Nexus 5)": {
5 "gtest_tests": [ 5 "gtest_tests": [
6 { 6 {
7 "override_isolate_target": "angle_unittests", 7 "override_isolate_target": "angle_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true, 9 "can_use_on_swarming_builders": true,
10 "cipd_packages": [ 10 "cipd_packages": [
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "os": "Android" 323 "os": "Android"
324 } 324 }
325 ] 325 ]
326 } 326 }
327 } 327 }
328 ] 328 ]
329 }, 329 },
330 "Android Release (Nexus 5X)": { 330 "Android Release (Nexus 5X)": {
331 "gtest_tests": [ 331 "gtest_tests": [
332 { 332 {
333 "override_isolate_target": "angle_deqp_gles2_tests",
334 "swarming": {
335 "can_use_on_swarming_builders": true,
336 "cipd_packages": [
337 {
338 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
339 "location": "bin",
340 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
341 }
342 ],
343 "dimension_sets": [
344 {
345 "device_os": "M",
346 "device_type": "bullhead",
347 "os": "Android"
348 }
349 ],
350 "output_links": [
351 {
352 "link": [
353 "https://luci-logdog.appspot.com/v/?s",
354 "=android%2Fswarming%2Flogcats%2F",
355 "${TASK_ID}%2F%2B%2Funified_logcats"
356 ],
357 "name": "shard #${SHARD_INDEX} logcats"
358 }
359 ]
360 },
361 "test": "angle_deqp_gles2_tests",
362 "use_xvfb": false
363 },
364 {
333 "override_isolate_target": "angle_end2end_tests", 365 "override_isolate_target": "angle_end2end_tests",
334 "swarming": { 366 "swarming": {
335 "can_use_on_swarming_builders": true, 367 "can_use_on_swarming_builders": true,
336 "cipd_packages": [ 368 "cipd_packages": [
337 { 369 {
338 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 370 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
339 "location": "bin", 371 "location": "bin",
340 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a " 372 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
341 } 373 }
342 ], 374 ],
(...skipping 14291 matching lines...) Expand 10 before | Expand all | Expand 10 after
14634 { 14666 {
14635 "gpu": "10de:104a", 14667 "gpu": "10de:104a",
14636 "os": "Windows-2012ServerR2-SP0" 14668 "os": "Windows-2012ServerR2-SP0"
14637 } 14669 }
14638 ] 14670 ]
14639 } 14671 }
14640 } 14672 }
14641 ] 14673 ]
14642 } 14674 }
14643 } 14675 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698