commit | d67eb4f7d6eff30320eac3fc564af2dbaff06a82 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Tue Apr 11 16:03:31 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Wed Apr 12 12:59:55 2023 +0000 |
tree | 5750b58d1139af063662b6b8a50dfafca5b3ed3a | |
parent | 23fa5c1f021739297bfc3def8514f3e1324503b7 [diff] |
m/p/bootparam: add Consoles param parser Adds the Consoles() helper function which processes all console params and puts them into a set. Change-Id: I7333bf5c22e6cd79bea0155c6a558e79bf6e824b Reviewed-on: https://review.monogon.dev/c/monogon/+/1525 Reviewed-by: Serge Bazanski <serge@monogon.tech> Tested-by: Jenkins CI
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 //...