BNLNPPS / esi-shell

Apache License 2.0
0 stars 0 forks source link

Install self-hosted runner on npps0 for GPU based CI jobs #38

Closed plexoos closed 1 month ago

plexoos commented 4 months ago

One self-hosted runner can only run one job at a time, when no available runners are idle, the subsequent jobs will be in queueing until available runners are idle.

but it should be possible to setup multiple self-hosted runners on the same node...?

buddhasystem commented 4 months ago

I think it's token-based, right? So it should be possible...

plexoos commented 4 months ago

Installing and starting runners in separate directories (same host) might work... I saw this suggested somewhere but haven't tried yet