@@ -45,9 +45,6 @@ platform_properties:
4545 device_type : none
4646 os : Windows-10
4747
48- # The current android emulator config names can be found here:
49- # https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/android/avd/proto
50- # You may use those names for the android_virtual_device version.
5148targets :
5249 - name : Linux local_engine_builds
5350 enabled_branches :
@@ -57,6 +54,7 @@ targets:
5754 config_name : local_engine
5855
5956 - name : Linux linux_android_emulator_tests
57+ bringup : true
6058 enabled_branches :
6159 - main
6260 recipe : engine_v2/engine_v2
@@ -76,7 +74,28 @@ targets:
7674 - testing/scenario_app/**
7775 - testing/skia_gold_client/**
7876
77+ - name : Linux linux_android_emulator_tests_34
78+ enabled_branches :
79+ - main
80+ recipe : engine_v2/engine_v2
81+ properties :
82+ config_name : linux_android_emulator_34
83+ dependencies : >-
84+ [
85+ {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}
86+ ]
87+ timeout : 90
88+ runIf :
89+ - .ci.yaml
90+ - ci/builders/linux_android_emulator.json
91+ - DEPS
92+ - lib/ui/**
93+ - shell/platform/android/**
94+ - testing/scenario_app/**
95+ - testing/skia_gold_client/**
96+
7997 - name : Linux linux_android_emulator_skia_tests
98+ bringup : true
8099 enabled_branches :
81100 - main
82101 recipe : engine_v2/engine_v2
@@ -96,6 +115,26 @@ targets:
96115 - testing/scenario_app/**
97116 - testing/skia_gold_client/**
98117
118+ - name : Linux linux_android_emulator_skia_tests_34
119+ enabled_branches :
120+ - main
121+ recipe : engine_v2/engine_v2
122+ properties :
123+ config_name : linux_android_emulator_skia_34
124+ dependencies : >-
125+ [
126+ {"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}
127+ ]
128+ timeout : 90
129+ runIf :
130+ - .ci.yaml
131+ - ci/builders/linux_android_emulator.json
132+ - DEPS
133+ - lib/ui/**
134+ - shell/platform/android/**
135+ - testing/scenario_app/**
136+ - testing/skia_gold_client/**
137+
99138 - name : Linux builder_cache
100139 enabled_branches :
101140 - main
0 commit comments