Skip to content

Update testlab devices for transport-runtime test #4558

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 2 commits into from
Jan 13, 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
7 changes: 2 additions & 5 deletions transport/transport-runtime/transport-runtime.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,13 @@ firebaseLibrary {
testLab {
enabled = true

device 'model=walleye,version=28' // Pixel2
device 'model=blueline,version=28' // Pixel3
device 'model=walleye,version=27' // Pixel2
device 'model=victara,version=19' // Moto X
device 'model=Nexus4,version=22'
device 'model=Nexus7,version=21'
device 'model=Nexus4,version=19'
device 'model=starqlteue,version=26' // Galaxy S9
device 'model=m0,version=18' // Galaxy S3
device 'model=hero2lte,version=23' // Galaxy S7
device 'model=htc_m8,version=19' // HTC One (M8)
device 'model=harpia,version=23' // Moto G Play
}
}

Expand Down