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

E2E tests were added #282

Merged
merged 1 commit into from
Mar 14, 2024
Merged

E2E tests were added #282

merged 1 commit into from
Mar 14, 2024

Conversation

nvvfedorov
Copy link
Collaborator

The end-to-tests required to maintain confidence that the dcgm-exporter works as expected correctly
after the changes. The tests aim to reproduce a typical deployment scenario on the K8S environment and tests
how do the following components work together on the K8S environment:

  • Helm package - helm package can deploy the specified dcgm-exporter image;
  • Docker image - docker image contains all necessary components to run the dcgm-exporter;
  • dcgm-exporter - binary executable starts, reads GPU metrics, and produces expected results.

Copy link
Collaborator

@rohit-arora-dev rohit-arora-dev left a comment

Choose a reason for hiding this comment

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

Really like the structure and breakdown for E2E.

Copy link
Collaborator

@rohit-arora-dev rohit-arora-dev left a comment

Choose a reason for hiding this comment

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

Overall looking good, thanks for addressing review comments.

Copy link
Collaborator

@rohit-arora-dev rohit-arora-dev left a comment

Choose a reason for hiding this comment

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

Thanks @nvvfedorov for addressing the review comments.

/LGTM if @glowkey is ok with his testing.

glowkey
glowkey previously approved these changes Mar 13, 2024
Copy link
Collaborator

@glowkey glowkey left a comment

Choose a reason for hiding this comment

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

LGTM. Testing worked great.

Signed-off-by: Vadym Fedorov <vfedorov@nvidia.com>
Copy link
Collaborator

@rohit-arora-dev rohit-arora-dev left a comment

Choose a reason for hiding this comment

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

/LGTM

@nvvfedorov nvvfedorov merged commit 73ac017 into main Mar 14, 2024
1 check passed
@nvvfedorov nvvfedorov deleted the e2e-testing branch March 14, 2024 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants