-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Driver Versions Tested Against (#2046)
* Update runtime versions tested against - '23.8' aka '2023 Q4' for most drivers - '24.3' aka '2024 Q2' for NI-DCPower, NI-Digital - These also update the versions for NI-ModInst and NI-TClk * run `tox -e codegen` * Stop skipping tests, now that we have simulation support for their features in the driver * Create SwitchExecutiveExample VD before running system tests * Try moving vd creation to commands_pre * Revert "Try moving vd creation to commands_pre" This reverts commit 371a399. * Revert "Create SwitchExecutiveExample VD before running system tests" This reverts commit 41bc4cb. * NISE runtime version rolled back due to bug that causes test failures
- Loading branch information
1 parent
b399fea
commit f145329
Showing
26 changed files
with
32 additions
and
34 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# We need to maintain the version here since it needs to be updated by the build process on GitHub | ||
config_additional_config = { | ||
'module_version': '1.4.8.dev0', | ||
'latest_runtime_version_tested_against': '2023 Q2', | ||
'latest_runtime_version_tested_against': '2024 Q2', | ||
'initial_release_year': '2017', | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# We need to maintain the version here since it needs to be updated by the build process on GitHub | ||
config_additional_config = { | ||
'module_version': '1.4.8.dev0', | ||
'latest_runtime_version_tested_against': '2023 Q1.1', | ||
'latest_runtime_version_tested_against': '2023 Q4', | ||
'initial_release_year': '2017', | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# We need to maintain the version here since it needs to be updated by the build process on GitHub | ||
config_additional_config = { | ||
'module_version': '1.4.8.dev0', | ||
'latest_runtime_version_tested_against': '2023 Q1.1', | ||
'latest_runtime_version_tested_against': '2023 Q4', | ||
'initial_release_year': '2017', | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# We need to maintain the version here since it needs to be updated by the build process on GitHub | ||
config_additional_config = { | ||
'module_version': '1.4.8.dev0', | ||
'latest_runtime_version_tested_against': '2023 Q2', | ||
'latest_runtime_version_tested_against': '2024 Q2', | ||
'initial_release_year': '2017', | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# We need to maintain the version here since it needs to be updated by the build process on GitHub | ||
config_additional_config = { | ||
'module_version': '1.4.8.dev0', | ||
'latest_runtime_version_tested_against': '2023 Q1', | ||
'latest_runtime_version_tested_against': '2023 Q4', | ||
'initial_release_year': '2017', | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# We need to maintain the version here since it needs to be updated by the build process on GitHub | ||
config_additional_config = { | ||
'module_version': '1.4.8.dev0', | ||
'latest_runtime_version_tested_against': '2023 Q2', | ||
'latest_runtime_version_tested_against': '2024 Q2', | ||
'initial_release_year': '2019', | ||
} |