| commit | fdd87abdd1d3bc7a87594a463344b1542e2650b4 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Thu Dec 07 18:03:21 2023 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Mon Feb 19 14:00:17 2024 +0000 |
| tree | ac4b5a1bf2584611256c3a8903168bf33a05e799 | |
| parent | 968d72095a54aabed1a59cccf3591c4f32a7b70a [diff] |
cloud/shepherd: skip machines in failed state Currently we are not ignoring machines that are in failed state, which brings the provider to a stop as soon as a provision request fails. We should ignore such machines. Change-Id: I7be64c710cc15428f4d8d4e75b6df1e816d453f8 Reviewed-on: https://review.monogon.dev/c/monogon/+/2417 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.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.
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 //...