commit | 65b1c682edc6237dbb50efa7a08475d56a97a7ae | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Thu Sep 14 15:49:39 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Thu Sep 14 16:05:16 2023 +0000 |
tree | 98dc265e817dd56c29c03b0bcbfcdaacf52778df | |
parent | 65702194ea264a0fd01fb470bacaf39264b4f637 [diff] |
m/p/blockdev: use errors.ErrUnsupported in 1.21 Change-Id: Ice8780b092c034cf755aa409ef5fce5a8aef9226 Reviewed-on: https://review.monogon.dev/c/monogon/+/2147 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 //...