commit | e95007b7090921e2aa4fdc24fea3d23f1bda048e | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Mon Jul 17 19:05:30 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Tue Jul 18 12:01:46 2023 +0000 |
tree | 2884539aa61dcf8a8390299869fa63999382f841 | |
parent | 5c829a4aae48ab0f81f24cde89cf8a85e4adcf3e [diff] |
metropolis/node: pretend usage of metropolis ports as node port Without this additional change, the repair job detects that we are not using the ports with a service. Since we are using them just not with a service, lets just pretend to have a valid service Change-Id: Ia226415393031761bdf1d683a8389db65f76bcec Reviewed-on: https://review.monogon.dev/c/monogon/+/1938 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 -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 //...