aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-06-11 15:09:51 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-12 12:53:23 +0000
commit47fd204aa6c0f874490d6e169ffdbda61c139827 (patch)
tree7bab343db7b94148efe0a6daed7ff6f538479f4e /infra/bots/recipes/test.py
parent8e4d09ae7af123eb3441bef8e39492c2cebfbfbb (diff)
Remove remaining references to G930A.
Jobs were removed in https://skia-review.googlesource.com/c/skia/+/131524 Change-Id: I9d6d484c25ee6af325adf6089f8a1c3acafd22e5 Reviewed-on: https://skia-review.googlesource.com/134020 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com> Auto-Submit: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 53ae495c92..e452ba3eca 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -618,9 +618,6 @@ def dm_flags(api, bot):
match.append('~SpecialImage') # skia:6338
match.append('~skbug6653') # skia:6653
- if 'GalaxyS7_G930A' in bot:
- match.append('~WritePixels') # skia:6427
-
if 'MSAN' in bot:
match.extend(['~Once', '~Shared']) # Not sure what's up with these tests.
@@ -988,7 +985,6 @@ def RunSteps(api):
TEST_BUILDERS = [
'Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android',
'Test-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Debug-All-Android',
- 'Test-Android-Clang-GalaxyS7_G930A-GPU-Adreno530-arm64-Debug-All-Android',
'Test-Android-Clang-NVIDIA_Shield-GPU-TegraX1-arm64-Debug-All-Android_CCPR',
'Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Release-All-Android',
'Test-Android-Clang-Nexus5x-GPU-Adreno418-arm-Debug-All-Android_ASAN',