commit | 449daf6f134c9473351921883f7481204f584ce9 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Mon Nov 13 23:13:54 2023 +0100 |
committer | Tim Windelschmidt <tim@monogon.tech> | Sat Nov 18 02:35:40 2023 +0000 |
tree | b4e20c7f33b4cba565272f6aa26e226bb5a3c7d6 | |
parent | 786134dcac2737cb3ab62f1b54389946b1bc7fd4 [diff] |
treewide: update to go 1.21.4 Change-Id: I4f4cdaf696a13dd967834ec5ea690aa266e3aea8 Reviewed-on: https://review.monogon.dev/c/monogon/+/2310 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@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 //...