Closed pedro-avalos closed 2 weeks ago
My list of things I still need to do before this can be merged:
There may be other items to still work on, but that's what I can think of at the moment
I've added the test plan and jobs, but for some reason, the template doesn't find any jobs to run. Any ideas on what is going on?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 57.14%. Comparing base (
37dcd06
) to head (e3571a4
). Report is 16 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@fernando79513 Thinking this over, this PR could probably be closed and reopened. I don't see any hard reason why the GPU tests should live in the virtualization.py
script. It is making the file extremely long and complicated. I think I should make a new PR where I make a separate script in the gpgpu provider.
The only things I was using from this script were the run command wrapper, but that isn't a strong enough reason in my opinion.
Let me know what you think. I just want to make your life easier with reviewing PRs.
Closing this PR, the PR is way too large, and as discussed, it will be extracted to its own script. We will need to revisit refactoring virtualization.py
at some point, though.
Description
virtualization.py
to reduce code duplicationResolved issues
Documentation
n/a
Tests
NVIDIA tests run on Luma. AMD tests run on my personal device (TODO: find a device to test these on)