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

Add promtool and net-tools to test container #20440

Merged
merged 12 commits into from
May 28, 2024

Conversation

mpoeter
Copy link
Member

@mpoeter mpoeter commented Jan 9, 2024

Scope & Purpose

The promtool is used in one of our js tests to validate our metrics against the prometheus format. If this tool is missing, the test is simply not executed.

This PR add does not install a complete prometheus, but only adds the promtool, and only for the amd64 image. I suppose it is enough if this test runs for x64 only (the metrics should be the same for all architectures).

It also installs net-tools since the testing framework tries to start netstat to gather some information about resource usage.

@mpoeter mpoeter added this to the devel milestone Jan 9, 2024
@mpoeter mpoeter requested a review from a team as a code owner January 9, 2024 12:50
@cla-bot cla-bot bot added the cla-signed label Jan 9, 2024
@jsteemann jsteemann changed the title Add promtool to test cotnainer Add promtool to test container Jan 10, 2024
@mpoeter mpoeter force-pushed the chore/add-promtool-to-test-container branch from 08f7e8f to ffdd3c1 Compare January 10, 2024 15:13
@mpoeter mpoeter changed the title Add promtool to test container Add promtool and net-tools to test container May 28, 2024
Copy link
Contributor

@jsteemann jsteemann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mpoeter mpoeter force-pushed the chore/add-promtool-to-test-container branch from 8aebf39 to 514f0dd Compare May 28, 2024 12:13
@mpoeter mpoeter merged commit b650cc0 into devel May 28, 2024
6 checks passed
@mpoeter mpoeter deleted the chore/add-promtool-to-test-container branch May 28, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants