It4innovations / hyperqueue

Scheduler for sub-node tasks for HPC systems with batch scheduling
https://it4innovations.github.io/hyperqueue
MIT License
272 stars 21 forks source link

Do not allow connections between production and development builds by default #581

Closed Kobzol closed 1 year ago

Kobzol commented 1 year ago

A simple solution for https://github.com/It4innovations/hyperqueue/issues/578, which doesn't require adding a build script.

CI uses HQ_BUILD_VERSION, so all nightly and production builds should have the correct version set.

Fixes https://github.com/It4innovations/hyperqueue/issues/578