nextflow-io / nf-nomad

Hashicorp Nomad executor plugin for Nextflow
https://nextflow-io.github.io/nf-nomad/
Apache License 2.0
2 stars 2 forks source link

run e2e tests in local and/or remote #53

Closed jagedn closed 1 week ago

jagedn commented 1 week ago

this PR improve the end 2 end tests so you can run a set of pipelines in local or remote

you need to share your keys with the remote nf-azure server in order to be able to run ssh commands without password

the run-all.sh build and copy current version of the plugin as latest in the remote server

closes #51