Skip to content

Commit 0fc1ec9

Browse files
riglarclaude
andcommitted
Remove Google Play devices from gpu1 tests
GPU1 doesn't support Google Play versions, so removing those configurations from the device matrix. This leaves 10 jobs testing all standard devices (Pixel 6, 6 Pro, 7, 7 Pro, and Generic Tablet) on API 34 & 35. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fa8650a commit 0fc1ec9

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ jobs:
3232
- device: pixel-6
3333
api-level: "35"
3434

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-
4335
# Pixel 6 Pro API 34-35
4436
- device: pixel-6-pro
4537
api-level: "34"
@@ -52,14 +44,6 @@ jobs:
5244
- device: pixel-7
5345
api-level: "35"
5446

55-
# Google Play versions of Pixel 7
56-
- device: pixel-7
57-
api-level: "34"
58-
google-play: true
59-
- device: pixel-7
60-
api-level: "35"
61-
google-play: true
62-
6347
# Pixel 7 Pro API 34-35
6448
- device: pixel-7-pro
6549
api-level: "34"

0 commit comments

Comments
 (0)