Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[testing] Update bootstrap-monitor to output default configuration #3444

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marun
Copy link
Contributor

@marun marun commented Oct 4, 2024

Why this should be merged

Maintaining chain and db config in the format required by bootstrap testing is complicated by the need to marshal and base64-encode it. Rather than require a manual process, this PR adds commands to the bootstrap-monitor binary.

The output of the new commands is used by https://github.com/ava-labs/devops-argocd/pull/8156

How this works

Adds new commands to the bootstrap-monitor binary that output the marshaled and base64-encoded configuration for relevant avalanchego env vars.

How this was tested

Output of the new commands manually verified by updating manually-deployed bootstrap tests.

@marun marun added the testing This primarily focuses on testing label Oct 4, 2024
@marun marun self-assigned this Oct 4, 2024
Define env var configuration as commands of the `bootstrap-monitor`
binary to simplify maintenance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing This primarily focuses on testing
Projects
Status: Backlog 🗄️
Development

Successfully merging this pull request may close these issues.

1 participant