| commit | 4ae4b7a013b3b3d5c927b59392220abba8957ce2 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Thu Dec 21 15:50:46 2023 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Thu Dec 21 16:37:24 2023 +0000 |
| tree | 6bfa054ee7203ec3431bf03d449d04828793f2c3 | |
| parent | 30494c151b8dee3e20f681f800376a04e8f3965b [diff] |
workspace: update to Go 1.21.5 Change-Id: I651588c482518205895cebd5975e52388d66940f Reviewed-on: https://review.monogon.dev/c/monogon/+/2593 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
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 --config dbg
Launch an ephemeral test node:
bazel test //:launch --config 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 --config dbg //...