niftyreg icon indicating copy to clipboard operation
niftyreg copied to clipboard

GPU CI on self-hosted

Open mmodat opened this issue 2 years ago • 4 comments

mmodat avatar Jul 29 '22 09:07 mmodat

Error I got: Error: .github#L1 actions/checkout@v3 and lukka/get-cmake@latest are not allowed to be used in KCL-BMEIS/niftyreg. Actions in this workflow must be: within a repository owned by KCL-BMEIS. Will need to chance the checkout and the build of cmake

mmodat avatar Aug 01 '22 12:08 mmodat

Hey @mmodat Sorry for jumping on this. "self-hosted" got my attention.

You can achieve the same with https://cirun.io It creates on demand runners for GitHub Actions on your cloud and manages the complete lifecycle. You simply connect your cloud provider and define what runners you need in a simple yaml file and that's it.

See https://docs.cirun.io/reference/examples.html#aws for example.

aktech avatar Aug 16 '22 20:08 aktech

Thank you for the suggestion @aktech. @onurulgen, could you look into this for us?

mmodat avatar Aug 31 '22 14:08 mmodat

The problem should be fixed now. You should be able to run the actions.

onurulgen avatar Aug 31 '22 14:08 onurulgen