commit | a551c58f3ceb3af37e5e596c3b5fc84609d6e429 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Tue Jun 27 01:09:09 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Tue Jun 27 10:07:47 2023 +0000 |
tree | 90f380e1401e6da73762c027c5fb4df9dd357774 | |
parent | 8481f7506b4c67de54fa96b5510007dc2c66a348 [diff] |
m/t/e2e: adapt runtime test Since we're now defaulting to runc, test gVisor separately instead of runc. Change-Id: Idbf9c961526ea82e20113286fd801553ad785aa9 Reviewed-on: https://review.monogon.dev/c/monogon/+/1858 Reviewed-by: Leopold Schabel <leo@monogon.tech> Tested-by: Jenkins CI
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later!
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm
(if you want to run tests).Our docs assume that Bazelisk is available as bazel
on your PATH.
Refer to SETUP.md for detailed instructions.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch -c dbg
Launch an ephemeral test node:
bazel test //:launch -c dbg --test_output=streamed
Run a kubectl command while the test is running:
bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
Run full test suite:
bazel test -c dbg //...