Skip to content

Integration tests in CI#113

Open
alan-george-lk wants to merge 20 commits intomainfrom
feature/ci_integration_tests
Open

Integration tests in CI#113
alan-george-lk wants to merge 20 commits intomainfrom
feature/ci_integration_tests

Conversation

@alan-george-lk
Copy link
Copy Markdown
Contributor

@alan-george-lk alan-george-lk commented Apr 29, 2026

This PR does the following:

  • Moves all testing into a new tests.yml CI stage
  • Adds the ability to run integration tests in CI via a locally-installed LiveKit server
  • Adjusts unstable integration tests to improve stability, via handshakes/setup
  • A more explicit parallel jobs function for improving CI times (has helped slightly on Windows, for example)
  • Consolidates 5 different prior env vars for integration/stress tests down to LIVEKIT_TOKEN_A/B

Some caveats:

  • Still runs unit tests on all prior platforms
  • Only runs integration tests on Linux x64 and Mac arm64, which matches the Rust SDK repo 1:1 (by design)
    • Has matrix option e2e-testing which is how the Rust SDK defines it, for integration tests

@alan-george-lk alan-george-lk changed the title Draft - Integration tests in CI Integration tests in CI May 4, 2026
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