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

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

Issue 2623223004: Run WebGL2 ANGLE tests on Linux Intel HD 530. (Closed)
Patch Set: Created 3 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') | 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 fca37658adadc8e750ec402cf0c7d993ec184de6..46de5e29aeee69aedfb791084da2bcc52f584017 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1366,7 +1366,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'build_configs': ['Release'],
'fyi_only': True,
'run_on_optional': False,
- # Only run on the NVIDIA Release and New Intel Release Linux bots
+ # Only run on the NVIDIA Release and Intel Release Linux bots
'swarming_dimension_sets': [
{
'gpu': '10de:104a',
@@ -1376,6 +1376,10 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'gpu': '8086:0412',
'os': 'Linux'
},
+ {
+ 'gpu': '8086:1912',
+ 'os': 'Linux'
+ },
],
},
],
« 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