aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/vars/examples
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/vars/examples')
-rw-r--r--infra/bots/recipe_modules/vars/examples/full.expected/Build-Debian9-GCC-x86_64-Release-Flutter_Android.json (renamed from infra/bots/recipe_modules/vars/examples/full.expected/Build-Ubuntu-GCC-x86_64-Release-Flutter_Android.json)0
-rw-r--r--infra/bots/recipe_modules/vars/examples/full.expected/Build-Debian9-GCC-x86_64-Release-PDFium.json (renamed from infra/bots/recipe_modules/vars/examples/full.expected/Build-Ubuntu-GCC-x86_64-Release-PDFium.json)0
-rw-r--r--infra/bots/recipe_modules/vars/examples/full.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-ASAN.json (renamed from infra/bots/recipe_modules/vars/examples/full.expected/Perf-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-ASAN.json)0
-rw-r--r--infra/bots/recipe_modules/vars/examples/full.py6
4 files changed, 3 insertions, 3 deletions
diff --git a/infra/bots/recipe_modules/vars/examples/full.expected/Build-Ubuntu-GCC-x86_64-Release-Flutter_Android.json b/infra/bots/recipe_modules/vars/examples/full.expected/Build-Debian9-GCC-x86_64-Release-Flutter_Android.json
index 4594f9e6b9..4594f9e6b9 100644
--- a/infra/bots/recipe_modules/vars/examples/full.expected/Build-Ubuntu-GCC-x86_64-Release-Flutter_Android.json
+++ b/infra/bots/recipe_modules/vars/examples/full.expected/Build-Debian9-GCC-x86_64-Release-Flutter_Android.json
diff --git a/infra/bots/recipe_modules/vars/examples/full.expected/Build-Ubuntu-GCC-x86_64-Release-PDFium.json b/infra/bots/recipe_modules/vars/examples/full.expected/Build-Debian9-GCC-x86_64-Release-PDFium.json
index 4594f9e6b9..4594f9e6b9 100644
--- a/infra/bots/recipe_modules/vars/examples/full.expected/Build-Ubuntu-GCC-x86_64-Release-PDFium.json
+++ b/infra/bots/recipe_modules/vars/examples/full.expected/Build-Debian9-GCC-x86_64-Release-PDFium.json
diff --git a/infra/bots/recipe_modules/vars/examples/full.expected/Perf-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-ASAN.json b/infra/bots/recipe_modules/vars/examples/full.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-ASAN.json
index 4594f9e6b9..4594f9e6b9 100644
--- a/infra/bots/recipe_modules/vars/examples/full.expected/Perf-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-ASAN.json
+++ b/infra/bots/recipe_modules/vars/examples/full.expected/Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-ASAN.json
diff --git a/infra/bots/recipe_modules/vars/examples/full.py b/infra/bots/recipe_modules/vars/examples/full.py
index eeddfd72f7..0f38909cd7 100644
--- a/infra/bots/recipe_modules/vars/examples/full.py
+++ b/infra/bots/recipe_modules/vars/examples/full.py
@@ -22,13 +22,13 @@ def RunSteps(api):
TEST_BUILDERS = [
+ 'Build-Debian9-GCC-x86_64-Release-Flutter_Android',
+ 'Build-Debian9-GCC-x86_64-Release-PDFium',
'Build-Mac-Clang-x86_64-Debug-CommandBuffer',
- 'Build-Ubuntu-GCC-x86_64-Release-Flutter_Android',
- 'Build-Ubuntu-GCC-x86_64-Release-PDFium',
'Build-Win-MSVC-x86_64-Release-Vulkan',
'Housekeeper-Weekly-RecreateSKPs',
'Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug',
- 'Perf-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-ASAN',
+ 'Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-ASAN',
]