aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-07-19 15:58:15 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-20 13:12:26 +0000
commit9c4dfadabd1edabbd49e760edf4f067a2b03dd6f (patch)
treedc337d6b9f9d9f3dcf41d7d37362466db7b84fd9 /infra/bots/recipes/test.py
parent9f4efd33f47b62fa8c7248e1101cb31bdf179430 (diff)
Remove an internal bot.
Bug: skia:7046 No-Try: true Change-Id: Ie7883c3ea93166432bcb502667b0de7af586722a Reviewed-on: https://skia-review.googlesource.com/142587 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py33
1 files changed, 0 insertions, 33 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index edbbe34b20..92b74a1194 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -446,16 +446,6 @@ def dm_flags(api, bot):
# Android and iOS. skia:5438
blacklist('_ test _ GrShape')
- if api.vars.internal_hardware_label == '1':
- # skia:7046
- blacklist('_ test _ EGLImageTest')
- blacklist('_ test _ ES2BlendWithNoTexture')
- blacklist('_ test _ GrSurfaceRenderability')
- blacklist('_ test _ WritePixelsMSAA_Gpu')
- blacklist('_ test _ WritePixelsNonTextureMSAA_Gpu')
- blacklist('_ test _ WritePixelsNonTexture_Gpu')
- blacklist('_ test _ WritePixels_Gpu')
-
if api.vars.internal_hardware_label == '2':
# skia:7160
blacklist('_ test _ SRGBReadWritePixels')
@@ -817,9 +807,6 @@ def dm_flags(api, bot):
# skia:7603
match.append('~^GrMeshTest$')
- if api.vars.internal_hardware_label == '1':
- match.append('~skbug6653') # skia:6653
-
if blacklisted:
args.append('--blacklist')
args.extend(blacklisted)
@@ -1240,26 +1227,6 @@ def GenTests(api):
)
yield (
- api.test('internal_bot_1') +
- api.properties(buildername=builder,
- buildbucket_build_id='123454321',
- revision='abc123',
- path_config='kitchen',
- swarm_out_dir='[SWARM_OUT_DIR]',
- internal_hardware_label='1') +
- api.path.exists(
- api.path['start_dir'].join('skia'),
- api.path['start_dir'].join('skia', 'infra', 'bots', 'assets',
- 'skimage', 'VERSION'),
- api.path['start_dir'].join('skia', 'infra', 'bots', 'assets',
- 'skp', 'VERSION'),
- api.path['start_dir'].join('skia', 'infra', 'bots', 'assets',
- 'svg', 'VERSION'),
- api.path['start_dir'].join('tmp', 'uninteresting_hashes.txt')
- )
- )
-
- yield (
api.test('internal_bot_2') +
api.properties(buildername=builder,
buildbucket_build_id='123454321',