-
Notifications
You must be signed in to change notification settings - Fork 20
feat: Blase NS multi-machine batch #1690
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
base: main
Are you sure you want to change the base?
Conversation
We will use `snakemake`'s kubernetes executor: https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/kubernetes.html along with namespace's kubernetes cluster support: - https://namespace.so/docs/reference/github-actions/nscloud-cluster-action to run our snakemake setup directly on snakemake. The open question for me is where this will store the build artifact. Currently, our evaluation run uploads a ZIP file to Zulip. We can upload this ZIP file as a build artifact on GH.
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
2 similar comments
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
1 similar comment
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
2 similar comments
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
…running the action I care about
…running the action I care about
bv_decide solved 0 theorems. |
1 similar comment
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
1 similar comment
bv_decide solved 0 theorems. |
chore: move lake cache to before
!blase |
!blase |
bv_decide solved 0 theorems. |
1 similar comment
bv_decide solved 0 theorems. |
We will use
snakemake
's kubernetes executor:https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/kubernetes.html
along with namespace's kubernetes cluster support:
to run our snakemake setup directly on snakemake.
The open question for me is where this will store the build artifact. Currently, our evaluation run uploads a ZIP file to Zulip. We can upload this ZIP file as a build artifact on GH.