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

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

Issue 2748363003: Skip all webgl_conformance suites on the GPU FYI TSAN bot. (Closed)
Patch Set: Created 3 years, 9 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 (NVIDIA Shield)": { 4 "Android Release (NVIDIA Shield)": {
5 "gtest_tests": [ 5 "gtest_tests": [
6 { 6 {
7 "override_isolate_target": "angle_end2end_tests", 7 "override_isolate_target": "angle_end2end_tests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false, 9 "can_use_on_swarming_builders": false,
10 "cipd_packages": [ 10 "cipd_packages": [
(...skipping 3699 matching lines...) Expand 10 before | Expand all | Expand 10 after
3710 "name": "angle_perftests", 3710 "name": "angle_perftests",
3711 "swarming": { 3711 "swarming": {
3712 "can_use_on_swarming_builders": true, 3712 "can_use_on_swarming_builders": true,
3713 "dimension_sets": [ 3713 "dimension_sets": [
3714 { 3714 {
3715 "gpu": "10de:104a", 3715 "gpu": "10de:104a",
3716 "os": "Ubuntu" 3716 "os": "Ubuntu"
3717 } 3717 }
3718 ] 3718 ]
3719 } 3719 }
3720 },
3721 {
3722 "args": [
3723 "webgl_conformance",
3724 "--show-stdout",
3725 "--browser=release",
3726 "-v",
3727 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
3728 ],
3729 "isolate_name": "telemetry_gpu_integration_test",
3730 "name": "webgl_conformance_gl_passthrough_tests",
3731 "override_compile_targets": [
3732 "telemetry_gpu_integration_test_run"
3733 ],
3734 "swarming": {
3735 "can_use_on_swarming_builders": true,
3736 "dimension_sets": [
3737 {
3738 "gpu": "10de:104a",
3739 "os": "Ubuntu"
3740 }
3741 ]
3742 }
3743 } 3720 }
3744 ] 3721 ]
3745 }, 3722 },
3746 "Linux Release (AMD R5 230)": { 3723 "Linux Release (AMD R5 230)": {
3747 "gtest_tests": [ 3724 "gtest_tests": [
3748 { 3725 {
3749 "args": [ 3726 "args": [
3750 "--use-gpu-in-tests", 3727 "--use-gpu-in-tests",
3751 "--test-launcher-retry-limit=0" 3728 "--test-launcher-retry-limit=0"
3752 ], 3729 ],
(...skipping 16391 matching lines...) Expand 10 before | Expand all | Expand 10 after
20144 { 20121 {
20145 "gpu": "10de:104a", 20122 "gpu": "10de:104a",
20146 "os": "Windows-2008ServerR2-SP1" 20123 "os": "Windows-2008ServerR2-SP1"
20147 } 20124 }
20148 ] 20125 ]
20149 } 20126 }
20150 } 20127 }
20151 ] 20128 ]
20152 } 20129 }
20153 } 20130 }
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