| commit | 087152ba642040410bbfb9d673ff69ca6682a549 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Thu Dec 21 16:04:24 2023 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Thu Dec 21 16:37:24 2023 +0000 |
| tree | e818c16b9a8d3346d48abdea5b4fe46de9589384 | |
| parent | 4327e8ff7cbe9ea1511248f303b84730f688ea43 [diff] |
workspace: update intel_ucode to 20231114 Change-Id: Idfbe57ce5c9ff6453d8d87e596806b532a0df7cc Reviewed-on: https://review.monogon.dev/c/monogon/+/2596 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 //...