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

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

Issue 2142523007: Run the WebGL CTS on the Linux Intel GPU FYI bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "dimension_sets": [ 10 "dimension_sets": [
(...skipping 4622 matching lines...) Expand 10 before | Expand all | Expand 10 after
4633 ], 4633 ],
4634 "shards": 12 4634 "shards": 12
4635 } 4635 }
4636 }, 4636 },
4637 { 4637 {
4638 "args": [ 4638 "args": [
4639 "webgl_conformance", 4639 "webgl_conformance",
4640 "--show-stdout", 4640 "--show-stdout",
4641 "--browser=release", 4641 "--browser=release",
4642 "-v", 4642 "-v",
4643 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
4644 "--webgl-conformance-version=2.0.0",
4645 "--webgl2-only=true",
4646 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json"
4647 ],
4648 "isolate_name": "telemetry_gpu_integration_test",
4649 "name": "webgl2_conformance_tests",
4650 "override_compile_targets": [
4651 "telemetry_gpu_integration_test_run"
4652 ],
4653 "swarming": {
4654 "can_use_on_swarming_builders": true,
4655 "dimension_sets": [
4656 {
4657 "gpu": "8086:0412",
4658 "os": "Linux"
4659 }
4660 ],
4661 "shards": 12
4662 }
4663 },
4664 {
4665 "args": [
4666 "webgl_conformance",
4667 "--show-stdout",
4668 "--browser=release",
4669 "-v",
4643 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle" 4670 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle"
4644 ], 4671 ],
4645 "isolate_name": "telemetry_gpu_integration_test", 4672 "isolate_name": "telemetry_gpu_integration_test",
4646 "name": "webgl_conformance_angle_tests", 4673 "name": "webgl_conformance_angle_tests",
4647 "override_compile_targets": [ 4674 "override_compile_targets": [
4648 "telemetry_gpu_integration_test_run" 4675 "telemetry_gpu_integration_test_run"
4649 ], 4676 ],
4650 "swarming": { 4677 "swarming": {
4651 "can_use_on_swarming_builders": true, 4678 "can_use_on_swarming_builders": true,
4652 "dimension_sets": [ 4679 "dimension_sets": [
(...skipping 9109 matching lines...) Expand 10 before | Expand all | Expand 10 after
13762 { 13789 {
13763 "gpu": "10de:104a", 13790 "gpu": "10de:104a",
13764 "os": "Windows-2012ServerR2-SP0" 13791 "os": "Windows-2012ServerR2-SP0"
13765 } 13792 }
13766 ] 13793 ]
13767 } 13794 }
13768 } 13795 }
13769 ] 13796 ]
13770 } 13797 }
13771 } 13798 }
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