Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Revert "Update android defines test to use emulator" #118928

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1379,26 +1379,12 @@ targets:

- name: Linux_android android_defines_test
recipe: devicelab/devicelab_drone
presubmit: true
bringup: true
presubmit: false
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