commit | d1b174725e1fd9c40201bbd6047f6bc0755c8e34 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Tue Apr 18 03:49:12 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Tue Apr 18 14:21:21 2023 +0000 |
tree | ea8bc7eddf418d30ed27e7b1847d0152b70abbb3 | |
parent | ea94663006eb84ab97d2097e989d5169c75deb2a [diff] |
c/s/e/wrapngo: workaround for unstable pagination The packngo API doesnt have a stable pagination. This leads to duplicate entries and invalid lists. To increase the chance of having a correct response, we sort the list by hostname and pray to the RNG gods Change-Id: Ie31b823eac8a3fef260ea56861894976b3354d71 Reviewed-on: https://review.monogon.dev/c/monogon/+/1555 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 //...