Skip to content

Commit 49e025d

Browse files
Update android defines test to use emulator (#118808)
* Update android defines test to use emulator * Need strings in dimensions. * put dimensions in the wrong spot. * Add bringup. * See if the test runs with Linux_android * Adjusting dimensions * Dimension fields must be strings. * Making dimensions a dict. * Try with swarming.dimension * The dimension set does not appear to do anything. * Device type none * Made target presubmit * Dimensions again * Fixed formatting. * Update since flutter roller fails
1 parent 1cdaf9e commit 49e025d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.ci.yaml

+15-1
Original file line numberDiff line numberDiff line change
@@ -1379,12 +1379,26 @@ targets:
13791379

13801380
- name: Linux_android android_defines_test
13811381
recipe: devicelab/devicelab_drone
1382-
presubmit: false
1382+
presubmit: true
1383+
bringup: true
13831384
timeout: 60
1385+
dimensions: {
1386+
cores: "swarming.dimension('8')",
1387+
kvm: "swarming.dimension('1')",
1388+
machine_type: "swarming.dimension('n1-standard-8')"
1389+
}
13841390
properties:
1391+
device_type: "none"
13851392
tags: >
13861393
["devicelab" ,"android", "linux"]
13871394
task_name: android_defines_test
1395+
dependencies: >-
1396+
[
1397+
{"dependency": "android_virtual_device", "version": "31"},
1398+
{"dependency": "android_sdk", "version": "version:33v6"},
1399+
{"dependency": "open_jdk", "version": "version:11"}
1400+
]
1401+
use_emulator: "true"
13881402

13891403
- name: Linux_android android_obfuscate_test
13901404
recipe: devicelab/devicelab_drone

0 commit comments

Comments
 (0)