| 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': [
|
| {
|
|
|