commit | 48f92e19a60062b696660213d579795866e6e718 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Mon Mar 27 17:50:26 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Tue Mar 28 10:08:04 2023 +0000 |
tree | 9e36ffdf2899ff9c75e1ef156e265e43c6e09e1e | |
parent | c271d6ee5ada79fdec874f5c82315ef7689f84f5 [diff] |
WORKSPACE: bump linux-firmware to 20230310 Updates our old linux-firmware to include newer firmware, especially newer microcode which is relevant for us. Verified GPG signature for SHA256 hash against key 4CDE8575E547BF835FE15807A31B6BD72486CFD6 Change-Id: I73a63ba7f586e686f5c16960a4f3eb2b514022a5 Reviewed-on: https://review.monogon.dev/c/monogon/+/1409 Reviewed-by: Leopold Schabel <leo@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 //...