-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[COMPUTE-993] nvidiaDriver field support in dx-toolkit (#1399)
* add nvidia_driver to dxjob.py * simplify if statement in dxjob.py * add nvidia_driver to dxapplet.py * add nvidia_driver to system_requirements.py * remove duplicated commment * add nvidia_driver to dx.py * add nvidia_driver to dx.py * uncomment tests * remove print * add nvidia check to test * update readme * edit test * add logs * edit job logs * add test logs * remove logs * edit test * remove logging * fix1: edit if condition * fix2: move nvidia_driver at the end * fix3: add test to test_dx_bash_helpers.py * fix4: add job clone TC * add '' * fix command * fix command2 * add 1more TC * fix4: move nvidia driver param * fix5: use if any
- Loading branch information
1 parent
fdb0855
commit 4648201
Showing
8 changed files
with
124 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.