commit | 8867b2ccc6d991abe4a765f5db4124e5f4c2a1a5 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Thu Apr 06 15:09:30 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Thu Apr 06 21:48:42 2023 +0000 |
tree | 63192b53756e83a9aa76a2e728b0c2f06c79eab3 | |
parent | 51987d6cca3b619f365f978c1ce09012cdf23276 [diff] |
cloud/shepherd/equinix/manager: embed test_agent Change-Id: Iee2c1f68350412a49fae9fe2b80ab70a12b1a618 Reviewed-on: https://review.monogon.dev/c/monogon/+/1505 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@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 //...