commit | 9dd92d90074fbab1a15b07da9ccc0afab70a5f30 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Wed Mar 01 14:29:07 2023 +0000 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Mar 16 17:27:36 2023 +0000 |
tree | 4914a511ce3cfc2afa7143b75cedae2a46f2b11b | |
parent | 37110c360f012c10f3b9456a0eb282eefd3275b3 [diff] |
m/pkg/event: implement Pipe helper This simplifies some of the roleserver code, and is possible now that event values are strongly typed. Change-Id: I0a22ff97fe4304d35cc9cee105e98bc224d1433b Reviewed-on: https://review.monogon.dev/c/monogon/+/1323 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 //...