Skip to content

Commit fa8650a

Browse files
riglarclaude
andcommitted
Expand gpu1 tests to all devices on API 34 & 35
Updates the gpu1 workflow to test all available Android devices (Pixel 6, Pixel 6 Pro, Pixel 7, Pixel 7 Pro, and Generic Tablet) on API levels 34 and 35, including Google Play versions where applicable. This expands coverage from 4 jobs to 14 jobs to ensure comprehensive testing across the full device matrix supported by gpu1. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 65790b1 commit fa8650a

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

.github/workflows/android-devices-matrix-gpu1.yml

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,27 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
include:
29-
# gpu1 only supports Pixel 7 with API 34-35
29+
# Pixel 6 API 34-35
30+
- device: pixel-6
31+
api-level: "34"
32+
- device: pixel-6
33+
api-level: "35"
34+
35+
# Google Play versions of Pixel 6
36+
- device: pixel-6
37+
api-level: "34"
38+
google-play: true
39+
- device: pixel-6
40+
api-level: "35"
41+
google-play: true
42+
43+
# Pixel 6 Pro API 34-35
44+
- device: pixel-6-pro
45+
api-level: "34"
46+
- device: pixel-6-pro
47+
api-level: "35"
48+
49+
# Pixel 7 API 34-35
3050
- device: pixel-7
3151
api-level: "34"
3252
- device: pixel-7
@@ -40,6 +60,18 @@ jobs:
4060
api-level: "35"
4161
google-play: true
4262

63+
# Pixel 7 Pro API 34-35
64+
- device: pixel-7-pro
65+
api-level: "34"
66+
- device: pixel-7-pro
67+
api-level: "35"
68+
69+
# Generic Tablet API 34-35
70+
- device: generic-tablet
71+
api-level: "34"
72+
- device: generic-tablet
73+
api-level: "35"
74+
4375

4476
steps:
4577
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)