VILLASframework / node

Connecting real-time power grid simulation equipment
https://fein-aachen.org/projects/villas-node/
Apache License 2.0
13 stars 7 forks source link

ci: improve gitlab CI #788

Closed n-eiling closed 5 months ago

n-eiling commented 5 months ago

The github DCO check seems to be broken. I actually liked it so maybe we can move back to it at some point. However, for now I added this DCO check to the gitlab CI: https://github.com/christophebedard/dco-check

I also added some more needs statesments to increase parallel execution of CI jobs and replaced some CI_COMMIT_REF_NAME with DOCKER_TAG (its the same value but the latter is more consistent and verbose)

n-eiling commented 5 months ago

Ah looks like now the DCO check works again.... What should we do?

stv0g commented 5 months ago

image

Ich glaube der DCO check geht wieder. Falls möglich würde ich den lieber direkt in GitHub belassen.

n-eiling commented 5 months ago

ok I removed the DCO check again. I think the other changes are still useful, so let's merge them instead.