commit | 5c829a4aae48ab0f81f24cde89cf8a85e4adcf3e | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@monogon.tech> | Fri Jul 14 17:41:42 2023 +0200 |
committer | Leopold Schabel <leo@monogon.tech> | Mon Jul 17 10:06:40 2023 +0000 |
tree | 1734b3ea9565bf167405d1c4dd85a15272a76537 | |
parent | 800e7c9514c1ea5aa9267a19217086363d6d8c4d [diff] |
third_party/chrony: fix chrony source The Git snapshot download currently returns a 500 status code. Download the official release instead. Change-Id: I673584ec2ea6152ca7338bd3609d2264d31b69bd Reviewed-on: https://review.monogon.dev/c/monogon/+/1928 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@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 -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 //...