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

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

Issue 2471373003: Run webgl_conformance_angle_tests on linux_optional_gpu_tests_rel. (Closed)
Patch Set: Created 4 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
« 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 10055 matching lines...) Expand 10 before | Expand all | Expand 10 after
10066 "swarming": { 10066 "swarming": {
10067 "can_use_on_swarming_builders": true, 10067 "can_use_on_swarming_builders": true,
10068 "dimension_sets": [ 10068 "dimension_sets": [
10069 { 10069 {
10070 "gpu": "10de:104a", 10070 "gpu": "10de:104a",
10071 "os": "Linux" 10071 "os": "Linux"
10072 } 10072 }
10073 ], 10073 ],
10074 "shards": 15 10074 "shards": 15
10075 } 10075 }
10076 },
10077 {
10078 "args": [
10079 "webgl_conformance",
10080 "--show-stdout",
10081 "--browser=release",
10082 "-v",
10083 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle"
10084 ],
10085 "isolate_name": "telemetry_gpu_integration_test",
10086 "name": "webgl_conformance_angle_tests",
10087 "override_compile_targets": [
10088 "telemetry_gpu_integration_test_run"
10089 ],
10090 "swarming": {
10091 "can_use_on_swarming_builders": true,
10092 "dimension_sets": [
10093 {
10094 "gpu": "10de:104a",
10095 "os": "Linux"
10096 }
10097 ]
10098 }
10076 } 10099 }
10077 ] 10100 ]
10078 }, 10101 },
10079 "Optional Mac 10.10 Release (Intel)": { 10102 "Optional Mac 10.10 Release (Intel)": {
10080 "gtest_tests": [ 10103 "gtest_tests": [
10081 { 10104 {
10082 "args": [ 10105 "args": [
10083 "--use-gpu-in-tests" 10106 "--use-gpu-in-tests"
10084 ], 10107 ],
10085 "swarming": { 10108 "swarming": {
(...skipping 7619 matching lines...) Expand 10 before | Expand all | Expand 10 after
17705 { 17728 {
17706 "gpu": "10de:104a", 17729 "gpu": "10de:104a",
17707 "os": "Windows-2012ServerR2-SP0" 17730 "os": "Windows-2012ServerR2-SP0"
17708 } 17731 }
17709 ] 17732 ]
17710 } 17733 }
17711 } 17734 }
17712 ] 17735 ]
17713 } 17736 }
17714 } 17737 }
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