Skip to content

Commit

Permalink
Stop running webgl_conformance_gl_tests on new Win Intel bots.
Browse files Browse the repository at this point in the history
BUG=590951

Review URL: https://codereview.chromium.org/1849653002

Cr-Commit-Position: refs/heads/master@{#384169}
  • Loading branch information
kenrussell authored and Commit bot committed Mar 31, 2016
1 parent 1552cd2 commit 6c3052b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 46 deletions.
4 changes: 4 additions & 0 deletions content/test/gpu/generate_buildbot_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,10 @@
'gpu': '8086:041a',
'os': 'Windows-2008ServerR2-SP1'
},
{
'gpu': '8086:0412',
'os': 'Windows-2008ServerR2-SP1'
},
],
},
],
Expand Down
46 changes: 0 additions & 46 deletions testing/buildbot/chromium.gpu.fyi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7934,29 +7934,6 @@
]
}
},
{
"args": [
"webgl_conformance",
"--show-stdout",
"--browser=debug",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-angle=gl"
],
"isolate_name": "telemetry_gpu_test",
"name": "webgl_conformance_gl_tests",
"override_compile_targets": [
"telemetry_gpu_test_run"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "8086:0412",
"os": "Windows-2008ServerR2-SP1"
}
]
}
},
{
"args": [
"webgl_conformance",
Expand Down Expand Up @@ -10345,29 +10322,6 @@
]
}
},
{
"args": [
"webgl_conformance",
"--show-stdout",
"--browser=release",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-angle=gl"
],
"isolate_name": "telemetry_gpu_test",
"name": "webgl_conformance_gl_tests",
"override_compile_targets": [
"telemetry_gpu_test_run"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "8086:0412",
"os": "Windows-2008ServerR2-SP1"
}
]
}
},
{
"args": [
"webgl_conformance",
Expand Down

0 comments on commit 6c3052b

Please sign in to comment.