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

move pkg/topology to proper upstream #1379

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

Conversation

mythi
Copy link
Contributor

@mythi mythi commented Apr 13, 2023

Fixes: #1366

@codecov-commenter
Copy link

codecov-commenter commented Apr 13, 2023

Codecov Report

Merging #1379 (4447647) into main (6ab2833) will decrease coverage by 0.39%.
The diff coverage is 100.00%.

❗ Current head 4447647 differs from pull request most recent head d81cdd6. Consider uploading reports for the commit d81cdd6 to get more accurate results

@@            Coverage Diff             @@
##             main    #1379      +/-   ##
==========================================
- Coverage   50.77%   50.38%   -0.39%     
==========================================
  Files          44       44              
  Lines        5022     4896     -126     
==========================================
- Hits         2550     2467      -83     
+ Misses       2326     2289      -37     
+ Partials      146      140       -6     
Impacted Files Coverage Δ
pkg/topology/topology.go 68.00% <100.00%> (+1.77%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mythi mythi force-pushed the PR-2023-017 branch 2 times, most recently from f9efadc to 104161b Compare April 17, 2023 06:49
@mythi
Copy link
Contributor Author

mythi commented Apr 18, 2023

keeping this in draft until we have a release for containers/nri-plugins

A proper upstream for the sysfs topology parsing is
containers/nri-plugins se we can drop the duplicated code.

At the same time, we no longer need to carry scripts/ttar
and the sys.ttar unpacking for the tests because the remaining
testdata becomes easier to maintain (the original testdata
contained PCI BDF paths that trigged issues).

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
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.

drop pkg/topology and use it from containers/nri-plugins repo
2 participants