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

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

Issue 1804113002: Add dEQP-EGL tests to GPU optional and ANGLE try bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove Linux for now Created 4 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 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/chromium.gpu.fyi.json » ('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 7900365a6b86bc47b32a6563ddb2f3bd524460a6..fb60b5114a461ed98e94ed28712ed4ff6d7344e8 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -416,6 +416,27 @@ FYI_WATERFALL = {
}
COMMON_GTESTS = {
+ 'angle_deqp_egl_tests': {
+ 'tester_configs': [
+ {
+ 'fyi_only': True,
+ # Run this on the optional tryservers.
+ 'run_on_optional': True,
+ # Run only on the Win7 Release NVIDIA 32- and 64-bit bots
+ # (and trybots) for the time being, at least until more capacity is
+ # added.
+ # TODO(jmadill): Run on the Linux Release NVIDIA bots.
+ 'build_configs': ['Release', 'Release_x64'],
+ 'swarming_dimension_sets': [
+ {
+ 'gpu': '10de:104a',
+ 'os': 'Windows-2008ServerR2-SP1'
+ }
+ ],
+ },
+ ],
+ },
+
'angle_deqp_gles2_tests': {
'tester_configs': [
{
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | testing/buildbot/chromium.gpu.fyi.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698