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

Add github action which automatically runs tests against latest ComfyUI #314

Open
tazlin opened this issue Aug 26, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@tazlin
Copy link
Member

tazlin commented Aug 26, 2024

  • This should be a matter of getting the HEAD hash from comfyui and changing the COMFYUI_VERSION in hordelib\consts.py to that value, and then kicking off the CI as usual
  • This should be run at some fixed frequency (every 5 days?)
    • We do not currently have a permanent CI runner; perhaps a reminder should be sent upon the action running
    • If the hash has not changed, the workflow not be triggered.
  • Workflow runs which fail should trigger a suitable alert, ideally with an indication of the version hash which fails.
@tazlin tazlin added the enhancement New feature or request label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@tazlin and others