Fantom-foundation / Carmen

Carmen engine for fast world state storage.
Other
11 stars 12 forks source link

Unify pipelines to Validate schemes #968

Open kjezek opened 2 months ago

kjezek commented 2 months ago

Currently we have tons of pipelines that verify various schemes of Carmen. Since they are all basically the same and they differ only in parametrizing the scheme to run, it should be maintained by one pipeline only that would be itself parameterised.

cabrador commented 6 days ago

I started talking to @Lubomir-Jahn about this - he will create a pipeline allowing us to chose which schema we want to run.

Once this is done, we can squash all old schemas (s1-s4/cpp) into one pipeline. All jobs will run in parallel so there will be no slowdown whatsoever.