| Index: scripts/slave/recipes/skia/skia.py
|
| diff --git a/scripts/slave/recipes/skia/skia.py b/scripts/slave/recipes/skia/skia.py
|
| index 0c004b1c2bb516e8fb1c95cb9ed200533c303100..89dd6ea05615253363960371534d2b5991fd9490 100644
|
| --- a/scripts/slave/recipes/skia/skia.py
|
| +++ b/scripts/slave/recipes/skia/skia.py
|
| @@ -62,6 +62,7 @@ TEST_BUILDERS = {
|
| 'Housekeeper-PerCommit-Trybot',
|
| 'Perf-Android-GCC-Nexus5-CPU-NEON-Arm7-Release-Appurify',
|
| 'Perf-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release-Appurify',
|
| + 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN',
|
| ],
|
| },
|
| }
|
| @@ -347,4 +348,3 @@ def GenTests(api):
|
| api.path['slave_build'].join('tmp', 'uninteresting_hashes.txt')
|
| )
|
| )
|
| -
|
|
|