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

test/e2e: don't use invalid '0' CPU reservation. #840

Merged
merged 1 commit into from Jun 17, 2022

Conversation

klihub
Copy link
Contributor

@klihub klihub commented Jun 16, 2022

Don't use invalid 'cpu: 0' CPU reservation. Don't even use a test-specific configuration file.
Instead, parameterize the top-level one correctly for the test case.

@codecov-commenter
Copy link

codecov-commenter commented Jun 16, 2022

Codecov Report

Merging #840 (352dfab) into master (39580d9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #840   +/-   ##
=======================================
  Coverage   37.53%   37.53%           
=======================================
  Files          56       56           
  Lines        8179     8179           
=======================================
  Hits         3070     3070           
  Misses       4811     4811           
  Partials      298      298           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@klihub klihub force-pushed the fixes/colocation-test-config branch 2 times, most recently from 6205bd5 to 42ffb7e Compare June 17, 2022 06:51
Don't use invalid 'cpu: 0' CPU reservation (the correct
syntax for picking an exact CPU would be 'cpu: cpuset:0).
Use the same 'CPU: 750m' as we use in the default config.
@klihub klihub force-pushed the fixes/colocation-test-config branch from 42ffb7e to 352dfab Compare June 17, 2022 06:53
Copy link
Contributor

@askervin askervin left a comment

Choose a reason for hiding this comment

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

LGTM.

Copy link
Contributor

@marquiz marquiz left a comment

Choose a reason for hiding this comment

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

LGTM

@marquiz marquiz merged commit 908433d into intel:master Jun 17, 2022
@klihub klihub deleted the fixes/colocation-test-config branch April 17, 2023 07:03
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.

None yet

4 participants