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

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

Issue 2713303002: Deploy Linux GPU TSAN bot. (Closed)
Patch Set: Forgot to add to generate_buildbot_json Created 3 years, 10 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 4327074ec472d9b527911f1960234a485915d998..4d9adf8865bb8ba2116f99d5be9e2b9700116a1a 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -591,6 +591,17 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'linux',
},
+ 'Linux GPU TSAN Release': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '10de:104a',
+ 'os': 'Ubuntu'
+ },
+ ],
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'linux',
+ },
'Android Release (Nexus 5)': {
'swarming_dimensions': [
{
« 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