Skip to content

[all] Update Android device model to shiba aka pixel 8#11312

Open
reidbaker wants to merge 2 commits intomainfrom
i183935-migrate-android-device
Open

[all] Update Android device model to shiba aka pixel 8#11312
reidbaker wants to merge 2 commits intomainfrom
i183935-migrate-android-device

Conversation

@reidbaker
Copy link
Contributor

Fixes flutter/flutter#183935
{
"id": "shiba",
"name": "Pixel 8",
"manufacturer": "Google",
"form": "PHYSICAL",
"screenX": 1080,
"screenY": 2400,
"supportedVersionIds": [
"35",
"34"
],
"brand": "google",
"codename": "shiba",
"supportedAbis": [
"arm64-v8a"
],
"screenDensity": 420,
"formFactor": "PHONE",
"thumbnailUrl": "https://lh3.googleusercontent.com/y3CK3aSh9wV7Dmrti0ogN_C0r5j1M5-Vmdu_-trvcCF-BQDJsUxKQcRuxx05H1a0CvteCOL9umU",
"perVersionInfo": [
{
"versionId": "35",
"deviceCapacity": "DEVICE_CAPACITY_MEDIUM"
},
{
"versionId": "34",
"deviceCapacity": "DEVICE_CAPACITY_HIGH",
"interactiveDeviceAvailabilityEstimate": "30s",
"directAccessVersionInfo": {
"directAccessSupported": true
}
}
]
},

Pre-Review Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [AI contribution guidelines] and understand my responsibilities, or I am not using AI tools.
  • I read the [Tree Hygiene] page, which explains my responsibilities.
  • I read and followed the [relevant style guides] and ran [the auto-formatter].
  • I signed the [CLA].
  • The title of the PR starts with the name of the package surrounded by square brackets, e.g. [shared_preferences]
  • I [linked to at least one issue that this PR fixes] in the description above.
  • I followed [the version and CHANGELOG instructions], using [semantic versioning] and the [repository CHANGELOG style], or I have commented below to indicate which documented exception this PR falls under[^1].
  • I updated/added any relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or I have commented below to indicate which [test exemption] this PR falls under[^1].
  • All existing and new tests are passing.

@reidbaker reidbaker added the CICD Run CI/CD label Mar 20, 2026
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Android device configuration for CI tests. In .ci/targets/android_device_tests.yaml, the test device is changed from 'panther' (Pixel 7) on Android 33 to 'shiba' (Pixel 8) on Android 35.

@reidbaker reidbaker added CICD Run CI/CD and removed CICD Run CI/CD labels Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CICD Run CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[packages] Very frequent timeouts on FTL device tests

1 participant