Skip to content

Commit 22bbdf0

Browse files
Android defines target update (#119766)
* Round 2 with dimensions * Try with stringified keys * Forgot a comma * trying a list of maps. * Try key value pairs * Try with kvm only * try with swarming_dimensions * Updated with fix in swarming.star * Attempting to remove the bring up property to verify test is running. * Remove android from target tags to avoid adb command automatically running in test_utils call. * Remove the duplicated dependencies in the defines target that exist in the platform
1 parent d63987f commit 22bbdf0

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.ci.yaml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,16 +1376,25 @@ targets:
13761376
["devicelab", "android", "linux"]
13771377
task_name: analyzer_benchmark
13781378

1379-
# TODO (ricardoamador) https://github.com/flutter/flutter/issues/119026
13801379
- name: Linux_android android_defines_test
13811380
recipe: devicelab/devicelab_drone
1382-
bringup: true
1383-
presubmit: false
1381+
presubmit: true
13841382
timeout: 60
1383+
dimensions: {
1384+
kvm: "1",
1385+
cores: "8",
1386+
machine_type: "n1-standard-8"
1387+
}
13851388
properties:
1389+
device_type: "none"
13861390
tags: >
1387-
["devicelab" ,"android", "linux"]
1391+
["devicelab", "linux"]
13881392
task_name: android_defines_test
1393+
dependencies: >-
1394+
[
1395+
{"dependency": "android_virtual_device", "version": "31"}
1396+
]
1397+
use_emulator: "true"
13891398

13901399
- name: Linux_android android_obfuscate_test
13911400
recipe: devicelab/devicelab_drone

0 commit comments

Comments
 (0)