aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/core/examples/full.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/core/examples/full.py')
-rw-r--r--infra/bots/recipe_modules/core/examples/full.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/bots/recipe_modules/core/examples/full.py b/infra/bots/recipe_modules/core/examples/full.py
index cbfa7ad15e..b2655b1d12 100644
--- a/infra/bots/recipe_modules/core/examples/full.py
+++ b/infra/bots/recipe_modules/core/examples/full.py
@@ -47,7 +47,7 @@ def GenTests(api):
)
)
- buildername = 'Build-Ubuntu-GCC-x86_64-Release-PDFium'
+ buildername = 'Build-Debian9-GCC-x86_64-Release-PDFium'
yield (
api.test('pdfium_trybot') +
api.properties(
@@ -69,7 +69,7 @@ def GenTests(api):
)
)
- buildername = 'Build-Ubuntu-GCC-x86_64-Release-Flutter_Android'
+ buildername = 'Build-Debian9-GCC-x86_64-Release-Flutter_Android'
yield (
api.test('flutter_trybot') +
api.properties(
@@ -102,7 +102,7 @@ def GenTests(api):
api.path.exists(api.path['start_dir'].join('skp_output'))
)
- buildername = 'Build-Ubuntu-GCC-x86_64-Release'
+ buildername = 'Build-Debian9-GCC-x86_64-Release'
yield (
api.test('cross_repo_trybot') +
api.properties(