geodynamics / vq

Virtual Quake is a boundary element code designed to investigate long term fault system behavior and interactions between faults through stress transfer.
Other
12 stars 24 forks source link

Replace Jenkins CI by Github Actions #210

Closed gassmoeller closed 2 years ago

gassmoeller commented 2 years ago

The Jenkins CI server provided by CIG is failing and currently offline, without intention to bring it back online. We have transitioned all other clients of the Jenkins server to other services, mostly to Github Actions (https://github.com/features/actions). This PR implements the same strategy and you can check how this new interface looks here: https://github.com/gassmoeller/vq/actions. The build is currently failing because of MPI issues inside the container (independent from the transition), but a working CI that fails is better than a non-working CI. I may be able to fix the MPI errors inside later, but if not I would still suggest to go ahead with this PR.

gassmoeller commented 2 years ago

Thanks. Let me know in case you have any questions about the actions in the future.