Skip to content

Improve CI reliability and efficiency#288

Open
Syed-Moiz-Ali wants to merge 1 commit into
google:masterfrom
Syed-Moiz-Ali:feat/ci-reliability
Open

Improve CI reliability and efficiency#288
Syed-Moiz-Ali wants to merge 1 commit into
google:masterfrom
Syed-Moiz-Ali:feat/ci-reliability

Conversation

@Syed-Moiz-Ali

Copy link
Copy Markdown

Addresses #255

Structural Cleanup

  • Remove linux-dart job — duplicates the linux VM/Chrome/Firefox test matrix; Dart SDK variant adds no unique coverage
  • iOS runner: macos-14 \→\ macos-15 (remove duplicate macOS runner)
  • Non-blocking mobile tests: Added \continue-on-error: true\ to both iOS and Android jobs (flaky emulators no longer block PR CI)

Emulator Reliability

  • Android: Downgraded API 36 → 34 (API 36 has known emulator instability issues)
  • AVD cache: Updated cache key from \�pi36\ to \�pi34\

Note: \linux-dart\ removed; \linux\ job already runs the full VM/Chrome/Firefox matrix with \dart2js,dart2wasm\ compilers plus coverage reporting — the duplicate Dart SDK job was redundant.

Structural cleanup:
- Remove linux-dart job (duplicates linux VM/Chrome/Firefox tests)
- Upgrade iOS runner from macos-14 to macos-15
- Make iOS and Android non-blocking (continue-on-error: true)

Emulator reliability:
- Downgrade Android API 36 to 34 (known emulator issues with API 36)
- Update AVD cache key to api34

See: google#255
@google-cla

google-cla Bot commented Jun 16, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant