unikraft / kraftkit

Build and use highly customized and ultra-lightweight unikernel VMs.
https://unikraft.org/docs/cli
BSD 3-Clause "New" or "Revised" License
204 stars 61 forks source link

refactor(workflows): Merge all tests into the same file #1644

Closed nderjung closed 1 month ago

nderjung commented 1 month ago

We should perform e2e for both CLI and cloud together, since cloud is not independent of changes from the rest of the codebase.

At the same time, simplify by merging these workflows together.

Finally, use all lower-case-and-hyphenated names; for consistency purposes.

Signed-off-by: Alexander Jung alex@unikraft.io

Prerequisite checklist

Description of changes