commit | 77b11d3b440efb95cd29cbca5d56e63e5951ca17 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Thu Apr 06 14:43:19 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Apr 06 12:53:42 2023 +0000 |
tree | c35a9c7b84c20ccb0d8f3cebf17272649ae34052 | |
parent | 2fd37ea54317f23add3b8baa37ce3eaf33253479 [diff] |
c/shepherd/equinix: fix redundant agent path error Observed in prod: invalid value "/app/cloud/shepherd/equinix/manager/test_agent_/test_agent" for flag -agent_executable_path: could not read -agent_executable_path: open /app/cloud/shepherd/equinix/manager/test_agent_/test_agent: no such file or directory This changes it to: invalid value "/app/cloud/shepherd/equinix/manager/test_agent_/test_agent" for flag -agent_executable_path: could not read: open /app/cloud/shepherd/equinix/manager/test_agent_/test_agent: no such file or directory Change-Id: I40a7bd97b37dd8cb72020d69ea4eabd6b3055198 Reviewed-on: https://review.monogon.dev/c/monogon/+/1503 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@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 //...