aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/flavor/examples/full.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/flavor/examples/full.py')
-rw-r--r--infra/bots/recipe_modules/flavor/examples/full.py33
1 files changed, 0 insertions, 33 deletions
diff --git a/infra/bots/recipe_modules/flavor/examples/full.py b/infra/bots/recipe_modules/flavor/examples/full.py
index 59e3223d14..5d30a4f29b 100644
--- a/infra/bots/recipe_modules/flavor/examples/full.py
+++ b/infra/bots/recipe_modules/flavor/examples/full.py
@@ -34,9 +34,6 @@ def RunSteps(api):
if api.properties.get('is_testing_exceptions') == 'True':
return test_exceptions(api)
- api.flavor.compile('dm')
- api.flavor.copy_extra_build_products(api.vars.swarming_out_dir)
- assert str(api.flavor.out_dir) != ''
if 'Build' not in api.properties['buildername']:
try:
api.flavor.copy_file_to_device('file.txt', 'file.txt')
@@ -57,36 +54,6 @@ def RunSteps(api):
TEST_BUILDERS = [
- 'Build-Debian9-Clang-arm-Release-Android_API26',
- 'Build-Debian9-Clang-arm-Release-Chromebook_GLES',
- 'Build-Debian9-Clang-arm-Release-Android_ASAN',
- 'Build-Debian9-Clang-arm64-Release-Android_ASAN',
- 'Build-Debian9-Clang-universal-devrel-Android_SKQP',
- 'Build-Debian9-Clang-x86_64-Debug-Chromebook_GLES',
- 'Build-Debian9-Clang-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE',
- 'Build-Debian9-Clang-x86_64-Debug-SK_CPU_LIMIT_SSE41',
- 'Build-Debian9-Clang-x86_64-Release-Fast',
- 'Build-Debian9-Clang-x86_64-Release-Mini',
- 'Build-Debian9-Clang-x86_64-Release-NoDEPS',
- 'Build-Debian9-Clang-x86_64-Release-SwiftShader',
- 'Build-Debian9-Clang-x86_64-Release-Vulkan',
- 'Build-Debian9-EMCC-wasm-Release',
- 'Build-Debian9-GCC-loongson3a-Release',
- 'Build-Debian9-GCC-x86_64-Debug-EmbededResouces',
- 'Build-Debian9-GCC-x86_64-Release-ANGLE',
- 'Build-Debian9-GCC-x86_64-Release-Flutter_Android',
- 'Build-Debian9-GCC-x86_64-Release-NoGPU',
- 'Build-Debian9-GCC-x86_64-Release-Shared',
- 'Build-Mac-Clang-arm64-Debug-Android_Vulkan',
- 'Build-Mac-Clang-arm64-Debug-iOS',
- 'Build-Mac-Clang-x86_64-Debug-CommandBuffer',
- 'Build-Mac-Clang-x86_64-Debug-Metal',
- 'Build-Win-Clang-arm64-Release-Android',
- 'Build-Win-Clang-x86-Debug-Exceptions',
- 'Build-Win-Clang-x86_64-Debug-GDI',
- 'Build-Win-Clang-x86_64-Release',
- 'Build-Win-Clang-x86_64-Release-Vulkan',
- 'Housekeeper-PerCommit-CheckGeneratedFiles',
'Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android',
'Perf-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Debug-All-Android',
'Perf-Android-Clang-NexusPlayer-GPU-PowerVR-x86-Debug-All-Android',