| commit | 961a7cc7f4794833f821a368b68d12ec70353d6c | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Sat Jan 13 21:00:02 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Jan 23 17:10:41 2024 +0000 |
| tree | 628530eb9b533df3e047e0db2af960ccfa84242d | |
| parent | 0974b2275edc21ce3b76606ba7f8eed84e5cc9f0 [diff] |
WORKSPACE: bump bazel to 7.0.0 Change-Id: Ic074b7b83f229e3c7f6ace7fdb46d33e5bd7c37b Reviewed-on: https://review.monogon.dev/c/monogon/+/2708 Reviewed-by: Serge Bazanski <serge@monogon.tech> Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@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 //...