Skip to content

Implementation of CI/CD

Raffael Rehberger requested to merge rtraceio/devops/welder:master into master

Hello Thomas,

as discussed, here's the MR/PR where I've implemented a fairly basic CI/CD pipeline for Welder. It's mostly addition, therfor the Integration-Tests are still runnable locally, because the Test-Helper differentiates between Local and CI environment. Tests are currently passing.

While I was on it, I already added a Unit-Test stage as well, currently it only runs a Dummy-test that will alwas pass. Will follow up on some unit-tests in the future.

Refer to the documentation in docs/cicd.md for details of how the pipeline is setup. Please review and merge back to upstream.

If you have any questions, feedback please get back to me.

Have a nice day, BR, Raffael

Merge request reports