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

Use env vars as an alternative to client config #32

Closed abhi18av closed 1 week ago

abhi18av commented 3 months ago

The intent of this PR is to

  1. Accommodate the specification of Nomad client properties using NOMAD_ environment variables (as mentioned here for Client and in a larger list here for Job )

  2. Evaluate the use of Environment variables in IntelliJ to run tests on a functional cluster. As of now we have a mock server #8 , which does the job for making sure the Client level setup is working as expected, however it might be worth to start running pipelines as part of our general test suite.