commit | c0f72dc5bd129a27d9a141a84f3602480a28400a | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@monogon.tech> | Thu Oct 19 16:54:38 2023 +0200 |
committer | Leopold Schabel <leo@monogon.tech> | Mon Oct 23 21:07:09 2023 +0000 |
tree | edc135243ce1caf6b11a448339b738629dd91bdb | |
parent | f64f197c8039a72d82efaae6a21f725d3cd3ac7a [diff] |
third_party/sandboxroot: bump Mirror is up to date now. Change-Id: Idfbedccac30000a54ebc8fc0a95f4ff008f7a640 Reviewed-on: https://review.monogon.dev/c/monogon/+/2227 Reviewed-by: Tim Windelschmidt <tim@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 --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 //...