Skip to content

Commit

Permalink
Update android defines test to use emulator (#118808)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ricardoamador committed Jan 21, 2023
1 parent 1cdaf9e commit 49e025d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .ci.yaml
Expand Up @@ -1379,12 +1379,26 @@ targets:

- name: Linux_android android_defines_test
recipe: devicelab/devicelab_drone
presubmit: false
presubmit: true
bringup: true
timeout: 60
dimensions: {
cores: "swarming.dimension('8')",
kvm: "swarming.dimension('1')",
machine_type: "swarming.dimension('n1-standard-8')"
}
properties:
device_type: "none"
tags: >
["devicelab" ,"android", "linux"]
task_name: android_defines_test
dependencies: >-
[
{"dependency": "android_virtual_device", "version": "31"},
{"dependency": "android_sdk", "version": "version:33v6"},
{"dependency": "open_jdk", "version": "version:11"}
]
use_emulator: "true"

- name: Linux_android android_obfuscate_test
recipe: devicelab/devicelab_drone
Expand Down

0 comments on commit 49e025d

Please sign in to comment.