-
Notifications
You must be signed in to change notification settings - Fork 740
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
[Test automation] Fix pytest collection errors and schedule daily CI/CD workflow run #737
base: main
Are you sure you want to change the base?
Conversation
hey @ConnorHack, from the log of this CI run, it seems tests were not passing (ex. "Run Tests: Loop"step) - how should we interpret the result? can you help me understand how the CI run result would be informative to developers? |
If you're referring to the As for how to interpret the result... ...I need to take another look at what fixtures are enabled with the provider So:
TLDR: It isn't helpful in its current state, but it will be once I can identify which tests should be selected using the pytest parameters |
What does this PR do?
This PR introduces a new daily cron job scheduled to run at 2:30 am EST daily. It also modifies the following small items:
This PR also fixes some collection errors that were found when testing.
Test Plan
Workflow execution done within synced forked repository of llama-stack here.
Pre-commit job ran here.