commit | d8a3fa2d6a84617b3013b07e15293ae266af8922 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Fri Nov 24 23:14:09 2023 +0100 |
committer | Tim Windelschmidt <tim@monogon.tech> | Fri Dec 01 21:22:22 2023 +0000 |
tree | c2cf863c5ddc2bd770c99c3fc70386247dbd30c6 | |
parent | 63b346d8a41f2c6e668bb17600fbc15c4feb1f2f [diff] |
third_party/go: disable unused node_exporter collectors Change-Id: I56115f0b37aeeaca7e7b1648e423f61476186563 Reviewed-on: https://review.monogon.dev/c/monogon/+/2369 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 --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 //...