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

testing on remote environments #51

Closed abhi18av closed 1 week ago

abhi18av commented 1 week ago

Hi @jagedn ,

I was wondering if we could have a task which pushes the built plugin to a remote server via SSH.

This was we can use our locally built latest version and deploy it to the sun-nomadlab or az-nomadlab setups - do you think it makes sense?

jagedn commented 1 week ago

yes, I think we can use secrets in GH to store the credentials and execute ssh against these server but not sure how to check if the command finish ok ... will see

another approach is to use custom GH runners ( I think we have an issue opened to investigate this case)

abhi18av commented 1 week ago

Exactly, with this approach we can push the built aftifacts directly to az-nomadlab nodes from Github and then trigger something there.

CC @jhaezebr @matthdsm @tomiles