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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 1654183002: Re-enable the ANGLE dEQP tests on Linux on the GPU FYI waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: whitespace Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | testing/buildbot/gn_isolate_map.pyl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 24e98220954dd00d6e0d73cb2687d65bc93195ae..ca7fbe18ec69ca8964e0d1339b6f3984289dfd41 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -369,15 +369,13 @@ FYI_WATERFALL = {
}
COMMON_GTESTS = {
- # TODO(kbr): re-enable angle_deqp_gles2_tests on Linux. Currently
- # the target is disabled in the ANGLE workspace for the GN builds.
'angle_deqp_gles2_tests': {
'tester_configs': [
{
'fyi_only': True,
- 'os_types': ['win'],
- # Run only on the Win7 Release NVIDIA 32- and 64-bit bots (and
- # trybots) for the time being, at least until more capacity is
+ 'os_types': ['win', 'linux'],
Ken Russell (switch to Gerrit) 2016/02/03 00:50:29 We can get rid of the os_types specifier now. It's
+ # Run only on the Win7 and Linux Release NVIDIA 32- and 64-bit bots
+ # (and trybots) for the time being, at least until more capacity is
# added.
'build_configs': ['Release', 'Release_x64'],
'swarming_dimension_sets': [
@@ -385,6 +383,10 @@ COMMON_GTESTS = {
'gpu': '10de:104a',
'os': 'Windows-2008ServerR2-SP1'
},
+ {
+ 'gpu': '10de:104a',
+ 'os': 'Linux'
+ }
],
}
],
@@ -496,7 +498,7 @@ DEQP_GTESTS = {
'angle_deqp_gles3_tests': {
'tester_configs': [
{
- 'os_types': ['win']
+ 'os_types': ['win', 'linux']
}
],
'swarming_shards': 12
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | testing/buildbot/gn_isolate_map.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698