Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[shortfin llm ci] decouple large integration tests from smoke tests #968

Open
renxida opened this issue Feb 14, 2025 · 0 comments
Open

[shortfin llm ci] decouple large integration tests from smoke tests #968

renxida opened this issue Feb 14, 2025 · 0 comments
Assignees

Comments

@renxida
Copy link
Contributor

renxida commented Feb 14, 2025

Right now, we do:

  • build packages
  • smoke test
  • integration test

all in series. A failing smoke test would prevent integration tests from running.

I would like to make it do smoke tests and integration tests in separate jobs. This would let us:

  • run in parallel
  • put one on a schedule and the other on pull request. Possibly only smoke tests for each PR & run integration tests on a schedule to conserve CI time (without caching, it takes around 10 minutes to run the integration tests)
@renxida renxida self-assigned this Feb 14, 2025
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

No branches or pull requests

1 participant