commit | 12c814085ac4b58922ca5d88ee571b8ee5ee7ece | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Mon Jul 03 02:16:08 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Mon Jul 03 13:55:41 2023 +0000 |
tree | a392fb27ca7e53b9e528e1b1bba7125dcf7e3ac0 | |
parent | 72a903fb7b60d629a8f25a2eadf34c7fa1948c10 [diff] |
cloud/shepherd/equinix/cli: replace old argument handling and wrong loop Change-Id: I1c1657432296170a6a214d4a5907c86c8a3daeec Reviewed-on: https://review.monogon.dev/c/monogon/+/1883 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@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 //...