| commit | b62b8e04eb6f2f6ebc54ecc397ded788a924f279 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Mon Dec 16 20:18:47 2024 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Mon Dec 16 20:24:07 2024 +0000 |
| tree | 9934baf66b686eee0609ec2ceb402450de0afee3 | |
| parent | b9701c362d602b9b51961bcff849b2eb28b65883 [diff] |
m/n/kubernetes: fix flake in TestAsFlags This test was flaky due to Go's map iteration not being deterministic. Sort the output to make sure we do not introduce unnecessary non-determinism. Fixes: #363 Change-Id: If70486306a809b7d33bc17206600b0f750429b7d Reviewed-on: https://review.monogon.dev/c/monogon/+/3708 Reviewed-by: Tim Windelschmidt <tim@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! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
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.