Skip to content

add more regression tests in a smarter way

Marc Konig requested to merge mk-acceptance-tests into master

Instead of running shell code that has to be compatible with Gitlabs terrible yaml syntax, replace it with a simple bash script that is invoked in the regression-tests CI job.

The script can also be run locally, so you don't have to wait on and use the resources of CI runners.

Optimize the CI pipeline a bit by declaring dependencies and caches. Can definitely still be improved further.

Edited by Marc Konig

Merge request reports