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

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

Issue 2623223004: Run WebGL2 ANGLE tests on Linux Intel HD 530. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4634 matching lines...) Expand 10 before | Expand all | Expand 10 after
4645 } 4645 }
4646 ] 4646 ]
4647 } 4647 }
4648 }, 4648 },
4649 { 4649 {
4650 "args": [ 4650 "args": [
4651 "webgl_conformance", 4651 "webgl_conformance",
4652 "--show-stdout", 4652 "--show-stdout",
4653 "--browser=release", 4653 "--browser=release",
4654 "-v", 4654 "-v",
4655 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle",
4656 "--webgl-conformance-version=2.0.1",
4657 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json"
4658 ],
4659 "isolate_name": "telemetry_gpu_integration_test",
4660 "name": "webgl2_conformance_angle_tests",
4661 "override_compile_targets": [
4662 "telemetry_gpu_integration_test_run"
4663 ],
4664 "swarming": {
4665 "can_use_on_swarming_builders": true,
4666 "dimension_sets": [
4667 {
4668 "gpu": "8086:1912",
4669 "os": "Linux"
4670 }
4671 ],
4672 "shards": 15
4673 }
4674 },
4675 {
4676 "args": [
4677 "webgl_conformance",
4678 "--show-stdout",
4679 "--browser=release",
4680 "-v",
4655 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 4681 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
4656 "--webgl-conformance-version=2.0.1", 4682 "--webgl-conformance-version=2.0.1",
4657 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json" 4683 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json"
4658 ], 4684 ],
4659 "isolate_name": "telemetry_gpu_integration_test", 4685 "isolate_name": "telemetry_gpu_integration_test",
4660 "name": "webgl2_conformance_tests", 4686 "name": "webgl2_conformance_tests",
4661 "override_compile_targets": [ 4687 "override_compile_targets": [
4662 "telemetry_gpu_integration_test_run" 4688 "telemetry_gpu_integration_test_run"
4663 ], 4689 ],
4664 "swarming": { 4690 "swarming": {
(...skipping 13020 matching lines...) Expand 10 before | Expand all | Expand 10 after
17685 { 17711 {
17686 "gpu": "10de:104a", 17712 "gpu": "10de:104a",
17687 "os": "Windows-2008ServerR2-SP1" 17713 "os": "Windows-2008ServerR2-SP1"
17688 } 17714 }
17689 ] 17715 ]
17690 } 17716 }
17691 } 17717 }
17692 ] 17718 ]
17693 } 17719 }
17694 } 17720 }
OLDNEW
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698