You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it's getting deployed, we should move to CI for released images. This means we should be able to make better assurances about what people are running, including tests upon pull request.
Acceptance Criteria
Workflow for testing on PR
skip LLM portions with pytest.skipif() because they're too slow
Workflow for image build
Tasks
Write test workflow
Write build test workflow
tag llm tests so they don't get run in github actions
Confirm creation
This issue is ready
The text was updated successfully, but these errors were encountered:
Is this the right issue type?
Summary
If it's getting deployed, we should move to CI for released images. This means we should be able to make better assurances about what people are running, including tests upon pull request.
Acceptance Criteria
pytest.skipif()
because they're too slowTasks
Confirm creation
The text was updated successfully, but these errors were encountered: