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

Adding GPU feature and some dependent tools #1318

Merged
merged 2 commits into from
May 25, 2021
Merged

Conversation

sharsonia
Copy link
Collaborator

No description provided.

@sharsonia sharsonia force-pushed the Add_gpu_feature branch 2 times, most recently from e4f07a3 to ecb43c3 Compare May 14, 2021 01:14
lisa/features/gpu.py Outdated Show resolved Hide resolved
lisa/features/gpu.py Outdated Show resolved Hide resolved
lisa/features/gpu.py Outdated Show resolved Hide resolved
lisa/features/gpu.py Outdated Show resolved Hide resolved
lisa/features/gpu.py Outdated Show resolved Hide resolved
lisa/features/gpu.py Outdated Show resolved Hide resolved
lisa/features/gpu.py Outdated Show resolved Hide resolved
lisa/features/gpu.py Outdated Show resolved Hide resolved
lisa/features/gpu.py Outdated Show resolved Hide resolved
lisa/features/gpu.py Outdated Show resolved Hide resolved
lisa/features/gpu.py Outdated Show resolved Hide resolved
lisa/features/gpu.py Outdated Show resolved Hide resolved
lisa/tools/rpm.py Outdated Show resolved Hide resolved
lisa/features/gpu.py Outdated Show resolved Hide resolved
lisa/features/gpu.py Outdated Show resolved Hide resolved
lisa/operating_system.py Outdated Show resolved Hide resolved
@sharsonia sharsonia force-pushed the Add_gpu_feature branch 2 times, most recently from a3c407c to e1460ce Compare May 24, 2021 22:21
@sharsonia sharsonia requested a review from squirrelsc May 25, 2021 00:19
lisa/features/gpu.py Outdated Show resolved Hide resolved
def update_packages(
self, packages: Union[str, Tool, Type[Tool], List[Union[str, Tool, Type[Tool]]]]
) -> None:
raise NotImplementedError
Copy link
Contributor

Choose a reason for hiding this comment

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

Any use case for this? What's the role of a test suite in updating stuff?

Copy link
Contributor

Choose a reason for hiding this comment

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

Looking good otherwise :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It might be used internally say - in case the some package/tool version queried doesn't match the required version then it would need to be updated first.
But yeah it most likely should not be taking in a list.

Added separate install_packages_from_url()
Moved wget class under base_tools/
Some cleanups and fixes.
@squirrelsc squirrelsc merged commit 1b28c39 into main May 25, 2021
@squirrelsc squirrelsc deleted the Add_gpu_feature branch May 25, 2021 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 LISAv3 Incubation work for the next version of LISA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix the Nvidia driver installation broken
4 participants