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

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

Issue 1904133002: Run gles2_conform_test on optional GPU tryservers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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') | no next file with comments »
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 74d47428ed2dc8b2c9cbfb419be98a18811e0e72..b6617e46e582723a80045fde1b9cab5a20658d28 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -601,11 +601,13 @@ COMMON_GTESTS = {
'gl_tests': {'args': ['--use-gpu-in-tests']},
'gl_unittests': {'args': ['--use-gpu-in-tests']},
# The gles2_conform_tests are closed-source and deliberately only run
- # on the FYI waterfall.
+ # on the FYI waterfall and the optional tryservers.
'gles2_conform_test': {
'tester_configs': [
{
'fyi_only': True,
+ # Run this on the optional tryservers.
+ 'run_on_optional': True,
}
],
'args': ['--use-gpu-in-tests']
@@ -614,7 +616,9 @@ COMMON_GTESTS = {
'tester_configs': [
{
'fyi_only': True,
- 'os_types': ['win']
+ 'os_types': ['win'],
+ # Run this on the optional tryservers.
+ 'run_on_optional': True,
}
],
'args': [
@@ -627,7 +631,9 @@ COMMON_GTESTS = {
'tester_configs': [
{
'fyi_only': True,
- 'os_types': ['win']
+ 'os_types': ['win'],
+ # Run this on the optional tryservers.
+ 'run_on_optional': True,
}
],
'args': [
@@ -717,8 +723,8 @@ TELEMETRY_TESTS = {
'tester_configs': [
{
'fyi_only': True,
+ 'os_types': ['win'],
'run_on_optional': True,
- 'os_types': ['win']
}
],
'target_name': 'webgl_conformance',
@@ -730,8 +736,8 @@ TELEMETRY_TESTS = {
'tester_configs': [
{
'fyi_only': True,
+ 'os_types': ['win'],
'run_on_optional': True,
- 'os_types': ['win']
}
],
'disabled_tester_configs': [
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698