aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/compile.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/compile.py')
-rw-r--r--infra/bots/recipes/compile.py25
1 files changed, 0 insertions, 25 deletions
diff --git a/infra/bots/recipes/compile.py b/infra/bots/recipes/compile.py
index ab251fb7f0..1d84ad5a56 100644
--- a/infra/bots/recipes/compile.py
+++ b/infra/bots/recipes/compile.py
@@ -82,8 +82,6 @@ TEST_BUILDERS = [
'Build-Debian9-GCC-x86_64-Debug-NoGPU',
'Build-Debian9-GCC-x86_64-Release-ANGLE',
'Build-Debian9-GCC-x86_64-Release-Flutter_Android',
- 'Build-Debian9-GCC-x86_64-Release-PDFium',
- 'Build-Debian9-GCC-x86_64-Release-PDFium_SkiaPaths',
'Build-Debian9-GCC-x86_64-Release-Shared',
'Build-Mac-Clang-arm64-Debug-Android',
'Build-Mac-Clang-arm64-Debug-iOS',
@@ -152,29 +150,6 @@ def GenTests(api):
)
)
- buildername = 'Build-Debian9-GCC-x86_64-Release-PDFium'
- yield (
- api.test('pdfium_trybot') +
- api.properties(
- repository='https://skia.googlesource.com/skia.git',
- buildername=buildername,
- path_config='kitchen',
- swarm_out_dir='[SWARM_OUT_DIR]',
- revision='abc123',
- patch_issue=500,
- patch_repo='https://skia.googlesource.com/skia.git',
- patch_set=1,
- patch_storage='gerrit') +
- api.properties.tryserver(
- buildername=buildername,
- gerrit_project='skia',
- gerrit_url='https://skia-review.googlesource.com/',
- ) +
- api.path.exists(
- api.path['start_dir'].join('tmp', 'uninteresting_hashes.txt')
- )
- )
-
buildername = 'Build-Debian9-GCC-x86_64-Release-Flutter_Android'
yield (
api.test('flutter_trybot') +