commit | 0731937d1f66230495e770fcdeaac16aaed8a0cb | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Mon Mar 27 17:56:41 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Tue Mar 28 10:08:04 2023 +0000 |
tree | 7e8bd6290ca88cd5630eacf9e87b1ef3a86f984a | |
parent | 50d39370424b5c8e28b72f976d3b57b7d23a6f8b [diff] |
WORKSPACE: bump intel_ucode Update intel_ucode to get the latest microcode for newer Intel CPUs. Change-Id: I5035de1b84a6d190904c1d89258162a26f98774c Reviewed-on: https://review.monogon.dev/c/monogon/+/1411 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 //...