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

feat: add remote bin support for TES in a workdir #3990

Merged
merged 3 commits into from
Jun 29, 2023

Conversation

jherr-dev
Copy link
Contributor

Adds support for using remote bin with TES in a shared file system workdir. The shared file system mount on the server running the pipeline needs to be the same the mount in the image, so a mount off root is easiest. Code is based on the AWS Batch plugin's remote bin support.

Also sets the TES name to the task name.

@pditommaso I see you have done all the updates in the plugin repository for the official plugins, do you want/need to handle that or should I create a pr there to go along with this one?

@bentsherman
Copy link
Member

Thanks for working on this. Have you tested it with your own TES backend? Also, could you add a unit test to TesTaskHandlerTest ?

@jherr-dev jherr-dev force-pushed the feat/tes-remote-bin-support branch from 0016afa to bc49aae Compare June 22, 2023 21:37
@jherr-dev
Copy link
Contributor Author

Thanks for working on this. Have you tested it with your own TES backend? Also, could you add a unit test to TesTaskHandlerTest ?

Yeah I've tested and it works with my TES backend. I've added a test for the submit function.

@bentsherman bentsherman requested a review from pditommaso June 23, 2023 13:14
@pditommaso pditommaso added this to the 23.10.0 milestone Jun 29, 2023
@pditommaso pditommaso merged commit 8a22168 into nextflow-io:master Jun 29, 2023
abhi18av pushed a commit to abhi18av/nextflow that referenced this pull request Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants