-
Notifications
You must be signed in to change notification settings - Fork 54
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
[Bug] Need to port Publish to PyPl workflow to ARC cluster #457
Comments
In the
The first step requires a GPU while the second step does not. It's okay to only port for the first step to run on the arc cluster. @c-fteixeira |
if so, we can instead of 1. just call Test workflow. Publish workflow move to GitHub hosted server. |
The current release tests are the same as our daily tests. But we planned to enable some slow tests in the release tests. |
I think it might be just a arg of workflow that enables slow tests. No need to copy-paste a lot |
Yeah, it's better if we can resue some workflow code by using arg to specify whether to enable more tests. |
@c-fteixeira is it done? yes? |
After merging from CentML/hidet Tests workflow runs on ARC cluster. But there is one more workflow that counts on the previously used instance - "Publish to PyPl" workflow.
We need to port it to running on ARC cluster.
@yaoyaoding @wangshangsam @c-fteixeira
The text was updated successfully, but these errors were encountered: