commit | 7eeec65b849695e7bb1be072e6911694b8a02f54 | [log] [tgz] |
---|---|---|
author | Leopold <leo@monogon.tech> | Fri Jan 20 21:16:08 2023 +0100 |
committer | Leopold Schabel <leo@monogon.tech> | Mon Jan 23 11:03:52 2023 +0000 |
tree | affecceb6edb6eb561a0970eb762684930b5e53e | |
parent | a9580a7970010d14ccbfe86c22483eeae9b7c05c [diff] |
third_party/sandboxroot: stabilize repo URLs Metalink output is not stable, pin mirrors instead. We need to set up our own caching proxy next, but this will do for now. Change-Id: Ibc6ea9672890d88022a9310afb92db824226351d Reviewed-on: https://review.monogon.dev/c/monogon/+/1087 Reviewed-by: Serge Bazanski <serge@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 //...